Home | History | Annotate | Download | only in core

Lines Matching refs:fBounds

15         return fRoot.fBounds;
34 b->fBounds = bounds;
46 fRoot.fBounds = branches[0].fBounds;
148 b.fBounds = (*branches)[currentBranch].fBounds;
152 b.fBounds.join((*branches)[currentBranch].fBounds);
166 if (fCount > 0 && SkRect::Intersects(fRoot.fBounds, query)) {
173 if (SkRect::Intersects(node->fChildren[i].fBounds, query)) {