Home
last modified time | relevance | path

Searched defs:verbs (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/docs/examples/
H A DPath_Verb.cpp13 uint8_t verbs[7]; in REG_FIDDLE() local
H A DPath_getVerbs.cpp19 uint8_t verbs[3]; in REG_FIDDLE() local
H A Dcount_verbs.cpp38 const char* verbs[6] = {"Move", "Line", "Quad", "Conic", "Cubic", "Close"}; in REG_FIDDLE() local
/third_party/skia/tests/
H A DSkPathRangeIterTest.cpp25 Verb verbs[] = { in DEF_TEST() local
H A DPathTest.cpp2794 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 Daarectmodes.cpp42 char verbs[] = { in test4() local
/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
H A DSkPathOpsDebug.cpp606 const char* verbs[] = { "", "line", "quad", "conic", "cubic" }; in dump_curve() local
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init() argument
H A Dcreate_test_font.cpp199 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 DSkPath_serial.cpp227 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4Or5() local
H A DSkPathPriv.h60 auto verbs = path.fPathRef->verbsBegin(); in IsClosedSingleContour() local
85 auto verbs = path.fPathRef->verbsBegin(); in LeadingMoveToCount() local
H A DSkPathBuilder.cpp819 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath() local
H A DSkPath.cpp997 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 DSampleSimpleStroker.cpp78 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 DSampleQuadStroker.cpp352 const uint8_t* verbs = SkPathPriv::VerbData(path); in draw_t_divs() local
/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp262 std::vector<PVerb> verbs; in compress_write() local
[all...]
/third_party/skia/include/private/
H A DSkPathRef.h67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArra argument
[all...]
/third_party/skia/include/core/
H A DSkPath.h1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights) RangeIter() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_local.h297 const struct hda_verb *verbs; member
/kernel/linux/linux-5.10/include/sound/
H A Dhda_codec.h287 struct snd_array verbs; member
/kernel/linux/linux-6.6/include/sound/
H A Dhda_codec.h288 struct snd_array verbs; member
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_local.h288 const struct hda_verb *verbs; member
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp469 const uint8_t* verbs = reinterpret_cast<const uint8_t*>(verbsPtr); in PathAddVerbsPointsWeights() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c619 static const verbitem verbs[] = { variable
[all...]

Completed in 39 milliseconds

12