Home
last modified time | relevance | path

Searched refs:growToInclude (Results 1 – 11 of 11) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBitSet.js169 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/
DBitSet.java91 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/
DGrDrawAtlasOp.cpp85 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()
DGrAAHairLinePathRenderer.cpp729 actualBounds.growToInclude(pos.fX, pos.fY); in check_bounds()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3bitset.c55 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/
DBitSet.java120 growToInclude(el); in add()
129 public void growToInclude(int bit) { in growToInclude() method in BitSet
/external/skia/include/core/
DSkRect.h792 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/
DBitSet.as83 growToInclude(el);
92 public function growToInclude(bit:int):void { method in org.antlr.runtime.BitSet
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp278 fBoundingBox.growToInclude(&m, 1); in init()
/external/skia/tests/
DGrShapeTest.cpp1090 dst->growToInclude(0, 0); in test_unknown_path_effect()
1091 dst->growToInclude(100, 100); in test_unknown_path_effect()
/external/skia/tools/debugger/
DSkDrawCommand.cpp2744 bounds.growToInclude(fPts[i].fX, fPts[i].fY); in render()