Searched refs:getVerbs (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Path_Verb.cpp | 14 int count = path.getVerbs(verbs, (int) SK_ARRAY_COUNT(verbs)); in REG_FIDDLE()
|
H A D | Path_getVerbs.cpp | 8 int count = path.getVerbs(verbs, max); in REG_FIDDLE()
|
/third_party/skia/src/pathops/ |
H A D | SkOpBuilder.cpp | 19 (void) path.getVerbs(verbs, verbCount); in one_contour()
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 454 int getVerbs(uint8_t verbs[], int max) const;
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 2856 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 D | SampleVariableWidthStroker.cpp | 856 path.getVerbs(verbs.data(), numVerbs);
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 491 int SkPath::getVerbs(uint8_t dst[], int max) const { in getVerbs() function in SkPath
|
Completed in 21 milliseconds