Home
last modified time | relevance | path

Searched refs:ONE_HUNDRED_TWEENTY_ANGLE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp32 static constexpr double ONE_HUNDRED_TWEENTY_ANGLE = 120.0; variable
74 …hsv.h = fmod((SIXTY_ANGLE * ((blue - red) / delta) + ONE_HUNDRED_TWEENTY_ANGLE), THREE_HUNDREDS_SI… in RgbToHsv()