Searched refs:floatBounds (Results 1 – 2 of 2) sorted by relevance
120 SkRect floatBounds; in onFilterNodeBounds() local121 matrix.mapRect(&floatBounds, SkRect::Make(src)); in onFilterNodeBounds()122 SkIRect bounds = floatBounds.roundOut(); in onFilterNodeBounds()
95 SkRect floatBounds; in onFilterImageDeprecated() local96 ctx.ctm().mapRect(&floatBounds, fCropRect); in onFilterImageDeprecated()97 SkIRect bounds = floatBounds.roundOut(); in onFilterImageDeprecated()