/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_label_button.cpp | 27 void UILabelButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument
|
H A D | ui_box_scroll_bar.cpp | 33 void UIBoxScrollBar::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa) in OnDraw() argument
|
H A D | ui_repeat_button.cpp | 28 void UIRepeatButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument
|
H A D | ui_surface_view.cpp | 138 void UISurfaceView::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument 143 void UISurfaceView::Draw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in Draw() argument
|
H A D | ui_circle_progress.cpp | 85 void UICircleProgress::DrawCommonCircle(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in DrawCommonCircle() argument 121 void UICircleProgress::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument
|
H A D | ui_axis.cpp | 94 void UIAxis::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument 101 void UIXAxis::DrawAxisMark(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in DrawAxisMark() argument 183 void UIYAxis::DrawAxisMark(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in DrawAxisMark() argument
|
H A D | ui_arc_scroll_bar.cpp | 63 void UIArcScrollBar::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa) in OnDraw() argument 71 void UIArcScrollBar::DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa) in DrawForeground() argument 104 void UIArcScrollBar::DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa) in DrawBackground() argument
|
H A D | ui_abstract_scroll_bar.h | 32 virtual void OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, uint8_t backgroundOpa) {} in OnDraw() argument
|
H A D | ui_box_progress.cpp | 28 void UIBoxProgress::DrawValidRect(BufferInfo& gfxDstBuffer, in DrawValidRect() argument 72 void UIBoxProgress::DrawRoundCap(BufferInfo& gfxDstBuffer, in DrawRoundCap() argument 239 DrawBackground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) DrawBackground() argument 252 DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords) DrawForeground() argument 293 OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) OnDraw() argument [all...] |
H A D | ui_radio_button.cpp | 84 void UIRadioButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument
|
H A D | ui_toggle_button.cpp | 96 void UIToggleButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument
|
H A D | ui_button.cpp | 68 void UIButton::DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale) in DrawImg() argument 90 void UIButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument 289 void UIButton::OnPostDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnPostDraw() argument 328 void UIButton::ButtonAnimator::DrawMask(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in DrawMask() argument [all...] |
H A D | ui_slider.cpp | 115 void UISlider::DrawKnob(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, const Rect& foregroundRect) in DrawKnob() argument 185 void UISlider::DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords) in DrawForeground() argument 251 void UISlider::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument
|
H A D | ui_checkbox.cpp | 128 void UICheckBox::SelectedStateSoftwareDrawing(BufferInfo& gfxDstBuffer, in SelectedStateSoftwareDrawing() argument 181 void UICheckBox::UnSelectedStateSoftwareDrawing(BufferInfo& gfxDstBuffer, in UnSelectedStateSoftwareDrawing() argument 220 void UICheckBox::OnDraw(BufferInfo& gfxDstBuffer, cons argument [all...] |
H A D | ui_abstract_scroll.cpp | 431 void UIAbstractScroll::OnPostDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnPostDraw() argument
|
H A D | ui_analog_clock.cpp | 216 void UIAnalogClock::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnDraw() argument 221 void UIAnalogClock::OnPostDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) in OnPostDraw() argument 265 void UIAnalogClock::DrawHand(BufferInfo& gfxDstBuffer, const Rect& current, const Rect& invalidatedArea, Hand& hand) in DrawHand() argument 274 DrawHandImage(BufferInfo& gfxDstBuffer, const Rect& current, const Rect& invalidatedArea, Hand& hand) DrawHandImage() argument 289 DrawHandLine(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Hand& hand) DrawHandLine() argument [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_curve.cpp | 21 void DrawCurve::DrawCubicBezier(BufferInfo& gfxDstBuffer, const Point& start, const Point& control1, in DrawCubicBezier() argument
|
H A D | draw_image.cpp | 23 void DrawImage::DrawCommon(BufferInfo& gfxDstBuffer, const Rect& coords, const Rect& mask, in DrawCommon() argument 35 void DrawImage::DrawCommon(BufferInfo& gfxDstBuffer, const Rect& coords, const Rect& mask, in DrawCommon() argument
|
H A D | draw_triangle.cpp | 20 void DrawTriangle::Draw(BufferInfo& gfxDstBuffer, in Draw() argument
|
H A D | draw_canvas.cpp | 36 void DrawCanvas::DoRender(BufferInfo& gfxDstBuffer, in DoRender() argument 89 void DrawCanvas::DoDrawShadow(BufferInfo& gfxDstBuffer, in DoDrawShadow() argument 146 InitRenderAndTransform(BufferInfo& gfxDstBuffer, RenderBuffer& renderBuffer, const Rect& rect, TransAffine& transform, const Style& style, const Paint& paint) InitRenderAndTransform() argument [all...] |
H A D | draw_rect.cpp | 24 void DrawRect::Draw(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in Draw() argument 82 void DrawRect::DrawRectRadiusWithoutBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusWithoutBorder() argument 97 DrawRectRadiusWithoutBorderCon1(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusWithoutBorderCon1() argument 140 DrawRectRadiusWithoutBorderCon2(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusWithoutBorderCon2() argument 178 DrawRectRadiusWithoutBorderCon3(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusWithoutBorderCon3() argument 200 DrawRectRadiusWithoutBorderCon4(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusWithoutBorderCon4() argument 262 DrawRectBorderWithoutRadius(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectBorderWithoutRadius() argument 299 DrawRectRadiusEqualBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusEqualBorder() argument 369 DrawRectRadiusSmallThanBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusSmallThanBorder() argument 452 DrawRectRadiusBiggerThanBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusBiggerThanBorder() argument 467 DrawRectRadiusBiggerThanBorderCon1(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusBiggerThanBorderCon1() argument 536 DrawRectRadiusBiggerThanBorderCon2(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusBiggerThanBorderCon2() argument 603 DrawRectRadiusBiggerThanBorderCon3(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusBiggerThanBorderCon3() argument 639 DrawRectRadiusBiggerThanBorderCon4(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, const Style& style, OpacityType opaScale) DrawRectRadiusBiggerThanBorderCon4() argument [all...] |
H A D | draw_arc.cpp | 28 void DrawArc::DrawImg(BufferInfo& gfxDstBuffer, in DrawImg() argument 51 void DrawArc::DrawVerLine(BufferInfo& gfxDstBuffer, in DrawVerLine() argument 68 void DrawArc::DrawHorLine(BufferInfo& gfxDstBuffer, in DrawHorLine() argument 128 void DrawArc::DrawCircleNoEndpoint(BufferInfo& gfxDstBuffer, in 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 [all...] |
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_chart_unit_test.cpp | 512 BufferInfo* gfxDstBuffer = new BufferInfo(); in HWTEST_F() local
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | image.cpp | 272 void Image::DrawImage(BufferInfo& gfxDstBuffer, in DrawImage() argument
|
/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 49 void SoftEngine::DrawLetter(BufferInfo& gfxDstBuffer, in DrawLetter() argument
|