Home | History | Annotate | Download | only in core

Lines Matching refs:fBounds

88             matrix.mapRect(&(*dst)->fBounds, src.fBounds);
89 if (!((*dst)->fIsFinite = (*dst)->fBounds.isFinite())) {
90 (*dst)->fBounds.setEmpty();
94 (*dst)->fBounds.setEmpty();
154 !buffer->read(&ref->fBounds, sizeof(SkRect))) {
238 // Call getBounds() to ensure (as a side-effect) that fBounds
283 fBounds = ref.fBounds;
458 if (!fBoundsIsDirty && !fBounds.isEmpty()) {
462 fBounds.fLeft - fPoints[i].fX < SK_ScalarNearlyZero &&
463 fPoints[i].fX - fBounds.fRight < SK_ScalarNearlyZero &&
464 fBounds.fTop - fPoints[i].fY < SK_ScalarNearlyZero &&
465 fPoints[i].fY - fBounds.fBottom < SK_ScalarNearlyZero));