Home
last modified time | relevance | path

Searched defs:arcInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_scroll_bar.cpp95 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 Dui_box_progress.cpp125 ArcInfo arcInfo = {{0}}; in DrawRoundCap() local
[all...]
H A Dui_canvas.cpp1190 ArcInfo arcInfo = {{0}}; in DoDrawCircle() local
1227 ArcInfo arcInfo = {{0}}; DoDrawArc() local
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp113 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 Ddraw_arc.cpp128 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 Dsoft_engine.cpp28 DrawArc(BufferInfo& dst, ArcInfo& arcInfo, const Rect& mask, const Style& style, OpacityType opacity, uint8_t cap) DrawArc() argument

Completed in 6 milliseconds