Searched refs:growToInclude (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrDrawAtlasOp.cpp129 bounds.growToInclude(quad[0].fX, quad[0].fY);
135 bounds.growToInclude(quad[1].fX, quad[1].fY);
141 bounds.growToInclude(quad[2].fX, quad[2].fY);
147 bounds.growToInclude(quad[3].fX, quad[3].fY);
H A DGrAAHairLinePathRenderer.cpp661 actualBounds.growToInclude(pos.fX, pos.fY);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A 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/
H A DBitSet.java91 growToInclude(el);
182 growToInclude(el);
255 public void growToInclude(int bit) { method in class:BitSet
314 growToInclude(maxBit);
398 growToInclude(el);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c55 static void growToInclude (pANTLR3_BITSET bitset, ANTLR3_INT32 bit);
387 growToInclude(bitset, bit);
421 growToInclude(pANTLR3_BITSET bitset, ANTLR3_INT32 bit) function
456 growToInclude(bitset, (bitset2->blist.length * sizeof(ANTLR3_BITWORD)));
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBitSet.as83 growToInclude(el);
92 public function growToInclude(bit:int):void { function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBitSet.java120 growToInclude(el);
129 public void growToInclude(int bit) { method in class:BitSet
/external/skia/include/core/
H A DSkRect.h773 void growToInclude(SkScalar x, SkScalar y) {
780 /** Bulk version of growToInclude */
781 void growToInclude(const SkPoint pts[], int count) {
782 this->growToInclude(pts, sizeof(SkPoint), count);
785 /** Bulk version of growToInclude with stride. */
786 void growToInclude(const SkPoint pts[], size_t stride, int count) {
791 this->growToInclude(pts->fX, pts->fY);
/external/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp278 fBoundingBox.growToInclude(&m, 1);
/external/skia/tests/
H A DGrShapeTest.cpp1090 dst->growToInclude(0, 0);
1091 dst->growToInclude(100, 100);
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp2711 bounds.growToInclude(fPts[i].fX, fPts[i].fY);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1156 milliseconds