Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
H A DPath_Verb.cpp14 int count = path.getVerbs(verbs, (int) SK_ARRAY_COUNT(verbs)); in REG_FIDDLE()
H A DPath_getVerbs.cpp8 int count = path.getVerbs(verbs, max); in REG_FIDDLE()
/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp19 (void) path.getVerbs(verbs, verbCount); in one_contour()
/third_party/skia/include/core/
H A DSkPath.h454 int getVerbs(uint8_t verbs[], int max) const;
/third_party/skia/tests/
H A DPathTest.cpp2856 REPORTER_ASSERT(reporter, gZeroLengthTests[i].numResultVerbs == (size_t)p.getVerbs(verbs, SK_ARRAY_COUNT(verbs))); in test_zero_length_paths()
3992 int verbcount = p.getVerbs(verbs, 4); in test_addPathMode()
4010 int verbcount = p.getVerbs(verbs, 7); in test_extendClosedPath()
4875 // do getPoints and getVerbs return the right result in DEF_TEST()
4877 REPORTER_ASSERT(reporter, p.getVerbs(nullptr, 0) == 5); in DEF_TEST()
4883 p.getVerbs(verbs, 5); in DEF_TEST()
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp856 path.getVerbs(verbs.data(), numVerbs);
/third_party/skia/src/core/
H A DSkPath.cpp491 int SkPath::getVerbs(uint8_t dst[], int max) const { in getVerbs() function in SkPath

Completed in 21 milliseconds