Searched defs:onGetBounds (Results 1 – 10 of 10) sorted by relevance
19 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
27 SkRect onGetBounds() override { return fBounds; } in onGetBounds() function
7 SkRect onGetBounds() override { return SkRect::MakeWH(50, 100); } in onGetBounds() function
53 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in IntDrawable84 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in PaintDrawable131 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in CompoundDrawable190 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds() function in RootDrawable
205 SkRect onGetBounds() override { in onGetBounds() function in TestDrawable
74 SkRect onGetBounds() override { in onGetBounds() function in ArcsView::MyDrawable
92 SkRect onGetBounds() override { in onGetBounds() function in CircDrawable
196 SkRect onGetBounds() override { in onGetBounds() function in DrawAtlasDrawable
107 SkRect SkAnimatedImage::onGetBounds() { in onGetBounds() function in SkAnimatedImage