Home
last modified time | relevance | path

Searched refs:styledBounds (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/geometry/
DGrStyledShape.h186 SkRect styledBounds() const;
DGrStyledShape.cpp81 SkRect GrStyledShape::styledBounds() const { in styledBounds() function in GrStyledShape
/external/skqp/tests/
DGrShapeTest.cpp632 SkRect styledBounds = fBase->styledBounds(); in init() local
633 CheckBounds(r, *fAppliedFull, styledBounds); in init()
634 styledBounds = fAppliedPE->styledBounds(); in init()
635 CheckBounds(r, *fAppliedFull, styledBounds); in init()
/external/skia/tests/
DGrStyledShapeTest.cpp641 SkRect styledBounds = fBase->styledBounds(); in init() local
642 CheckBounds(r, *fAppliedFull, styledBounds); in init()
643 styledBounds = fAppliedPE->styledBounds(); in init()
644 CheckBounds(r, *fAppliedFull, styledBounds); in init()
/external/skqp/src/gpu/
DGrShape.h307 SkRect styledBounds() const;
DGrSoftwarePathRenderer.cpp43 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
DGrBlurUtils.cpp208 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
DGrShape.cpp170 SkRect GrShape::styledBounds() const { in styledBounds() function in GrShape
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp44 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
DGrBlurUtils.cpp231 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp81 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp205 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()