Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp30 #define SWAP_START_END(sx, sy, ex, ey, dx, dy, dir) \
33 if ((sy) > (ey)) { \
34 SWAP_POINTS((sx), (ex), (sy), (ey)); \
41 SWAP_POINTS((sx), (ex), (sy), (ey)); \
43 if ((ey) < (sy)) { \
155 int16_t ey = end.y; in DrawWuLine() local
157 uint16_t dy = MATH_ABS(ey - sy); in DrawWuLine()
159 SWAP_START_END(sx, sy, ex, ey, dx, dy, dir); in DrawWuLine()
162 float plot = -static_cast<float>(ex - sx) / static_cast<float>(ey - sy); in DrawWuLine()
170 float y2 = ey in DrawWuLine()
446 int16_t ey = end.y; DrawThinWuLine() local
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_cells_antialias.h48 int32_t NotEqual(int32_t ex, int32_t ey, const CellBuildAntiAlias&) const in NotEqual()
51 | (static_cast<uint32_t>(ey) - static_cast<uint32_t>(y)); in NotEqual()
200 * from x1 to x2 according to the coordinate height value of ey,
205 void RenderHorizonline(int32_t ey, int32_t x1, int32_t submaskFlagsY1, int32_t x2, int32_t submaskFlagsY2);
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp150 * @brief In the rasterization process, according to the coordinate height value of ey,
157 int32_t ey, int32_t x1, int32_t polySubpixelMaskY1, int32_t x2, int32_t polySubpixelMaskY2) in RenderHorizonline()
178 SetCurrentCell(pixelX2, ey); in RenderHorizonline()
211 SetCurrentCell(pixelX1, ey); in RenderHorizonline()
234 SetCurrentCell(pixelX1, ey); in RenderHorizonline()
156 RenderHorizonline( int32_t ey, int32_t x1, int32_t polySubpixelMaskY1, int32_t x2, int32_t polySubpixelMaskY2) RenderHorizonline() argument

Completed in 5 milliseconds