Searched refs:growToInclude (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/batches/ |
D | GrDrawAtlasBatch.cpp | 141 bounds.growToInclude(quad[0].fX, quad[0].fY); in GrDrawAtlasBatch() 147 bounds.growToInclude(quad[1].fX, quad[1].fY); in GrDrawAtlasBatch() 153 bounds.growToInclude(quad[2].fX, quad[2].fY); in GrDrawAtlasBatch() 159 bounds.growToInclude(quad[3].fX, quad[3].fY); in GrDrawAtlasBatch()
|
D | GrAtlasTextBatch.cpp | 164 rect.growToInclude(vertex, vertexStride, kVerticesPerGlyph * subRunGlyphCount); in onPrepareDraws()
|
D | GrAAHairLinePathRenderer.cpp | 660 actualBounds.growToInclude(pos.fX, pos.fY); in check_bounds()
|
/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/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 | 773 void growToInclude(SkScalar x, SkScalar y) { in growToInclude() function 781 void growToInclude(const SkPoint pts[], int count) { in growToInclude() function 782 this->growToInclude(pts, sizeof(SkPoint), count); in growToInclude() 786 void growToInclude(const SkPoint pts[], size_t stride, int count) { in growToInclude() function 791 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/tools/debugger/ |
D | SkDrawCommand.cpp | 2322 bounds.growToInclude(fPts[i].fX, fPts[i].fY); in render()
|