/third_party/flutter/skia/tests/ |
D | FlattenDrawableTest.cpp | 52 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
|
D | VkDrawableTest.cpp | 200 SkRect onGetBounds() override { in onGetBounds() function in TestDrawable
|
/third_party/skia/tests/ |
D | FlattenDrawableTest.cpp | 53 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
|
D | VkDrawableTest.cpp | 205 SkRect onGetBounds() override { in onGetBounds() function in TestDrawable
|
/third_party/skia/docs/examples/ |
D | Canvas_drawDrawable_2.cpp | 7 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
|
D | Canvas_drawDrawable.cpp | 7 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
|
/third_party/flutter/skia/docs/examples/ |
D | Canvas_drawDrawable_2.cpp | 7 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
|
D | Canvas_drawDrawable.cpp | 7 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
|
/third_party/flutter/skia/src/core/ |
D | SkRecordedDrawable.h | 28 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function
|
D | SkDrawable.cpp | 62 return this->onGetBounds(); in getBounds()
|
/third_party/skia/src/core/ |
D | SkRecordedDrawable.h | 27 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function
|
D | SkDrawable.cpp | 62 return this->onGetBounds(); in getBounds()
|
/third_party/skia/gm/ |
D | drawable.cpp | 19 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
|
/third_party/flutter/skia/gm/ |
D | drawable.cpp | 19 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
|
/third_party/flutter/skia/include/android/ |
D | SkAnimatedImage.h | 114 SkRect onGetBounds() override;
|
/third_party/skia/include/core/ |
D | SkDrawable.h | 134 virtual SkRect onGetBounds() = 0;
|
/third_party/skia/include/android/ |
D | SkAnimatedImage.h | 114 SkRect onGetBounds() override;
|
/third_party/flutter/skia/include/core/ |
D | SkDrawable.h | 134 virtual SkRect onGetBounds() = 0;
|
/third_party/flutter/skia/samplecode/ |
D | SampleHT.cpp | 113 SkRect onGetBounds() override { return fR; } in onGetBounds() function in HTDrawable
|
D | SampleArc.cpp | 74 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
|
D | SampleXfer.cpp | 92 SkRect onGetBounds() override { in onGetBounds() function in CircDrawable
|
D | SampleAtlas.cpp | 193 SkRect onGetBounds() override { in onGetBounds() function in DrawAtlasDrawable
|
/third_party/skia/samplecode/ |
D | SampleArc.cpp | 74 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
|
D | SampleAtlas.cpp | 196 SkRect onGetBounds() override { in onGetBounds() function in DrawAtlasDrawable
|
/third_party/skia/src/android/ |
D | SkAnimatedImage.cpp | 107 SkRect SkAnimatedImage::onGetBounds() { in onGetBounds() function in SkAnimatedImage
|