Searched refs:styledBounds (Results 1 – 12 of 12) sorted by relevance
186 SkRect styledBounds() const;
81 SkRect GrStyledShape::styledBounds() const { in styledBounds() function in GrStyledShape
632 SkRect styledBounds = fBase->styledBounds(); in init() local633 CheckBounds(r, *fAppliedFull, styledBounds); in init()634 styledBounds = fAppliedPE->styledBounds(); in init()635 CheckBounds(r, *fAppliedFull, styledBounds); in init()
641 SkRect styledBounds = fBase->styledBounds(); in init() local642 CheckBounds(r, *fAppliedFull, styledBounds); in init()643 styledBounds = fAppliedPE->styledBounds(); in init()644 CheckBounds(r, *fAppliedFull, styledBounds); in init()
307 SkRect styledBounds() const;
43 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
208 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
170 SkRect GrShape::styledBounds() const { in styledBounds() function in GrShape
44 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
231 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
81 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()
205 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()