Home
last modified time | relevance | path

Searched refs:UpdateMouseSelectWithRect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h469 …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 Drosen_render_context.h324 …void UpdateMouseSelectWithRect(const RectF& rect, const Color& fillColor, const Color& strokeColor…
H A Drosen_render_context.cpp5363 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 Dscrollable_pattern.cpp1752 hostContext->UpdateMouseSelectWithRect(selectedZone, SELECT_FILL_COLOR, SELECT_STROKE_COLOR); in DrawSelectedZone()