Home
last modified time | relevance | path

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

/external/skia/tests/
DFlattenDrawableTest.cpp52 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in IntDrawable
85 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in PaintDrawable
132 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in CompoundDrawable
191 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in RootDrawable
/external/skia/include/core/
DSkDrawable.h67 virtual SkRect onGetBounds() = 0;
/external/skia/gm/
Ddrawable.cpp14 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
/external/skia/src/core/
DSkRecordedDrawable.h32 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function
DSkDrawable.cpp64 return this->onGetBounds(); in getBounds()
/external/skia/samplecode/
DSampleHT.cpp113 SkRect onGetBounds() override { return fR; } in onGetBounds() function in HTDrawable
DSampleArc.cpp75 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
DSampleXfer.cpp134 SkRect onGetBounds() override { in onGetBounds() function in CircDrawable
DSampleAtlas.cpp193 SkRect onGetBounds() override { in onGetBounds() function in DrawAtlasDrawable
DSampleLitAtlas.cpp165 SkRect onGetBounds() override { in onGetBounds() function in DrawLitAtlasDrawable