Searched refs:verticesCount (Results 1 – 3 of 3) sorted by relevance
358 int &verticesCount = *verticesCountPtr;384 verticesCount = 0;398 vertices[ verticesCount ] = u;399 verticesCount ++;521 int verticesCount,538 int realVerticesCount = verticesCount;542 for( i = 0; i < verticesCount; i ++ )605 for( i = 0; i < verticesCount; i ++ )910 int verticesCount;922 &verticesCount,[all …]
23 size_t verticesCount = glyphCount * kVerticesPerGlyph * kMaxVASize; in Create() local25 verticesCount + in Create()39 cacheBlob->fGlyphs = reinterpret_cast<GrGlyph**>(cacheBlob->fVertices + verticesCount); in Create()
542 void computePredecessorMatrix(const Mat &dm, int verticesCount, Mat &predecessorMatrix);1211 void computePredecessorMatrix(const Mat &dm, int verticesCount, Mat &predecessorMatrix) in computePredecessorMatrix() argument1214 predecessorMatrix.create(verticesCount, verticesCount, CV_32SC1); in computePredecessorMatrix()1221 for (int k = 0; k < verticesCount; k++) in computePredecessorMatrix()