Searched refs:verbCnt (Results 1 – 4 of 4) sorted by relevance
100 int verbCnt = fSkPath.countVerbs(); in GrGLPath() local102 pathCommands.resize_back(verbCnt); in GrGLPath()107 fSkPath.getVerbs(&pathCommands[0], verbCnt); in GrGLPath()110 for (int i = 0; i < verbCnt; ++i) { in GrGLPath()118 verbCnt, &pathCommands[0], in GrGLPath()
391 int verbCnt = fPathRef->countVerbs(); in isRectContour() local392 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) { in isRectContour()