Searched refs:mContentDrawBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp72 , mContentDrawBounds(0, 0, 0, 0) {
366 frameBuilder.deferRenderNodeScene(mRenderNodes, mContentDrawBounds);
394 // #1 - content (positioned at (0,0) and clipped to - its bounds mContentDrawBounds)
404 Rect backdropBounds = mContentDrawBounds;
405 // Usually the contents bounds should be mContentDrawBounds - however - we will
409 int layer = (mContentDrawBounds.isEmpty() || mRenderNodes.size() == 1) ? 2 : 0;
421 contentBounds.set(x, y, x + mContentDrawBounds.getWidth(),
422 y + mContentDrawBounds.getHeight());
480 const float left = mContentDrawBounds.left;
481 const float top = mContentDrawBounds
[all...]
H A DCanvasContext.h142 mContentDrawBounds.set(left, top, right, bottom);
233 Rect mContentDrawBounds; member in class:android::uirenderer::renderthread::CanvasContext

Completed in 48 milliseconds