Searched refs:topY (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/ |
H A D | rosen_render_watch_slider.cpp | 49 double topY = offset.GetY() + NormalizeToPx(DEFAULT_PADDING); in Paint() local 51 SkRect bottomClipRect = { topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 52 topY + GetLayoutSize().Height() - 2.0 * NormalizeToPx(DEFAULT_PADDING) }; in Paint() 58 canvas->drawRect({ topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 59 topY + GetLayoutSize().Height() - 2.0 * NormalizeToPx(DEFAULT_PADDING) }, in Paint() 63 RSRect bottomClipRect(topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 64 topY + GetLayoutSize().Height() - 2.0 * NormalizeToPx(DEFAULT_PADDING)); in Paint() 71 canvas->DrawRect(RSRect(topX, topY, topX + NormalizeToPx(THICKNESS), in Paint() 72 topY + GetLayoutSize().Height() - 2.0 * NormalizeToPx(DEFAULT_PADDING))); in Paint() 82 canvas->drawRect({ topX, topY 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);
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_chart.cpp | 893 int16_t topY = enableReverse_ ? data->GetValleyData() : data->GetPeakData(); in GradientColor() local 895 yAxis_.TranslateToPixel(topY); in GradientColor() 897 int16_t valleyY = enableReverse_ ? topY : bottomY; in GradientColor() 898 int16_t startY = enableReverse_ ? topY : yStart.y; in GradientColor() 899 int16_t endY = enableReverse_ ? yStart.y : topY; in GradientColor()
|
Completed in 4 milliseconds