/third_party/skia/docs/examples/ |
H A D | Path_Verb.cpp | 13 uint8_t verbs[7]; in REG_FIDDLE() local
|
H A D | Path_getVerbs.cpp | 19 uint8_t verbs[3]; in REG_FIDDLE() local
|
H A D | count_verbs.cpp | 38 const char* verbs[6] = {"Move", "Line", "Quad", "Conic", "Cubic", "Close"}; in REG_FIDDLE() local
|
/third_party/skia/tests/ |
H A D | SkPathRangeIterTest.cpp | 25 Verb verbs[] = { in DEF_TEST() local
|
H A 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]; test_extendClosedPath() local 4548 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, test_skbug_6947() local 4881 uint8_t verbs[6]; DEF_TEST() local 5035 const SkPath::Verb verbs[] = { DEF_TEST() local [all...] |
/third_party/skia/gm/ |
H A D | aarectmodes.cpp | 42 char verbs[] = { in test4() local
|
/third_party/skia/src/pathops/ |
H A D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
|
H A D | SkPathOpsDebug.cpp | 606 const char* verbs[] = { "", "line", "quad", "conic", "cubic" }; in dump_curve() local
|
/third_party/skia/tools/fonts/ |
H A D | TestTypeface.cpp | 57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init() argument
|
H A D | create_test_font.cpp | 199 SkTDArray<SkPath::Verb> verbs; in output_font() local 124 output_path_data(const SkFont& font, int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) output_path_data() argument
|
/third_party/skia/src/core/ |
H A D | SkPath_serial.cpp | 227 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4Or5() local
|
H A D | SkPathPriv.h | 60 auto verbs = path.fPathRef->verbsBegin(); in IsClosedSingleContour() local 85 auto verbs = path.fPathRef->verbsBegin(); in LeadingMoveToCount() local
|
H A D | SkPathBuilder.cpp | 819 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath() local
|
H A 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(); reverseAddPath() local 1715 const uint8_t* verbs = fVerbs; isClosedContour() local 2282 auto verbs = fPathRef->verbsEnd() - 1; computeConvexity() local 2409 const uint8_t* verbs = fCurrVerb; next() local [all...] |
/third_party/skia/samplecode/ |
H A D | SampleSimpleStroker.cpp | 78 const std::vector<uint8_t>& verbs() const { return fVerbs; } in verbs() function in __anon18654::PathRecorder 307 const std::vector<uint8_t>& verbs = path.verbs(); in appendPathReversed() local
|
H A D | SampleQuadStroker.cpp | 352 const uint8_t* verbs = SkPathPriv::VerbData(path); in draw_t_divs() local
|
/third_party/skia/src/utils/ |
H A D | SkCustomTypeface.cpp | 262 std::vector<PVerb> verbs; in compress_write() local [all...] |
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArra argument [all...] |
/third_party/skia/include/core/ |
H A D | SkPath.h | 1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights) RangeIter() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_local.h | 297 const struct hda_verb *verbs; member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 287 struct snd_array verbs; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 288 struct snd_array verbs; member
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_local.h | 288 const struct hda_verb *verbs; member
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 469 const uint8_t* verbs = reinterpret_cast<const uint8_t*>(verbsPtr); in PathAddVerbsPointsWeights() local
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 619 static const verbitem verbs[] = { variable [all...] |