Home
last modified time | relevance | path

Searched refs:DrawPixel (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp143 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 Dclip_utils.h69 void DrawPixel(int16_t x, int16_t y, uint8_t opa, const ImageInfo* imageInfo);
H A Ddraw_line.cpp250 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 Ddraw_utils.h210 void DrawPixel(BufferInfo& gfxDstBuffer, int16_t x, int16_t y, const Rect& mask,
H A Ddraw_arc.cpp82 DrawUtils::GetInstance()->DrawPixel(gfxDstBuffer, begin.x, begin.y, mask, style.lineColor_, opaScale); in DrawHorLine()
H A Ddraw_utils.cpp156 void DrawUtils::DrawPixel(BufferInfo& gfxDstBuffer, in DrawPixel() function in OHOS::DrawUtils

Completed in 8 milliseconds