Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDrawAtlasOp.cpp87 SkRectPriv::GrowToInclude(&bounds, strip[0]); in GrDrawAtlasOp()
93 SkRectPriv::GrowToInclude(&bounds, strip[1]); in GrDrawAtlasOp()
99 SkRectPriv::GrowToInclude(&bounds, strip[2]); in GrDrawAtlasOp()
105 SkRectPriv::GrowToInclude(&bounds, strip[3]); in GrDrawAtlasOp()
DGrAAHairLinePathRenderer.cpp765 SkRectPriv::GrowToInclude(&actualBounds, pos); in check_bounds()
/external/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp147 SkRectPriv::GrowToInclude(&bounds, strip[0]); in DrawAtlasOp()
153 SkRectPriv::GrowToInclude(&bounds, strip[1]); in DrawAtlasOp()
159 SkRectPriv::GrowToInclude(&bounds, strip[2]); in DrawAtlasOp()
165 SkRectPriv::GrowToInclude(&bounds, strip[3]); in DrawAtlasOp()
DGrAAHairLinePathRenderer.cpp764 SkRectPriv::GrowToInclude(&actualBounds, pos); in check_bounds()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs133 GrowToInclude(el); in Add()
141 public void GrowToInclude(int bit) { in GrowToInclude() method in Antlr.Runtime.BitSet
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs148 GrowToInclude( el ); in Add()
156 public void GrowToInclude( int bit ) in GrowToInclude() method in Antlr.Runtime.BitSet
/external/skqp/src/core/
DSkRectPriv.h43 static void GrowToInclude(SkRect* r, const SkPoint& pt) { in GrowToInclude() function
/external/skia/src/core/
DSkRectPriv.h43 static void GrowToInclude(SkRect* r, const SkPoint& pt) { in GrowToInclude() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas450 procedure GrowToInclude(const Bit: Integer); procedure
1747 procedure GrowToInclude(const Bit: Integer); virtual;
3432 GrowToInclude(El);
3542 procedure TBitSet.GrowToInclude(const Bit: Integer); procedure
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp279 SkRectPriv::GrowToInclude(&fBoundingBox, m); in init()
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp279 SkRectPriv::GrowToInclude(&fBoundingBox, m); in init()
/external/skqp/tests/
DGrShapeTest.cpp1253 SkRectPriv::GrowToInclude(&dst, {0, 0}); in test_unknown_path_effect()
1254 SkRectPriv::GrowToInclude(&dst, {100, 100}); in test_unknown_path_effect()
/external/skia/tests/
DGrShapeTest.cpp1253 SkRectPriv::GrowToInclude(&dst, {0, 0}); in test_unknown_path_effect()
1254 SkRectPriv::GrowToInclude(&dst, {100, 100}); in test_unknown_path_effect()
/external/skqp/tools/debugger/
DSkDrawCommand.cpp1729 SkRectPriv::GrowToInclude(&bounds, fPts[i]); in render()
/external/skia/tools/debugger/
DSkDrawCommand.cpp1751 SkRectPriv::GrowToInclude(&bounds, fPts[i]); in render()