Home
last modified time | relevance | path

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

12

/third_party/flutter/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
DVkDrawableTest.cpp200 SkRect onGetBounds() override { in onGetBounds() function in TestDrawable
/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/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/flutter/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/flutter/skia/src/core/
DSkRecordedDrawable.h28 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function
DSkDrawable.cpp62 return this->onGetBounds(); in getBounds()
/third_party/skia/src/core/
DSkRecordedDrawable.h27 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function
DSkDrawable.cpp62 return this->onGetBounds(); in getBounds()
/third_party/skia/gm/
Ddrawable.cpp19 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
/third_party/flutter/skia/gm/
Ddrawable.cpp19 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
/third_party/flutter/skia/include/android/
DSkAnimatedImage.h114 SkRect onGetBounds() override;
/third_party/skia/include/core/
DSkDrawable.h134 virtual SkRect onGetBounds() = 0;
/third_party/skia/include/android/
DSkAnimatedImage.h114 SkRect onGetBounds() override;
/third_party/flutter/skia/include/core/
DSkDrawable.h134 virtual SkRect onGetBounds() = 0;
/third_party/flutter/skia/samplecode/
DSampleHT.cpp113 SkRect onGetBounds() override { return fR; } in onGetBounds() function in HTDrawable
DSampleArc.cpp74 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
DSampleXfer.cpp92 SkRect onGetBounds() override { in onGetBounds() function in CircDrawable
DSampleAtlas.cpp193 SkRect onGetBounds() override { in onGetBounds() function in DrawAtlasDrawable
/third_party/skia/samplecode/
DSampleArc.cpp74 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
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

12