Searched refs:getVerbs (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/pathops/
H A DSkOpBuilder.cpp19 (void) path.getVerbs(verbs, verbCount);
/external/skia/src/gpu/
H A DGrPath.cpp137 path.getVerbs(reinterpret_cast<uint8_t*>(&builder[i]), verbCnt);
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp225 skPath.getVerbs(&pathCommands[0], verbCnt);
/external/skia/include/core/
H A DSkPath.h306 int getVerbs(uint8_t verbs[], int max) const;
/external/skia/samplecode/
H A DSamplePathFuzz.cpp606 SkDEBUGCODE(int getVerbResult = ) path.getVerbs(verbs.begin(), verbCount);
/external/skia/tests/
H A DPathTest.cpp2446 REPORTER_ASSERT(reporter, gZeroLengthTests[i].numResultVerbs == (size_t)p.getVerbs(verbs, SK_ARRAY_COUNT(verbs)));
3452 int verbcount = p.getVerbs(verbs, 4);
3470 int verbcount = p.getVerbs(verbs, 7);
4000 // do getPoints and getVerbs return the right result
4002 REPORTER_ASSERT(reporter, p.getVerbs(nullptr, 0) == 5);
4008 p.getVerbs(verbs, 5);
/external/skia/src/core/
H A DSkPath.cpp649 int SkPath::getVerbs(uint8_t dst[], int max) const { function in class:SkPath

Completed in 125 milliseconds