Searched defs:vCount (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/utils/
H A DSkNinePatch.cpp187 const int vCount = (numXDivs + 2) * (numYDivs + 2); local
191 SkAutoMalloc storage(vCount * sizeof(SkPoint) * 2 +
194 SkPoint* texs = verts + vCount;
195 uint16_t* indices = (uint16_t*)(texs + vCount);
247 canvas->drawVertices(SkCanvas::kTriangles_VertexMode, vCount,
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp104 int* vCount,
117 *vCount = 0;
134 *vCount += 5;
137 *vCount += 6;
151 *vCount += 4;
202 int* vCount,
259 compute_vectors(segments, fanPt, dir, vCount, iCount);
461 int vCount; local
465 if (!get_segments(path, &segments, &fanPt, &vCount, &iCount)) {
470 vCount,
101 compute_vectors(SegmentArray* segments, SkPoint* fanPt, SkPath::Direction dir, int* vCount, int* iCount) argument
199 get_segments(const GrPath& path, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount) argument
[all...]
/external/icu4c/i18n/
H A Ddtitvfmt.cpp786 int32_t vCount = 0; local
847 ++vCount;
905 if ( vCount != 0 ) {
/external/icu4c/common/
H A Dtriedict.cpp1145 int vCount = 0; local
1154 vCount += 1;
1167 fprintf(stderr, "Vertical nodes: %d total, average %f bytes with %f items\n", vCount,
1168 (double)vSize/vCount, (double)vItemCount/vCount);
/external/skia/src/core/
H A DSkPicturePlayback.cpp696 int vCount = getInt(); local
698 vCount * sizeof(SkPoint));
705 vCount * sizeof(SkPoint));
709 vCount * sizeof(SkColor));
716 canvas.drawVertices(vmode, vCount, verts, texs, colors, NULL,
H A DSkDraw.cpp2063 VertState(int vCount, const uint16_t indices[], int indexCount) argument
2069 fCount = vCount;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 164 milliseconds