Searched refs:mContentDrawBounds (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | DrawFrameTask.h | 73 mContentDrawBounds.set(left, top, right, bottom); in setContentDrawBounds() 116 Rect mContentDrawBounds; variable
|
H A D | DrawFrameTask.cpp | 39 , mContentDrawBounds(0, 0, 0, 0) in DrawFrameTask() 186 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
|
H A D | CanvasContext.h | 173 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds() 349 Rect mContentDrawBounds; variable
|
H A D | CanvasContext.cpp | 124 , mContentDrawBounds(0, 0, 0, 0) in CanvasContext() 601 &mLayerUpdateQueue, mContentDrawBounds, mOpaque, in draw()
|