Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp28 SkRect shapeBounds = shape.styledBounds(); in get_unclipped_shape_dev_bounds()
DGrShape.h221 SkRect styledBounds() const;
DGrShape.cpp66 SkRect GrShape::styledBounds() const { in styledBounds() function in GrShape
/external/skia/tests/
DGrShapeTest.cpp357 SkRect styledBounds = fBase.styledBounds(); in init() local
358 CheckBounds(r, fAppliedFull, styledBounds); in init()
359 styledBounds = fAppliedPE.styledBounds(); in init()
360 CheckBounds(r, fAppliedFull, styledBounds); in init()
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp118 SkRect bounds = args.fShape->styledBounds(); in onCanDrawPath()