/third_party/flutter/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
|
/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/flutter/skia/src/core/ |
D | SkPathRef.cpp | 254 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) { in validate_verb_sequence() 284 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr, in deduce_pts_conics() 530 const uint8_t* verbs = this->verbsMemBegin(); in computeSegmentMask() local
|
D | SkPathPriv.h | 69 auto verbs = path.fPathRef->verbs(); in IsClosedSingleContour() local
|
D | SkPath_serial.cpp | 220 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4() local
|
/third_party/skia/gm/ |
D | aarectmodes.cpp | 42 char verbs[] = { in test4() local
|
/third_party/flutter/skia/gm/ |
D | aarectmodes.cpp | 41 char verbs[] = { in test4() local
|
/third_party/skia/tests/ |
D | SkPathRangeIterTest.cpp | 25 Verb verbs[] = { in DEF_TEST() local
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.h | 58 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs() function
|
D | GrCCStrokeGeometry.h | 75 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fInsideContour); return fVerbs; } in verbs() function
|
D | GrCCFiller.cpp | 127 const SkTArray<Verb, true>& verbs = geometry.verbs(); in tessellateFan() local
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
|
/third_party/skia/src/pathops/ |
D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() 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/flutter/skia/tools/fonts/ |
D | create_test_font.cpp | 125 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, in output_path_data() 202 SkTDArray<SkPath::Verb> verbs; in output_font() local
|
D | TestTypeface.cpp | 60 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
|
/third_party/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 78 const std::vector<uint8_t>& verbs() const { return fVerbs; } in verbs() function in __anon8fce6b8b0111::PathRecorder 307 const std::vector<uint8_t>& verbs = path.verbs(); in appendPathReversed() local
|
/third_party/flutter/skia/tests/ |
D | PathTest.cpp | 2796 uint8_t verbs[32]; in test_zero_length_paths() local 3925 uint8_t verbs[4]; in test_addPathMode() local 3943 uint8_t verbs[7]; in test_extendClosedPath() local 4488 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, in test_skbug_6947() local 4821 uint8_t verbs[6]; in DEF_TEST() local 4974 const SkPath::Verb verbs[] = { in DEF_TEST() local 5052 int verbs = 0; in DEF_TEST() local 5169 auto makePath2 = [](const SkPoint* points, const SkPath::Verb* verbs, size_t count) -> SkPath { in DEF_TEST() 5393 for (int verbs = 0; verbs < 100; ++verbs) { in DEF_TEST() local
|
/third_party/skia/include/private/ |
D | SkPathRef.h | 67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights, in SkPathRef()
|