Searched defs:contentDrawBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp135 const Rect& contentDrawBounds) {
162 Rect content(contentDrawBounds.getWidth(), contentDrawBounds.getHeight());
185 float dx = contentDrawBounds.left - backdrop.left;
186 float dy = contentDrawBounds.top - backdrop.top;
134 deferRenderNodeScene(const std::vector< sp<RenderNode> >& nodes, const Rect& contentDrawBounds) argument

Completed in 349 milliseconds