Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleXfer.cpp68 this->getLocalBounds(&r); in onDraw()
88 this->getLocalBounds(&r); in onClick()
/external/skia/include/views/
DSkView.h83 void getLocalBounds(SkRect* bounds) const;
/external/skia/src/views/
DSkView.cpp147 view->getLocalBounds(&bounds); in inval()
483 void SkView::getLocalBounds(SkRect* bounds) const { in getLocalBounds() function in SkView