Home
last modified time | relevance | path

Searched refs:shapeBounds (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSoftwarePathRenderer.cpp45 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds() local
46 if (shapeBounds.isEmpty()) { in get_unclipped_shape_dev_bounds()
50 matrix.mapRect(&shapeDevBounds, shapeBounds); in get_unclipped_shape_dev_bounds()
DGrBlurUtils.cpp205 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds() local
206 if (shapeBounds.isEmpty()) { in get_unclipped_shape_dev_bounds()
210 matrix.mapRect(&shapeDevBounds, shapeBounds); in get_unclipped_shape_dev_bounds()
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp61 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds() local
62 if (shapeBounds.isEmpty()) { in get_unclipped_shape_dev_bounds()
66 matrix.mapRect(&shapeDevBounds, shapeBounds); in get_unclipped_shape_dev_bounds()
/third_party/skia/src/gpu/
DGrBlurUtils.cpp240 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds() local
241 if (shapeBounds.isEmpty()) { in get_unclipped_shape_dev_bounds()
245 matrix.mapRect(&shapeDevBounds, shapeBounds); in get_unclipped_shape_dev_bounds()