Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp164 SkRectPriv::GrowToInclude(&bounds, strip[0]); in DrawAtlasOpImpl()
170 SkRectPriv::GrowToInclude(&bounds, strip[1]); in DrawAtlasOpImpl()
176 SkRectPriv::GrowToInclude(&bounds, strip[2]); in DrawAtlasOpImpl()
182 SkRectPriv::GrowToInclude(&bounds, strip[3]); in DrawAtlasOpImpl()
/third_party/skia/src/core/
DSkRectPriv.h43 static void GrowToInclude(SkRect* r, const SkPoint& pt) { in GrowToInclude() function
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp264 SkRectPriv::GrowToInclude(&fBoundingBox, m); in init()
/third_party/skia/tests/
DGrStyledShapeTest.cpp1266 SkRectPriv::GrowToInclude(bounds, {0, 0}); in test_unknown_path_effect()
1267 SkRectPriv::GrowToInclude(bounds, {100, 100}); in test_unknown_path_effect()
/third_party/skia/tools/debugger/
DDrawCommand.cpp1607 SkRectPriv::GrowToInclude(&bounds, fPts[i]); in render()