Searched refs:mContentDrawBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | DrawFrameTask.h | 73 mContentDrawBounds.set(left, top, right, bottom); in setContentDrawBounds() 116 Rect mContentDrawBounds; variable
|
D | DrawFrameTask.cpp | 39 , mContentDrawBounds(0, 0, 0, 0) in DrawFrameTask() 190 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
|
D | CanvasContext.h | 177 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds() 352 Rect mContentDrawBounds; variable
|
D | CanvasContext.cpp | 131 , mContentDrawBounds(0, 0, 0, 0) in CanvasContext() 643 frame, windowDirty, dirty, mLightGeometry, &mLayerUpdateQueue, mContentDrawBounds, in draw()
|