Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp59 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, dirtyRect, style.bgColor_, opa); in Draw()
133 drawUtils->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon1()
137 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon1()
175 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, middleRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon2()
218 drawUtils->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon4()
222 drawUtils->DrawColorArea(gfxDstBuffer, middleRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon4()
226 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon4()
279 drawUtils->DrawColorArea(gfxDstBuffer, topRect, dirtyRect, style.borderColor_, opa); in DrawRectBorderWithoutRadius()
283 drawUtils->DrawColorArea(gfxDstBuffer, leftRect, dirtyRect, style.borderColor_, opa); in DrawRectBorderWithoutRadius()
288 drawUtils->DrawColorArea(gfxDstBuffe in DrawRectBorderWithoutRadius()
[all...]
H A Ddraw_line.cpp117 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawVerticalLine()
141 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawHorizontalLine()
293 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawWuLine()
295 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawWuLine()
336 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawWuLine()
391 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawWuLine()
393 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawWuLine()
434 drawUtils->DrawColorArea(gfxDstBuffer, rect, mask, color, opacity); in DrawWuLine()
H A Ddraw_triangle.cpp63 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, area, mask, color, opa); in Draw()
H A Ddraw_arc.cpp64 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, style.lineColor_, opaScale); in DrawVerLine()
85 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, style.lineColor_, opaScale); in DrawHorLine()
H A Ddraw_utils.h204 void DrawColorArea(BufferInfo& gfxDstBuffer, const Rect& area, const Rect& mask,
H A Ddraw_utils.cpp87 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, area, mask, color, opa); in DrawColorAreaBySides()
90 void DrawUtils::DrawColorArea(BufferInfo& gfxDstBuffer, in DrawColorArea() function in OHOS::DrawUtils

Completed in 14 milliseconds