| /third_party/skia/docs/examples/ |
| D | Path_getVerbs.cpp | 7 auto debugster = [](const char* prefix, const SkPath& path, uint8_t* verbs, int max) -> void { in draw() 19 uint8_t verbs[3]; in draw() local
|
| D | Path_Verb.cpp | 13 uint8_t verbs[7]; in draw() local
|
| D | count_verbs.cpp | 38 const char* verbs[6] = {"Move", "Line", "Quad", "Conic", "Cubic", "Close"}; in draw() local
|
| /third_party/skia/gm/ |
| D | aarectmodes.cpp | 42 char verbs[] = { in test4() local
|
| /third_party/skia/tests/ |
| D | SkPathRangeIterTest.cpp | 25 Verb verbs[] = { in DEF_TEST() local
|
| D | PathTest.cpp | 2794 uint8_t verbs[32]; in test_zero_length_paths() local 3991 uint8_t verbs[4]; in test_addPathMode() local 4009 uint8_t verbs[7]; in test_extendClosedPath() local 4548 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, in test_skbug_6947() local 4881 uint8_t verbs[6]; in DEF_TEST() local 5035 const SkPath::Verb verbs[] = { in DEF_TEST() local 5222 auto makePath2 = [](const SkPoint* points, const SkPath::Verb* verbs, size_t count) -> SkPath { in DEF_TEST() 5446 for (int verbs = 0; verbs < 100; ++verbs) { in DEF_TEST() local
|
| /third_party/skia/src/pathops/ |
| D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
|
| D | SkPathOpsDebug.cpp | 606 const char* verbs[] = { "", "line", "quad", "conic", "cubic" }; in dump_curve() local
|
| /third_party/skia/tools/fonts/ |
| D | create_test_font.cpp | 125 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, in output_path_data() 199 SkTDArray<SkPath::Verb> verbs; in output_font() local
|
| D | TestTypeface.cpp | 57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()
|
| /third_party/skia/src/core/ |
| D | SkPathPriv.h | 60 auto verbs = path.fPathRef->verbsBegin(); in IsClosedSingleContour() local 85 auto verbs = path.fPathRef->verbsBegin(); in LeadingMoveToCount() local
|
| D | SkPath_serial.cpp | 227 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4Or5() local
|
| D | SkPath.cpp | 997 const uint8_t* verbs = fPathRef->verbsBegin(); in hasOnlyMoveTos() local 1454 const uint8_t* verbs = path.fPathRef->verbsEnd(); in reversePathTo() local 1498 const uint8_t* verbs = src->fPathRef->verbsEnd(); in reverseAddPath() local 1715 const uint8_t* verbs = fVerbs; in isClosedContour() local 2282 auto verbs = fPathRef->verbsEnd() - 1; in computeConvexity() local 2409 const uint8_t* verbs = fCurrVerb; in next() local
|
| D | SkPathBuilder.cpp | 819 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath() local
|
| /third_party/skia/samplecode/ |
| D | SampleSimpleStroker.cpp | 78 const std::vector<uint8_t>& verbs() const { return fVerbs; } in verbs() function in __anone06fa30d0111::PathRecorder 307 const std::vector<uint8_t>& verbs = path.verbs(); in appendPathReversed() local
|
| D | SampleQuadStroker.cpp | 352 const uint8_t* verbs = SkPathPriv::VerbData(path); in draw_t_divs() local
|
| D | SampleVariableWidthStroker.cpp | 852 std::vector<uint8_t> verbs; in appendPathReversed() local
|
| /third_party/skia/include/private/ |
| D | SkPathRef.h | 67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights, in SkPathRef()
|
| /third_party/skia/include/core/ |
| D | SkPath.h | 1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights) in RangeIter()
|
| /third_party/skia/src/utils/ |
| D | SkCustomTypeface.cpp | 262 std::vector<PVerb> verbs; in compress_write() local
|
| /third_party/skia/experimental/pvg/ |
| D | draw_msg.proto | 121 repeated PathVerb verbs = 1; field
|
| /third_party/skia/modules/canvaskit/ |
| D | interface.js | 60 CanvasKit.Path.MakeFromVerbsPointsWeights = function(verbs, pts, weights) { argument 156 CanvasKit.Path.prototype.addVerbsPointsWeights = function(verbs, points, weights) { argument
|
| D | canvaskit_bindings.cpp | 469 const uint8_t* verbs = reinterpret_cast<const uint8_t*>(verbsPtr); in PathAddVerbsPointsWeights() local
|
| /third_party/skia/modules/canvaskit/npm_build/types/ |
| D | canvaskit-wasm-tests.ts | 426 const verbs = CK.Malloc(Uint8Array, 10); constant
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_compile.c | 619 static const verbitem verbs[] = { variable
|