Searched refs:vCount (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkVertState.h27 VertState(int vCount, const uint16_t indices[], int indexCount) argument
33 fCount = vCount;
H A DSkPicturePlayback.cpp455 int vCount = reader->readInt(); local
456 const SkPoint* verts = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint));
462 texs = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint));
465 colors = (const SkColor*)reader->skip(vCount * sizeof(SkColor));
478 canvas->drawVertices(vmode, vCount, verts, texs, colors, xfer, indices, iCount, paint);
/external/skia/src/core/
H A DSkVertState.h27 VertState(int vCount, const uint16_t indices[], int indexCount) argument
33 fCount = vCount;
H A DSkPicturePlayback.cpp1245 int vCount = reader.readInt();
1247 vCount * sizeof(SkPoint));
1254 vCount * sizeof(SkPoint));
1258 vCount * sizeof(SkColor));
1272 canvas.drawVertices(vmode, vCount, verts, texs, colors, xfer,
/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp120 int vCount = 0, iCount = 0; local
163 idx0 = vCount-2+offset;
164 idx1 = vCount+offset;
228 *idxs++ = vCount;
230 vCount++;
250 *idxs++ = vCount+0;
251 *idxs++ = vCount+2;
252 *idxs++ = vCount+1;
254 *idxs++ = vCount+1;
255 *idxs++ = vCount
[all...]
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp120 int vCount = 0, iCount = 0; local
163 idx0 = vCount-2+offset;
164 idx1 = vCount+offset;
228 *idxs++ = vCount;
230 vCount++;
250 *idxs++ = vCount+0;
251 *idxs++ = vCount+2;
252 *idxs++ = vCount+1;
254 *idxs++ = vCount+1;
255 *idxs++ = vCount
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp116 int* vCount,
129 *vCount = 0;
146 *vCount += 5;
149 *vCount += 6;
163 *vCount += 4;
273 int* vCount,
324 compute_vectors(segments, fanPt, dir, vCount, iCount);
366 int vCount = 4; local
368 vCount += 5;
370 vCount
113 compute_vectors(SegmentArray* segments, SkPoint* fanPt, SkPath::Direction dir, int* vCount, int* iCount) argument
269 get_segments(const SkPath& path, const SkMatrix& m, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount, SkRect* devBounds) argument
663 int vCount; local
[all...]
H A DGrAAHairLinePathRenderer.cpp851 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) argument
866 for (int i = 0; i < vCount; ++i) {
956 kVertsPerLineSeg*n, // vCount
1010 kVertsPerQuad*n, // vCount
1029 kVertsPerQuad*n, // vCount
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp115 int* vCount,
128 *vCount = 0;
145 *vCount += 5;
148 *vCount += 6;
162 *vCount += 4;
272 int* vCount,
323 compute_vectors(segments, fanPt, dir, vCount, iCount);
365 int vCount = 4; local
367 vCount += 5;
369 vCount
112 compute_vectors(SegmentArray* segments, SkPoint* fanPt, SkPath::Direction dir, int* vCount, int* iCount) argument
268 get_segments(const SkPath& path, const SkMatrix& m, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount, SkRect* devBounds) argument
656 int vCount; local
[all...]
H A DGrAAHairLinePathRenderer.cpp851 bool check_bounds(GrDrawState* drawState, const SkRect& devBounds, void* vertices, int vCount) argument
866 for (int i = 0; i < vCount; ++i) {
956 kVertsPerLineSeg*n, // vCount
1012 kVertsPerQuad*n, // vCount
1031 kVertsPerQuad*n, // vCount
/external/chromium_org/third_party/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/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/chromium_org/third_party/icu/source/i18n/
H A Ddtitvfmt.cpp786 int32_t vCount = 0; local
847 ++vCount;
907 if ( vCount != 0 ) {
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp786 int32_t vCount = 0; local
849 ++vCount;
909 if ( vCount != 0 ) {
/external/chromium_org/third_party/skia/bench/
H A DPathBench.cpp258 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; local
259 for (int v = 0; v < vCount; ++v) {
/external/skia/bench/
H A DPathBench.cpp258 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; local
259 for (int v = 0; v < vCount; ++v) {
/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 1692 milliseconds