Home
last modified time | relevance | path

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

/third_party/skia/gm/
Ddrawable.cpp19 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
/third_party/skia/src/core/
DSkRecordedDrawable.h27 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function
/third_party/skia/docs/examples/
DCanvas_drawDrawable_2.cpp7 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
DCanvas_drawDrawable.cpp7 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
/third_party/skia/tests/
DFlattenDrawableTest.cpp53 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in IntDrawable
84 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in PaintDrawable
131 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in CompoundDrawable
190 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in RootDrawable
DVkDrawableTest.cpp205 SkRect onGetBounds() override { in onGetBounds() function in TestDrawable
/third_party/skia/samplecode/
DSampleArc.cpp74 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
DSampleXfer.cpp92 SkRect onGetBounds() override { in onGetBounds() function in CircDrawable
DSampleAtlas.cpp196 SkRect onGetBounds() override { in onGetBounds() function in DrawAtlasDrawable
/third_party/skia/src/android/
DSkAnimatedImage.cpp107 SkRect SkAnimatedImage::onGetBounds() { in onGetBounds() function in SkAnimatedImage