Home
last modified time | relevance | path

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

/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/
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/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.cpp45 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
DGrBlurUtils.cpp208 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
DGrShape.h307 SkRect styledBounds() const;
DGrShape.cpp170 SkRect GrShape::styledBounds() const { in styledBounds() function in GrShape
/external/skqp/src/gpu/ops/
DGrSmallPathRenderer.cpp205 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp206 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()