Home
last modified time | relevance | path

Searched refs:shapeBounds (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A 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/
H A DGrBlurUtils.cpp246 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds() local
247 if (shapeBounds.isEmpty()) { in get_unclipped_shape_dev_bounds()
251 matrix.mapRect(&shapeDevBounds, shapeBounds); in get_unclipped_shape_dev_bounds()

Completed in 3 milliseconds