Searched refs:styledBounds (Results 1 – 5 of 5) sorted by relevance
28 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
221 SkRect styledBounds() const;
66 SkRect GrShape::styledBounds() const { in styledBounds() function in GrShape
357 SkRect styledBounds = fBase.styledBounds(); in init() local358 CheckBounds(r, fAppliedFull, styledBounds); in init()359 styledBounds = fAppliedPE.styledBounds(); in init()360 CheckBounds(r, fAppliedFull, styledBounds); in init()
118 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()