Home
last modified time | relevance | path

Searched refs:HasForegroundColorStrategy (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_pattern.h99 … (!childRenderContext->HasForegroundColor() && !childRenderContext->HasForegroundColorStrategy()) { in UpdateForeground()
104 } else if (renderContext->HasForegroundColorStrategy()) { in UpdateForeground()
115 } else if (renderContext->HasForegroundColorStrategy()) { in UpdateForeground()
H A Dpath_paint_method.h57 } else if (paintWrapper->HasForegroundColorStrategy()) { in GetContentDrawFunction()
H A Dpolygon_paint_method.h58 } else if (paintWrapper->HasForegroundColorStrategy()) { in GetContentDrawFunction()
H A Drect_paint_method.h53 } else if (paintWrapper->HasForegroundColorStrategy()) { in GetContentDrawFunction()
H A Dellipse_paint_method.h57 } else if (paintWrapper->HasForegroundColorStrategy()) { in GetContentDrawFunction()
H A Dcircle_paint_method.h56 } else if (paintWrapper->HasForegroundColorStrategy()) { in GetContentDrawFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.h94 bool HasForegroundColorStrategy() const in HasForegroundColorStrategy() function
97 return renderContext->HasForegroundColorStrategy(); in HasForegroundColorStrategy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_paint_method.cpp43 } else if (renderContext->HasForegroundColorStrategy()) { in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_paint_method.h57 if (renderContext->HasForegroundColorStrategy()) { in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_pattern.cpp45 if (hostContext->HasForegroundColorStrategy()) { in CreateDragNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h212 if (!renderContext->HasForegroundColor() && !renderContext->HasForegroundColorStrategy()) { in OnModifyDone()
248 … (!childRenderContext->HasForegroundColor() && !childRenderContext->HasForegroundColorStrategy()) { in UpdateChildRenderContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp127 if (renderContext->HasForegroundColor() || renderContext->HasForegroundColorStrategy()) { in CreateTextStyleUsingThemeWithText()
H A Dmultiple_paragraph_layout_algorithm.cpp258 } else if (renderContext->HasForegroundColorStrategy()) { in UpdateTextColorIfForeground()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp83 if (hostContext->HasForegroundColorStrategy()) { in CreateDragNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp639 EXPECT_TRUE(renderContext->HasForegroundColorStrategy());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp626 } else if (renderContext->HasForegroundColorStrategy()) { in UpdateTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1343 if (renderContext->HasForegroundColor() || renderContext->HasForegroundColorStrategy()) { in UpdateFillColorIfForegroundColor()