Home
last modified time | relevance | path

Searched refs:verbCnt (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPath.cpp100 int verbCnt = fSkPath.countVerbs(); in GrGLPath() local
102 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()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLPath.cpp100 int verbCnt = fSkPath.countVerbs(); in GrGLPath() local
102 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()
/external/skia/src/core/
DSkPath.cpp391 int verbCnt = fPathRef->countVerbs(); in isRectContour() local
392 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) { in isRectContour()
/external/chromium_org/third_party/skia/src/core/
DSkPath.cpp391 int verbCnt = fPathRef->countVerbs(); in isRectContour() local
392 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) { in isRectContour()