| /external/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
  | 
| /external/skia/gm/ | 
| D | aarectmodes.cpp | 42     char verbs[] = {  in test4()  local
  | 
| /external/skia/tests/ | 
| D | SkPathRangeIterTest.cpp | 28     Verb verbs[] = {  in DEF_TEST()  local
  | 
| D | PathTest.cpp | 2839     uint8_t verbs[32];  in test_zero_length_paths()  local 4038     uint8_t verbs[4];  in test_addPathMode()  local 4056     uint8_t verbs[7];  in test_extendClosedPath()  local 4595     SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose,  in test_skbug_6947()  local 4928     uint8_t verbs[6];  in DEF_TEST()  local 5081     const SkPath::Verb verbs[] = {  in DEF_TEST()  local 5268     auto makePath2 = [](const SkPoint* points, const SkPath::Verb* verbs, size_t count) -> SkPath {  in DEF_TEST() 5490     for (int verbs = 0; verbs < 100; ++verbs) {  in DEF_TEST()  local
  | 
| /external/skia/src/pathops/ | 
| D | SkOpBuilder.cpp | 33     uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount);  in one_contour()  local
  | 
| D | SkPathOpsDebug.cpp | 613     const char* verbs[] = { "", "line", "quad", "conic", "cubic" };  in dump_curve()  local
  | 
| /external/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 | 94 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) {  in init()
  | 
| /external/skia/tools/viewer/ | 
| D | SimpleStrokerSlide.cpp | 79     const std::vector<uint8_t>& verbs() const { return fVerbs; }  in verbs()  function in __anonc7a6a1c40111::PathRecorder 308     const std::vector<uint8_t>& verbs = path.verbs();  in appendPathReversed()  local
  | 
| D | QuadStrokerSlide.cpp | 563         const uint8_t* verbs = SkPathPriv::VerbData(path);  in draw_t_divs()  local
  | 
| D | VariableWidthStrokerSlide.cpp | 852     std::vector<uint8_t> verbs;  in appendPathReversed()  local
  | 
| /external/skia/src/core/ | 
| D | SkPathPriv.h | 71         auto verbs = path.fPathRef->verbsBegin();  in IsClosedSingleContour()  local 96         auto verbs = path.fPathRef->verbsBegin();  in LeadingMoveToCount()  local
  | 
| D | SkPath_serial.cpp | 228     const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs);  in readFromMemory_EQ4Or5()  local
  | 
| D | SkPath.cpp | 1051     const uint8_t* verbs = fPathRef->verbsBegin();  in hasOnlyMoveTos()  local 1511     const uint8_t* verbs = path.fPathRef->verbsEnd();  in reversePathTo()  local 1555     const uint8_t* verbs = src->fPathRef->verbsEnd();  in reverseAddPath()  local 1772     const uint8_t* verbs = fVerbs;  in isClosedContour()  local 2289             auto verbs = fPathRef->verbsEnd() - 1;  in computeConvexity()  local 2416     const uint8_t* verbs = fCurrVerb;  in next()  local
  | 
| D | SkPathBuilder.cpp | 822     const uint8_t* verbs = src.fPathRef->verbsEnd();  in privateReverseAddPath()  local
  | 
| /external/skia/include/private/ | 
| D | SkPathRef.h | 62     SkPathRef(PointsArray points, VerbsArray verbs, ConicWeightsArray weights,  in SkPathRef()
  | 
| /external/skia/include/core/ | 
| D | SkPath.h | 1538         RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights)  in RangeIter()
  | 
| /external/skia/modules/canvaskit/ | 
| D | interface.js | 60   CanvasKit.Path.MakeFromVerbsPointsWeights = function(verbs, pts, weights) {  argument 161   CanvasKit.Path.prototype.addVerbsPointsWeights = function(verbs, points, weights) {  argument
  | 
| D | canvaskit_bindings.cpp | 586     const uint8_t* verbs = reinterpret_cast<const uint8_t*>(verbsPtr);  in PathAddVerbsPointsWeights()  local
  | 
| /external/skia/modules/canvaskit/npm_build/types/ | 
| D | canvaskit-wasm-tests.ts | 458     const verbs = CK.Malloc(Uint8Array, 10);  constant
  | 
| /external/pcre/src/ | 
| D | pcre2_compile.c | 619 static const verbitem verbs[] = {  variable
  | 
| /external/cronet/testing/libfuzzer/proto/ | 
| D | skia_image_filter.proto | 514   repeated ValidVerb verbs = 1;  field
  | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 102047 	struct snd_array verbs;  member 102066 		const struct hda_verb *verbs;  member
  |