| /external/skqp/gm/ |
| D | aarectmodes.cpp | 30 char verbs[] = { in test4() local
|
| /external/skia/gm/ |
| D | aarectmodes.cpp | 30 char verbs[] = { in test4() local
|
| /external/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 | 123 const SkTArray<Verb, true>& verbs = geometry.verbs(); in tessellateFan() 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/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/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 | SkPath_serial.cpp | 220 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4() local
|
| D | SkPathPriv.h | 77 auto verbs = path.fPathRef->verbs(); in IsClosedSingleContour() local
|
| /external/skia/src/pathops/ |
| D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
|
| /external/skqp/src/pathops/ |
| D | SkOpBuilder.cpp | 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); in one_contour() local
|
| /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/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/skqp/include/private/ |
| D | SkPathRef.h | 258 const uint8_t* verbs() const { return fVerbs; } in verbs() function
|
| /external/skia/include/private/ |
| D | SkPathRef.h | 258 const uint8_t* verbs() const { return fVerbs; } in verbs() function
|
| /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/skia/tests/ |
| D | PathTest.cpp | 2802 uint8_t verbs[32]; in test_zero_length_paths() local 3966 uint8_t verbs[4]; in test_addPathMode() local 3984 uint8_t verbs[7]; in test_extendClosedPath() local 4529 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, in test_skbug_6947() local 4697 uint8_t verbs[6]; in DEF_TEST() local 4850 const SkPath::Verb verbs[] = { in DEF_TEST() local 4928 int verbs = 0; in DEF_TEST() local 5045 auto makePath2 = [](const SkPoint* points, const SkPath::Verb* verbs, size_t count) -> SkPath { in DEF_TEST() 5269 for (int verbs = 0; verbs < 100; ++verbs) { in DEF_TEST() local
|
| /external/skqp/experimental/pvg/ |
| D | draw_msg.proto | 121 repeated PathVerb verbs = 1; field
|