Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp117 uint8_t mAlpha = 0; in PaintGlow() local
119 mAlpha = static_cast<uint8_t>( in PaintGlow()
122 mAlpha = in PaintGlow()
125 SkColor boundaryColor = SkColorSetARGB(mAlpha, red, green, blue); in PaintGlow()
166 uint8_t mAlpha = 0; in PaintGlow() local
168 mAlpha = static_cast<uint8_t>( in PaintGlow()
171 mAlpha = in PaintGlow()
174 RSColorQuad boundaryColor = RSColor::ColorQuadSetARGB(mAlpha, red, green, blue); in PaintGlow()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_layer.h97 return mAlpha; in GetAlpha()
176 LayerAlpha mAlpha; variable
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_layer.h103 return mAlpha; in GetAlpha()
194 LayerAlpha mAlpha; variable
H A Dhdi_layer.cpp124 mAlpha = *alpha; in SetLayerAlpha()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_layer.cpp135 mAlpha = *alpha; in SetLayerAlpha()