Searched refs:growToInclude (Results 1 – 11 of 11) sorted by relevance
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BitSet.js | 169 this.growToInclude(el); 255 this.growToInclude(el); 351 growToInclude: function(bit) { 447 this.growToInclude(maxBit); 501 this.growToInclude(el);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | BitSet.java | 91 growToInclude(el); in add() 182 growToInclude(el); in clear() 255 public void growToInclude(int bit) { in growToInclude() method in BitSet 314 growToInclude(maxBit); in notInPlace() 398 growToInclude(el); in remove()
|
/external/skia/src/gpu/ops/ |
D | GrDrawAtlasOp.cpp | 85 bounds.growToInclude(quad[0].fX, quad[0].fY); in GrDrawAtlasOp() 91 bounds.growToInclude(quad[1].fX, quad[1].fY); in GrDrawAtlasOp() 97 bounds.growToInclude(quad[2].fX, quad[2].fY); in GrDrawAtlasOp() 103 bounds.growToInclude(quad[3].fX, quad[3].fY); in GrDrawAtlasOp()
|
D | GrAAHairLinePathRenderer.cpp | 729 actualBounds.growToInclude(pos.fX, pos.fY); in check_bounds()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3bitset.c | 55 static void growToInclude (pANTLR3_BITSET bitset, ANTLR3_INT32 bit); 387 growToInclude(bitset, bit); in antlr3BitsetAdd() 421 growToInclude(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) in growToInclude() function 456 growToInclude(bitset, (bitset2->blist.length * sizeof(ANTLR3_BITWORD))); in antlr3BitsetORInPlace()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | BitSet.java | 120 growToInclude(el); in add() 129 public void growToInclude(int bit) { in growToInclude() method in BitSet
|
/external/skia/include/core/ |
D | SkRect.h | 792 void growToInclude(SkScalar x, SkScalar y) { in growToInclude() function 800 void growToInclude(const SkPoint pts[], int count) { in growToInclude() function 801 this->growToInclude(pts, sizeof(SkPoint), count); in growToInclude() 805 void growToInclude(const SkPoint pts[], size_t stride, int count) { in growToInclude() function 810 this->growToInclude(pts->fX, pts->fY); in growToInclude()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BitSet.as | 83 growToInclude(el); 92 public function growToInclude(bit:int):void { method in org.antlr.runtime.BitSet
|
/external/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 278 fBoundingBox.growToInclude(&m, 1); in init()
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 1090 dst->growToInclude(0, 0); in test_unknown_path_effect() 1091 dst->growToInclude(100, 100); in test_unknown_path_effect()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 2744 bounds.growToInclude(fPts[i].fX, fPts[i].fY); in render()
|