Home
last modified time | relevance | path

Searched refs:getVerbs (Results 1 – 18 of 18) sorted by relevance

/external/skia/docs/examples/
DPath_Verb.cpp14 int count = path.getVerbs(verbs, (int) SK_ARRAY_COUNT(verbs)); in draw()
DPath_getVerbs.cpp8 int count = path.getVerbs(verbs, max); in draw()
/external/skqp/tools/lua/
Dcount_dashes.lua34 local verbs = fillpath:getVerbs()
/external/skqp/src/pathops/
DSkOpBuilder.cpp19 (void) path.getVerbs(verbs, verbCount); in one_contour()
/external/skia/src/pathops/
DSkOpBuilder.cpp19 (void) path.getVerbs(verbs, verbCount); in one_contour()
/external/skqp/src/gpu/gl/
DGrGLPath.cpp235 skPath.getVerbs(&pathCommands[0], verbCnt); in InitPathObjectPathData()
/external/skqp/include/core/
DSkPath.h471 int getVerbs(uint8_t verbs[], int max) const;
/external/skqp/samplecode/
DSamplePathFuzz.cpp606 SkDEBUGCODE(int getVerbResult = ) path.getVerbs(verbs.begin(), verbCount); in contains_only_moveTo()
/external/skia/include/core/
DSkPath.h454 int getVerbs(uint8_t verbs[], int max) const;
/external/skqp/src/core/
DSkScan_AntiPath.cpp670 int verbCount = SkTMin(kSampleSize, path.getVerbs(sampleVerbs, kSampleSize)); in ShouldUseDAA()
DSkPath.cpp695 int SkPath::getVerbs(uint8_t dst[], int max) const { in getVerbs() function in SkPath
/external/skqp/tests/
DPathTest.cpp2849 …REPORTER_ASSERT(reporter, gZeroLengthTests[i].numResultVerbs == (size_t)p.getVerbs(verbs, SK_ARRAY… in test_zero_length_paths()
3952 int verbcount = p.getVerbs(verbs, 4); in test_addPathMode()
3970 int verbcount = p.getVerbs(verbs, 7); in test_extendClosedPath()
4666 REPORTER_ASSERT(reporter, p.getVerbs(nullptr, 0) == 5); in DEF_TEST()
4672 p.getVerbs(verbs, 5); in DEF_TEST()
/external/skia/samplecode/
DSampleVariableWidthStroker.cpp856 path.getVerbs(verbs.data(), numVerbs); in appendPathReversed()
/external/skqp/docs/
DSkPath_Reference.bmh121 int count = path.getVerbs(verbs, (int) SK_ARRAY_COUNT(verbs));
1392 Verb_Array may be read directly from Path with getVerbs, or inspected with Iter,
1412 #SeeAlso getVerbs Iter RawIter
1416 #Method int getVerbs(uint8_t verbs[], int max) const
1425 int count = path.getVerbs(verbs, max);
/external/skia/tests/
DPathTest.cpp2857 …REPORTER_ASSERT(reporter, gZeroLengthTests[i].numResultVerbs == (size_t)p.getVerbs(verbs, SK_ARRAY… in test_zero_length_paths()
3960 int verbcount = p.getVerbs(verbs, 4); in test_addPathMode()
3978 int verbcount = p.getVerbs(verbs, 7); in test_extendClosedPath()
4845 REPORTER_ASSERT(reporter, p.getVerbs(nullptr, 0) == 5); in DEF_TEST()
4851 p.getVerbs(verbs, 5); in DEF_TEST()
/external/skia/src/core/
DSkPath.cpp489 int SkPath::getVerbs(uint8_t dst[], int max) const { in getVerbs() function in SkPath
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2615 int getVerbs(uint8_t verbs[], int max) const;
/external/skqp/site/user/api/
DSkPath_Reference.md67 …int <a href='#SkPath_getVerbs'>getVerbs</a>(uint8_t <a href='SkPath_Reference#Verb'>verbs</a>[], i…
1699 …a href='SkPath_Reference#Path'>Path</a> with <a href='#SkPath_getVerbs'>getVerbs</a>, or inspected…
1732 <a href='#SkPath_getVerbs'>getVerbs</a> <a href='#SkPath_Iter'>Iter</a> <a href='#SkPath_RawIter'>R…
1739 int <a href='#SkPath_getVerbs'>getVerbs</a>(uint8_t <a href='SkPath_Reference#Verb'>verbs</a>[], in…