Searched refs:topX (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/ |
H A D | rosen_render_watch_slider.cpp | 48 double topX = offset.GetX() + GetLayoutSize().Width() / 2.0 - NormalizeToPx(THICKNESS) / 2.0; in Paint() local 51 SkRect bottomClipRect = { topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 58 canvas->drawRect({ topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 63 RSRect bottomClipRect(topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 71 canvas->DrawRect(RSRect(topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 82 canvas->drawRect({ topX, top in Paint() [all...] |
/foundation/multimodalinput/input/tools/inject_event/include/ |
H A D | input_manager_command.h | 59 void SendTouchDownForPinch(int32_t topX, int32_t topY, int32_t bottomX, int32_t bottomY);
|
Completed in 2 milliseconds