Searched refs:argb (Results 1 - 5 of 5) sorted by relevance
/base/security/security_component_manager/frameworks/common/src/ |
H A D | sec_comp_tool.cpp | 128 double fgAlpha = static_cast<double>(fgColor.argb.alpha) / MAX_ALPHA; in IsColorAplhaSimilar() 129 double bgAlpha = static_cast<double>(bgColor.argb.alpha) / MAX_ALPHA; in IsColorAplhaSimilar() 134 fgColor.argb.alpha, bgColor.argb.alpha); in IsColorAplhaSimilar() 142 HsvColor hsv1 = RgbToHsv(color1.argb.red, color1.argb.green, color1.argb.blue); in IsColorSimilar() 143 HsvColor hsv2 = RgbToHsv(color2.argb.red, color2.argb.green, color2.argb in IsColorSimilar() [all...] |
/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_info.h | 61 } argb; member
|
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_info_helper_test.cpp | 611 .argb = { in HWTEST_F() 620 .argb = { in HWTEST_F()
|
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_drawing.h | 154 uint32_t argb { 0 };
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 1888 cJSON *argb = cJSON_GetObjectItemCaseSensitive(filterInfoParser, "drag_shadow_argb"); in ParserDragShadowInfo() local 1889 if (cJSON_IsNumber(argb)) { in ParserDragShadowInfo() 1890 filterInfo.argb = static_cast<uint32_t>(argb->valueint); in ParserDragShadowInfo() 1944 "shadowCorner:%{public}f, offsetX:%{private}f, offsetY:%{private}f, argb:%{public}u, elevation:%{public}f, " in PrintDragShadowInfo() 1948 filterInfo.argb, filterInfo.elevation, filterInfo.isHardwareAcceleration ? "true" : "false"); in PrintDragShadowInfo() 3152 pixelMapNode->SetShadowColor(g_drawingInfo.filterInfo.argb); in SetDragShadow()
|
Completed in 8 milliseconds