Searched refs:ClipBoxNaked (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_base.cpp | 39 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 D | render_base.h | 77 * @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 1 milliseconds