Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.h68 mContentDrawBounds.set(left, top, right, bottom); in setContentDrawBounds()
117 Rect mContentDrawBounds; variable
H A DCanvasContext.h160 void setContentDrawBounds(const Rect& bounds) { mContentDrawBounds = bounds; } in setContentDrawBounds()
318 Rect mContentDrawBounds; variable
H A DDrawFrameTask.cpp90 , mContentDrawBounds(0, 0, 0, 0) in DrawFrameTask()
240 mContext->setContentDrawBounds(mContentDrawBounds); in syncFrameState()
H A DCanvasContext.cpp122 , mContentDrawBounds(0, 0, 0, 0) in CanvasContext()
511 mContentDrawBounds, mOpaque, mLightInfo, mRenderNodes, in draw()