Searched refs:DrawPixelInLine (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 261 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity, in DrawWuLine() 284 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity, in DrawWuLine() 308 drawUtils->DrawPixelInLine(gfxDstBuffer, sx + dir, sy, mask, in DrawWuLine() 317 drawUtils->DrawPixelInLine(gfxDstBuffer, sx + dir, sy, mask, in DrawWuLine() 319 drawUtils->DrawPixelInLine(gfxDstBuffer, sxTemp, sy, mask, color, opacity, in DrawWuLine() 325 drawUtils->DrawPixelInLine(gfxDstBuffer, sxTemp, sy, mask, color, opacity, in DrawWuLine() 359 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity, in DrawWuLine() 381 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy, mask, color, opacity, in DrawWuLine() 406 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy + dir, mask, in DrawWuLine() 415 drawUtils->DrawPixelInLine(gfxDstBuffer, sx, sy + dir, mask, in DrawWuLine() [all …]
|
H A D | draw_utils.h | 284 void DrawPixelInLine(BufferInfo& gfxDstBuffer, int16_t x, int16_t y, const Rect& mask,
|
H A D | draw_utils.cpp | 2092 void DrawUtils::DrawPixelInLine(BufferInfo& gfxDstBuffer, function in OHOS::DrawUtils
|