/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_arc.h | 33 void Draw(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, 116 …void DrawCircleNoEndpoint(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, const Styl… 119 …void DrawAxisLine(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, const Style& style… 122 ArcInfo& arcInfo, 132 ArcInfo& arcInfo, 141 …void DrawLineAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, const Style& style… 143 ArcInfo& arcInfo, 150 void SetArcInfo(ArcInfo& arcInfo, const Style& style);
|
H A D | draw_arc.cpp | 129 ArcInfo& arcInfo, in DrawCircleNoEndpoint() 204 ArcInfo& arcInfo, in DrawAxisLine() 240 ArcInfo& arcInfo, in DrawLineWithDegree() 286 ArcInfo& arcInfo, in DrawLineWithDegreeInner() 323 void DrawArc::DrawLineAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, in DrawLineAnti() 368 void DrawArc::DrawPointAnti(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, int16_t x, const Rect& mask, in DrawPointAnti() 413 void DrawArc::Draw(BufferInfo& gfxDstBuffer, ArcInfo& arcInfo, const Rect& mask, in Draw() 436 ArcInfo endArcInfo = arcInfo; in Draw() 507 void DrawArc::SetArcInfo(ArcInfo& arcInfo, const Style& style) in SetArcInfo()
|
H A D | draw_rect.cpp | 113 ArcInfo arcInfo; in DrawRectRadiusWithoutBorderCon1() 156 ArcInfo arcInfo; in DrawRectRadiusWithoutBorderCon2() 190 ArcInfo arcInfo; in DrawRectRadiusWithoutBorderCon3() 233 ArcInfo arcInfo; in DrawRectRadiusWithoutBorderCon4() 317 ArcInfo arcInfo; in DrawRectRadiusEqualBorder() 396 ArcInfo arcInfo; in DrawRectRadiusSmallThanBorder() 486 ArcInfo arcInfo; in DrawRectRadiusBiggerThanBorderCon1() 555 ArcInfo arcInfo; in DrawRectRadiusBiggerThanBorderCon2() 616 ArcInfo arcInfo; in DrawRectRadiusBiggerThanBorderCon3() 664 ArcInfo arcInfo; in DrawRectRadiusBiggerThanBorderCon4()
|
/ohos5.0/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() 106 ArcInfo arcInfo = {{0, 0}, {0, 0}, 0, 0, 0, nullptr}; in DrawBackground()
|
H A D | ui_checkbox.cpp | 151 ArcInfo arcInfoLeft = {start, in SelectedStateSoftwareDrawing() 157 ArcInfo arcInfoMid = {mid, in SelectedStateSoftwareDrawing() 163 ArcInfo arcInfoRight = {end, in SelectedStateSoftwareDrawing()
|
H A D | ui_radio_button.cpp | 97 ArcInfo arcInfoBig = {{x, y}, {0}, radiusBig_, 0, CIRCLE_IN_DEGREE, nullptr}; in OnDraw() 98 ArcInfo arcInfoSmall = {{x, y}, {0}, currentRadius_, 0, CIRCLE_IN_DEGREE, nullptr}; in OnDraw()
|
H A D | ui_circle_progress.cpp | 87 ArcInfo arcinfo = {{0}}; in DrawCommonCircle()
|
H A D | ui_toggle_button.cpp | 115 ArcInfo arcInfoLeft = {currentCenter_, {0}, radius_, 0, CIRCLE_IN_DEGREE, nullptr}; in OnDraw()
|
H A D | ui_chart.cpp | 355 ArcInfo arcinfo = {{0}}; in DoDrawPoint() 643 ArcInfo arcinfo = {{0}}; in DrawSmoothPolyLine() 677 ArcInfo arcinfo = {{0}}; in DrawPolyLine()
|
H A D | ui_box_progress.cpp | 125 ArcInfo arcInfo = {{0}}; in DrawRoundCap()
|
H A D | ui_canvas.cpp | 1190 ArcInfo arcInfo = {{0}}; in DoDrawCircle() 1227 ArcInfo arcInfo = {{0}}; in DoDrawArc() 1293 ArcInfo arcinfo = {{0}}; in DoDrawLineJoin() 1356 ArcInfo arcInfo = {{0}}; in DoDrawPath()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
H A D | gfx_engine_manager.h | 60 struct ArcInfo { struct 82 ArcInfo& arcInfo, argument
|
H A D | soft_engine.h | 25 ArcInfo& arcInfo,
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 29 ArcInfo& arcInfo, in DrawArc()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-porting-guide.md | 40 ArcInfo& arcInfo,
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-porting-guide.md | 40 ArcInfo& arcInfo,
|