Home
last modified time | relevance | path

Searched refs:DrawPixelInLine (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp261 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 Ddraw_utils.h284 void DrawPixelInLine(BufferInfo& gfxDstBuffer, int16_t x, int16_t y, const Rect& mask,
H A Ddraw_utils.cpp2092 void DrawUtils::DrawPixelInLine(BufferInfo& gfxDstBuffer, function in OHOS::DrawUtils