Home
last modified time | relevance | path

Searched refs:mContentDrawBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DDrawFrameTask.h65 mContentDrawBounds.set(left, top, right, bottom); in setContentDrawBounds()
96 Rect mContentDrawBounds; variable
DDrawFrameTask.cpp35 , mContentDrawBounds(0, 0, 0, 0) in DrawFrameTask()
139 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
DCanvasContext.h153 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds()
273 Rect mContentDrawBounds; variable
DCanvasContext.cpp110 , mContentDrawBounds(0, 0, 0, 0) in CanvasContext()
447 mContentDrawBounds, mOpaque, mLightInfo, mRenderNodes, in draw()