Home
last modified time | relevance | path

Searched refs:topY (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Drosen_render_watch_slider.cpp49 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 Dinput_manager_command.h59 void SendTouchDownForPinch(int32_t topX, int32_t topY, int32_t bottomX, int32_t bottomY);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp893 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