/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_arc_scroll_bar.cpp | 95 ArcInfo arcInfo = {{0, 0}, {0, 0}, 0, 0, 0, nullptr}; in DrawForeground() local 106 ArcInfo arcInfo = {{0, 0}, {0, 0}, 0, 0, 0, nullptr}; in DrawBackground() local [all...] |
H A D | ui_box_progress.cpp | 125 ArcInfo arcInfo = {{0}}; in DrawRoundCap() local [all...] |
H A D | ui_canvas.cpp | 1190 ArcInfo arcInfo = {{0}}; in DoDrawCircle() local 1227 ArcInfo arcInfo = {{0}}; DoDrawArc() local [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 113 ArcInfo arcInfo; in DrawRectRadiusWithoutBorderCon1() local 156 ArcInfo arcInfo; DrawRectRadiusWithoutBorderCon2() local 190 ArcInfo arcInfo; DrawRectRadiusWithoutBorderCon3() local 233 ArcInfo arcInfo; DrawRectRadiusWithoutBorderCon4() local 317 ArcInfo arcInfo; DrawRectRadiusEqualBorder() local 396 ArcInfo arcInfo; DrawRectRadiusSmallThanBorder() local 486 ArcInfo arcInfo; DrawRectRadiusBiggerThanBorderCon1() local 555 ArcInfo arcInfo; DrawRectRadiusBiggerThanBorderCon2() local 616 ArcInfo arcInfo; DrawRectRadiusBiggerThanBorderCon3() local 664 ArcInfo arcInfo; DrawRectRadiusBiggerThanBorderCon4() local [all...] |
H A D | draw_arc.cpp | 128 DrawCircleNoEndpoint(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, const Style& style, uint8_t opa, bool anti) DrawCircleNoEndpoint() argument 203 DrawAxisLine(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, const Style& style, uint8_t opa) DrawAxisLine() argument 239 DrawLineWithDegree(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, int16_t start, int16_t end, int16_t y, const Rect& mask, const Style& style, uint8_t opaScale, uint8_t quadrant) DrawLineWithDegree() argument 285 DrawLineWithDegreeInner(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, int16_t start, int16_t end, int16_t y, const Rect& mask, const Style& style, uint8_t opaScale, uint8_t quadrant) DrawLineWithDegreeInner() argument 323 DrawLineAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, const Style& style, uint8_t opa) DrawLineAnti() argument 368 DrawPointAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, int16_t x, const Rect& mask, const Style& style, uint8_t antiOpa) DrawPointAnti() argument 413 Draw(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, const Style& style, uint8_t opaScale, uint8_t cap) Draw() argument 507 SetArcInfo(ArcInfo& arcInfo, const Style& style) SetArcInfo() argument [all...] |
/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 28 DrawArc(BufferInfo& dst, ArcInfo& arcInfo, const Rect& mask, const Style& style, OpacityType opacity, uint8_t cap) DrawArc() argument
|