Searched refs:mContentDrawBounds (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | DrawFrameTask.h | 68 mContentDrawBounds.set(left, top, right, bottom); in setContentDrawBounds() 117 Rect mContentDrawBounds; variable
|
H A D | CanvasContext.h | 160 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds() 318 Rect mContentDrawBounds; variable
|
H A D | DrawFrameTask.cpp | 90 , mContentDrawBounds(0, 0, 0, 0) in DrawFrameTask() 240 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
|
H A D | CanvasContext.cpp | 122 , mContentDrawBounds(0, 0, 0, 0) in CanvasContext() 511 mContentDrawBounds, mOpaque, mLightInfo, mRenderNodes, in draw()
|