Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/utils/
H A DCommonUtil.ts29 const RGBA_LENGTH = 8;
30 if (color.length === RGBA_LENGTH) {
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h37 constexpr int32_t RGBA_LENGTH = 8; variable
H A Djs_window_utils.cpp485 int count = RGBA_LENGTH - static_cast<int>(temp.length()); in GetHexColor()