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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp404 Rect backdropBounds = mContentDrawBounds; local
425 backdropBounds.set(x, y, x + backdropBounds.getWidth(), y + backdropBounds.getHeight());
426 backdropBounds.doIntersect(targetBounds);
482 const float dx = backdropBounds.left - left;
483 const float dy = backdropBounds.top - top;
484 const float width = backdropBounds.getWidth();
485 const float height = backdropBounds.getHeight();

Completed in 129 milliseconds