Searched refs:getRootBound (Results 1 – 6 of 6) sorted by relevance
37 virtual SkRect getRootBound() const = 0;
55 SkRect getRootBound() const override;
80 SkRect bbhBound = fBBH->getRootBound(); in finishRecordingAsPicture()
13 SkRect SkRTree::getRootBound() const { in getRootBound() function in SkRTree
105 REPORTER_ASSERT(r, bbh->getRootBound() == SkRect::MakeWH(15,15)); in DEF_TEST()
720 SkRect bbhCullRect = pictureBBH->getRootBound(); in test_cull_rect_reset()979 SkRect getRootBound() const override { return rootBound; } in getRootBound() function