/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/skqp/src/core/ |
D | SkPathRef.cpp | 249 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) { in validate_verb_sequence() 279 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr, in deduce_pts_conics() 525 const uint8_t* verbs = this->verbsMemBegin(); in computeSegmentMask() local
|
D | SkPathPriv.h | 77 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
|
/external/skia/gm/ |
D | aarectmodes.cpp | 42 char verbs[] = { in test4() local
|
/external/skqp/gm/ |
D | aarectmodes.cpp | 30 char verbs[] = { in test4() local
|
/external/skia/tests/ |
D | SkPathRangeIterTest.cpp | 25 Verb verbs[] = { in DEF_TEST() local
|
/external/skqp/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 | 123 const SkTArray<Verb, true>& verbs = geometry.verbs(); in tessellateFan() local
|
/external/skqp/src/pathops/ |
D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
|
/external/skia/src/pathops/ |
D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() 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 | 57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()
|
/external/skqp/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 | SkTestTypeface.cpp | 61 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()
|
/external/skia/src/core/ |
D | SkPathPriv.h | 59 auto verbs = path.fPathRef->verbsBegin(); in IsClosedSingleContour() local 84 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
|
/external/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 78 const std::vector<uint8_t>& verbs() const { return fVerbs; } in verbs() function in __anon22ae24220111::PathRecorder 307 const std::vector<uint8_t>& verbs = path.verbs(); in appendPathReversed() local
|
/external/skqp/tests/ |
D | PathTest.cpp | 2787 uint8_t verbs[32]; in test_zero_length_paths() local 3951 uint8_t verbs[4]; in test_addPathMode() local 3969 uint8_t verbs[7]; in test_extendClosedPath() local 4502 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, in test_skbug_6947() local 4670 uint8_t verbs[6]; in DEF_TEST() local 4823 const SkPath::Verb verbs[] = { in DEF_TEST() local 4901 int verbs = 0; in DEF_TEST() local 5018 auto makePath2 = [](const SkPoint* points, const SkPath::Verb* verbs, size_t count) -> SkPath { in DEF_TEST() 5242 for (int verbs = 0; verbs < 100; ++verbs) { in DEF_TEST() local
|
/external/skqp/include/private/ |
D | SkPathRef.h | 258 const uint8_t* verbs() const { return fVerbs; } in verbs() function
|
/external/skia/include/private/ |
D | SkPathRef.h | 67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights, in SkPathRef()
|
/external/skia/include/core/ |
D | SkPath.h | 1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights) in RangeIter()
|