Home
last modified time | relevance | path

Searched refs:getLocalBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListOp.h172 virtual bool getLocalBounds(const DrawModifiers& drawModifiers, Rect& localBounds) { in getLocalBounds() function
240 bool getLocalBounds(const DrawModifiers& drawModifiers, Rect& localBounds) { in getLocalBounds() function
1122 bool getLocalBounds(const DrawModifiers& drawModifiers, Rect& localBounds) { in getLocalBounds() function
1458 getLocalBounds(renderer.getDrawModifiers(), bounds); in applyDraw()
DDeferredDisplayList.cpp494 if (op->getLocalBounds(renderer.getDrawModifiers(), state->mBounds)) { in addDrawOp()
DDisplayListRenderer.cpp508 if (op->getLocalBounds(mDrawModifiers, localBounds)) { in addDrawOp()