Searched refs:vCount (Results 1 – 11 of 11) sorted by relevance
27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState()33 fCount = vCount; in VertState()
437 int vCount = reader->readInt(); in handleOp() local438 const SkPoint* verts = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()444 texs = (const SkPoint*)reader->skip(vCount * sizeof(SkPoint)); in handleOp()447 colors = (const SkColor*)reader->skip(vCount * sizeof(SkColor)); in handleOp()460 canvas->drawVertices(vmode, vCount, verts, texs, colors, xfer, indices, iCount, paint); in handleOp()
187 const int vCount = (numXDivs + 2) * (numYDivs + 2); in DrawMesh() local191 SkAutoMalloc storage(vCount * sizeof(SkPoint) * 2 + in DrawMesh()194 SkPoint* texs = verts + vCount; in DrawMesh()195 uint16_t* indices = (uint16_t*)(texs + vCount); in DrawMesh()247 canvas->drawVertices(SkCanvas::kTriangles_VertexMode, vCount, in DrawMesh()
122 int* vCount, in compute_vectors() argument135 *vCount = 0; in compute_vectors()152 *vCount += 5; in compute_vectors()155 *vCount += 6; in compute_vectors()169 *vCount += 4; in compute_vectors()268 int* vCount, in get_segments() argument329 compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments()371 int vCount = 4; in create_vertices() local373 vCount += 5; in create_vertices()375 vCount += 6; in create_vertices()[all …]
634 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() argument649 for (int i = 0; i < vCount; ++i) { in check_bounds()
1011 const size_t vCount = basisGraphs[0].getVerticesCount(); in computeGraphConfidence() local1016 if (seeds[i] < vCount && points[i] < vCount) in computeGraphConfidence()1028 if (points[i] < vCount) in computeGraphConfidence()1036 if (points[i - 1] < vCount && points[i] < vCount) in computeGraphConfidence()
1333 int vCount = 0; in getDateTimeSkeleton() local1395 ++vCount; in getDateTimeSkeleton()1453 if ( vCount != 0 ) { in getDateTimeSkeleton()
1321 int vCount = 0; in getDateTimeSkeleton() local1383 ++vCount; in getDateTimeSkeleton()1441 if ( vCount != 0 ) { in getDateTimeSkeleton()
805 int32_t vCount = 0; in getDateTimeSkeleton() local868 ++vCount; in getDateTimeSkeleton()928 if ( vCount != 0 ) { in getDateTimeSkeleton()
258 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; in makePath() local259 for (int v = 0; v < vCount; ++v) { in makePath()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...