Home
last modified time | relevance | path

Searched refs:onGetBounds (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkDrawable.h61 virtual SkRect onGetBounds() = 0;
/external/skia/samplecode/
DSampleDraw.cpp123 this->onGetBounds(bounds); in getBounds()
138 virtual void onGetBounds(SkRect*) = 0;
212 virtual void onGetBounds(SkRect* bounds) { in onGetBounds() function in RDraw
DSampleHT.cpp115 SkRect onGetBounds() override { return fR; } in onGetBounds() function in HTDrawable
DSampleArc.cpp76 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
/external/skia/src/core/
DSkDrawable.cpp56 return this->onGetBounds(); in getBounds()
DSkPictureRecorder.cpp123 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function in SkRecordedDrawable