Home
last modified time | relevance | path

Searched refs:ClipBox (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.cpp60 rasterizer.ClipBox(0, 0, gfxDstBuffer.width, gfxDstBuffer.height); in DoRender()
68 renBase.ClipBox(invalidatedArea.GetLeft(), invalidatedArea.GetTop(), invalidatedArea.GetRight(), in DoRender()
110 rasterizer.ClipBox(0, 0, gfxDstBuffer.width, gfxDstBuffer.height); in DoDrawShadow()
119 renBase.ClipBox(invalidatedArea.GetLeft(), invalidatedArea.GetTop(), invalidatedArea.GetRight(), in DoDrawShadow()
214 m_renBaseComp.ClipBox(invalidatedArea.GetLeft(), invalidatedArea.GetTop(), invalidatedArea.GetRight(), in RenderGradient()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_antialias.cpp115 void RasterizerScanlineAntialias::ClipBox(float x1, float y1, float x2, float y2) in ClipBox() function in OHOS::RasterizerScanlineAntialias
118 clipper_.ClipBox(RasterDepictInt::UpScale(x1), RasterDepictInt::UpScale(y1), in ClipBox()
/foundation/arkui/ui_lite/frameworks/render/
H A Drender_base.h60 * @brief ClipBox Sets the size of the clipping box.
67 bool ClipBox(int32_t x1, int32_t y1, int32_t x2, int32_t y2);
H A Drender_base.cpp31 bool RenderBase::ClipBox(int32_t x1, int32_t y1, int32_t x2, int32_t y2) in ClipBox() function in OHOS::RenderBase
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/
H A Drasterizer_scanline_antialias.h98 void ClipBox(float x1, float y1, float x2, float y2);
H A Drasterizer_scanline_clip.h121 void ClipBox(int32_t left, int32_t top, int32_t right, int32_t bottom) in ClipBox() function in OHOS::RasterizerScanlineClip
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp993 renBase.ClipBox(trunc.GetLeft(), trunc.GetTop(), trunc.GetRight(), trunc.GetBottom()); in OnBlendDraw()
1014 rasterizer.ClipBox(0, 0, gfxDstBuffer.width, gfxDstBuffer.height); in OnBlendDraw()

Completed in 5 milliseconds