Home
last modified time | relevance | path

Searched refs:HasGlobalAlpha (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h416 bool HasGlobalAlpha() const in HasGlobalAlpha() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp454 EXPECT_TRUE(paintMethod->state_.globalState.HasGlobalAlpha());
485 EXPECT_TRUE(paintMethod->state_.globalState.HasGlobalAlpha());
525 EXPECT_TRUE(paintMethod->state_.globalState.HasGlobalAlpha());
667 EXPECT_TRUE(paintMethod->state_.globalState.HasGlobalAlpha());
708 EXPECT_TRUE(paintMethod->state_.globalState.HasGlobalAlpha());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp297 if (globalState_.HasGlobalAlpha()) { in GetStrokePaint()
328 if (globalState_.HasGlobalAlpha()) { in GetStrokePaint()
440 if (globalState_.HasGlobalAlpha()) { in FillRect()
469 if (globalState_.HasGlobalAlpha()) { in FillRect()
1396 if (globalState_.HasGlobalAlpha()) { in Fill()
1421 if (globalState_.HasGlobalAlpha()) { in Fill()
1833 if (globalState_.HasGlobalAlpha()) { in Path2DFill()
1858 if (globalState_.HasGlobalAlpha()) { in Path2DFill()
2117 if (globalState_.HasGlobalAlpha()) {
H A Drosen_render_offscreen_canvas.cpp281 if (globalState_.HasGlobalAlpha()) { in Fill()
306 if (globalState_.HasGlobalAlpha()) { in Fill()
385 if (globalState_.HasGlobalAlpha()) { in FillRect()
413 if (globalState_.HasGlobalAlpha()) { in FillRect()
1466 if (globalState_.HasGlobalAlpha()) { in GetStrokePaint()
1497 if (globalState_.HasGlobalAlpha()) { in GetStrokePaint()
1835 if (globalState_.HasGlobalAlpha()) { in Path2DFill()
1860 if (globalState_.HasGlobalAlpha()) { in Path2DFill()
2327 if (globalState_.HasGlobalAlpha()) { in UpdateTextStyleForeground()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp376 if (state_.globalState.HasGlobalAlpha()) { in GetFillPaint()
421 if (state_.globalState.HasGlobalAlpha()) { in GetStrokePaint()
513 if (state_.globalState.HasGlobalAlpha()) { in DrawImageInternal()
2129 if (state_.globalState.HasGlobalAlpha()) { in UpdateFillTxtStyle()
2197 if (state_.globalState.HasGlobalAlpha()) { in UpdateStrokeShadowParagraph()
H A Dcanvas_paint_method.cpp147 if (state_.globalState.HasGlobalAlpha()) { in DrawPixelMap()