Searched refs:DrawPixel (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | clip_utils.cpp | 143 DrawPixel(i, y, *covers, imageInfo); in PerformScan() 159 void ClipUtils::DrawPixel(int16_t x, int16_t y, uint8_t opa, const ImageInfo* imageInfo) in DrawPixel() function in OHOS::ClipUtils 182 DrawPixel(i, y, opa, imageInfo); in DrawHorLine()
|
H A D | clip_utils.h | 69 void DrawPixel(int16_t x, int16_t y, uint8_t opa, const ImageInfo* imageInfo);
|
H A D | draw_line.cpp | 250 drawUtils->DrawPixel(gfxDstBuffer, x0Int, y0Int, mask, color, opacity); in DrawWuLine() 273 drawUtils->DrawPixel(gfxDstBuffer, x3Int, y3Int, mask, color, opacity); in DrawWuLine() 348 drawUtils->DrawPixel(gfxDstBuffer, sx, sy, mask, color, opacity); in DrawWuLine() 384 drawUtils->DrawPixel(gfxDstBuffer, x3Int, y3Int, mask, color, opacity); in DrawWuLine()
|
H A D | draw_utils.h | 210 void DrawPixel(BufferInfo& gfxDstBuffer, int16_t x, int16_t y, const Rect& mask,
|
H A D | draw_arc.cpp | 82 DrawUtils::GetInstance()->DrawPixel(gfxDstBuffer, begin.x, begin.y, mask, style.lineColor_, opaScale); in DrawHorLine()
|
H A D | draw_utils.cpp | 156 void DrawUtils::DrawPixel(BufferInfo& gfxDstBuffer, in DrawPixel() function in OHOS::DrawUtils
|
Completed in 8 milliseconds