Home
last modified time | relevance | path

Searched refs:opacity (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/utils/common/src/
H A Dpreview_style_packer.cpp37 WRITEINT32(data, previewStyle.opacity, ERR_INVALID_VALUE); in Marshalling()
51 READINT32(data, previewStyle.opacity, ERR_INVALID_VALUE); in UnMarshalling()
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h169 int32_t opacity { -1 };
175 return types == other.types && foregroundColor == other.foregroundColor && opacity == other.opacity && in operator ==()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1183 shadowNode->SetAlpha(filterInfo.opacity); in DrawShadow()
2023 cJSON *opacity = cJSON_GetObjectItemCaseSensitive(BlurInfoInfoStr, "dip_opacity"); in ParserBlurInfo() local
2024 if (cJSON_IsNumber(opacity)) { in ParserBlurInfo()
2025 if ((opacity->valuedouble) > MAX_OPACITY || (opacity->valuedouble) <= MIN_OPACITY) { in ParserBlurInfo()
2026 FI_HILOGE("Parser opacity limits abnormal, opacity:%{public}f", opacity->valuedouble); in ParserBlurInfo()
2028 filterInfo.opacity = static_cast<float>(opacity in ParserBlurInfo()
[all...]
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h151 float opacity { 0.95f };

Completed in 6 milliseconds