Home
last modified time | relevance | path

Searched defs:curOpacity (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp118 double curOpacity = shapePaintProperty.STROKE_OPACITY_DEFAULT; in SetPen() local
191 double curOpacity = shapePaintProperty.STROKE_OPACITY_DEFAULT; in SetPen() local
225 double curOpacity = shapePaintProperty.FILL_OPACITY_DEFAULT; in SetBrush() local
243 double curOpacity = shapePaintProperty.FILL_OPACITY_DEFAULT; in SetBrush() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp89 double curOpacity = shapePaintProperty.STROKE_OPACITY_DEFAULT; in SetPen() local
120 double curOpacity = shapePaintProperty.FILL_OPACITY_DEFAULT; in SetBrush() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp140 double curOpacity = fillState_.GetOpacity().GetValue() * opacity_ * (1.0f / UINT8_MAX); in UpdateFillStyle() local
253 double curOpacity = strokeState.GetOpacity().GetValue() * opacity_ * (1.0f / UINT8_MAX); in UpdateStrokeStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp82 double curOpacity = fillState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetFillStyle() local
95 double curOpacity = fillState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetFillStyle() local
259 double curOpacity = strokeState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetStrokeStyle() local
284 double curOpacity = strokeState.GetOpacity().GetValue() * opacity * (1.0f / UINT8_MAX); in SetStrokeStyle() local