Searched refs:mContentDrawBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | DrawFrameTask.h | 66 mContentDrawBounds.set(left, top, right, bottom); in setContentDrawBounds() 97 Rect mContentDrawBounds; variable
|
D | DrawFrameTask.cpp | 35 , mContentDrawBounds(0, 0, 0, 0) in DrawFrameTask() 140 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
|
D | CanvasContext.h | 163 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds() 262 Rect mContentDrawBounds; variable
|
D | CanvasContext.cpp | 149 , mContentDrawBounds(0, 0, 0, 0) in CanvasContext() 456 mContentDrawBounds, mOpaque, mWideColorGamut, mLightInfo, in draw()
|