Searched refs:mContentDrawBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | DrawFrameTask.h | 67 mContentDrawBounds.set(left, top, right, bottom); in setContentDrawBounds() 120 Rect mContentDrawBounds; variable
|
D | CanvasContext.h | 168 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds() 324 Rect mContentDrawBounds; variable
|
D | DrawFrameTask.cpp | 90 , mContentDrawBounds(0, 0, 0, 0) in DrawFrameTask() 249 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
|
D | CanvasContext.cpp | 123 , mContentDrawBounds(0, 0, 0, 0) in CanvasContext() 525 &mLayerUpdateQueue, mContentDrawBounds, mOpaque, in draw()
|