Searched refs:DrawColorArea (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 59 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 D | draw_line.cpp | 117 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 D | draw_triangle.cpp | 63 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, area, mask, color, opa); in Draw()
|
H A D | draw_arc.cpp | 64 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 D | draw_utils.h | 204 void DrawColorArea(BufferInfo& gfxDstBuffer, const Rect& area, const Rect& mask,
|
H A D | draw_utils.cpp | 87 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