Searched refs:DrawImg (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_button.cpp | 68 void UIButton::DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale) in DrawImg() function in OHOS::UIButton 94 DrawImg(gfxDstBuffer, invalidatedArea, opa); in OnDraw()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_arc.h | 102 void DrawImg(BufferInfo& gfxDstBuffer,
|
H A D | draw_arc.cpp | 28 void DrawArc::DrawImg(BufferInfo& gfxDstBuffer, in DrawImg() function in OHOS::DrawArc 62 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawVerLine() 79 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawHorLine()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_button.h | 483 void DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale);
|
Completed in 3 milliseconds