Lines Matching refs:fBoundingBox
228 SkRect fBoundingBox; member in PathSegment
253 fBoundingBox.set(fPts[0], this->endPt()); in init()
279 SkRectPriv::GrowToInclude(&fBoundingBox, m); in init()
606 if (between_closed_open(point.y(), segment.fBoundingBox.top(), in distance_to_segment()
607 segment.fBoundingBox.bottom())) { in distance_to_segment()
634 if (between_closed_open(point.y(), segment.fBoundingBox.top(), in distance_to_segment()
635 segment.fBoundingBox.bottom())) { in distance_to_segment()
651 const SkRect& segBB = segment.fBoundingBox.makeOutset( in calculate_distance_field_data()
678 if (between_closed_open(pY, segment.fBoundingBox.top(), in calculate_distance_field_data()
679 segment.fBoundingBox.bottom())) { in calculate_distance_field_data()
698 if (dilation != SK_DistanceFieldPad && !segment.fBoundingBox.roundOut() in calculate_distance_field_data()