Home
last modified time | relevance | path

Searched refs:PaintSelection (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h145 void PaintSelection(SkCanvas* canvas, const Offset& globalOffset);
147 void PaintSelection(RSCanvas* canvas, const Offset& globalOffset);
H A Dtext_overlay_manager.cpp439 void TextOverlayBase::PaintSelection(SkCanvas* canvas, const Offset& globalOffset) function in OHOS::Ace::TextOverlayBase
441 void TextOverlayBase::PaintSelection(RSCanvas* canvas, const Offset& globalOffset)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h164 void PaintSelection(SkCanvas* canvas) const;
176 void PaintSelection(RSCanvas* canvas) const;
H A Drosen_render_text_field.cpp323 void RosenRenderTextField::PaintSelection(SkCanvas* canvas) const function in OHOS::Ace::RosenRenderTextField
325 void RosenRenderTextField::PaintSelection(RSCanvas* canvas) const
1898 PaintSelection(canvas);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.h78 void PaintSelection(DrawingContext& context) const;
H A Dtext_field_overlay_modifier.cpp106 PaintSelection(context); in onDraw()
183 void TextFieldOverlayModifier::PaintSelection(DrawingContext& context) const in PaintSelection() function in OHOS::Ace::NG::TextFieldOverlayModifier
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp143 PaintSelection(canvas, GetGlobalOffset()); in Paint()