Searched refs:UpdateMouseSelectWithRect (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 469 …virtual void UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const Color& str… in UpdateMouseSelectWithRect() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 324 …void UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const Color& strokeColor…
|
H A D | rosen_render_context.cpp | 5363 UpdateMouseSelectWithRect(rect, fillColor, strokeColor); 5366 void RosenRenderContext::UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const… function in OHOS::Ace::NG::RosenRenderContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 1752 hostContext->UpdateMouseSelectWithRect(selectedZone, SELECT_FILL_COLOR, SELECT_STROKE_COLOR); in DrawSelectedZone()
|