Home
last modified time | relevance | path

Searched refs:ClipBoxNaked (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_base.cpp39 ClipBoxNaked(1, 1, 0, 0); in ClipBox()
46 ClipBoxNaked(0, 0, GetWidth() - 1, GetHeight() - 1); in ResetClipping()
48 ClipBoxNaked(1, 1, 0, 0); in ResetClipping()
52 void RenderBase::ClipBoxNaked(int32_t x1, int32_t y1, int32_t x2, int32_t y2) in ClipBoxNaked() function in OHOS::RenderBase
H A Drender_base.h77 * @brief ClipBoxNaked Sets the size of the box.
83 void ClipBoxNaked(int32_t x1, int32_t y1, int32_t x2, int32_t y2);

Completed in 2 milliseconds