Searched refs:topX (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/ |
H A D | rosen_render_watch_slider.cpp | 52 SkRect bottomClipRect = { topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 59 canvas->drawRect({ topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 64 RSRect bottomClipRect(topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 72 canvas->DrawRect(RSRect(topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 83 canvas->drawRect({ topX, topY + maxRegion, topX + NormalizeToPx(THICKNESS), in Paint() 88 canvas->DrawRect(RSRect(topX, topY + maxRegion, topX + NormalizeToPx(THICKNESS), in Paint() 98 …{ topX, topY + trackLength * 0.25, topX + NormalizeToPx(THICKNESS), topY + trackLength * 0.25 + 2.… in Paint() 103 …{ topX, topY + trackLength * 0.75, topX + NormalizeToPx(THICKNESS), topY + trackLength * 0.75 + 2.… in Paint() 110 …topX, topY + trackLength * 0.25, topX + NormalizeToPx(THICKNESS), topY + trackLength * 0.25 + 2.0)… in Paint() 112 … topX, topY + trackLength * 0.5, topX + NormalizeToPx(THICKNESS), topY + trackLength * 0.5 + 2.0)); in Paint() [all …]
|
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/include/ |
H A D | input_manager_command.h | 58 void SendTouchDownForPinch(int32_t topX, int32_t topY, int32_t bottomX, int32_t bottomY);
|
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 2245 int32_t topX = centerX; in ActionPinchEvent() local 2260 SendTouchDownForPinch(topX, topY, bottomX, bottomY); in ActionPinchEvent() 2272 FillPointerItem(itemFirst, topX, topY, 0, false); in ActionPinchEvent() 2286 void InputManagerCommand::SendTouchDownForPinch(int32_t topX, int32_t topY, int32_t bottomX, int32_… in SendTouchDownForPinch() argument 2295 FillPointerItem(itemFirst, topX, topY, itemId, true); in SendTouchDownForPinch()
|