/external/skqp/src/gpu/ccpr/ |
D | GrCCGeometry.h | 54 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs() function
|
/external/skia/src/gpu/ccpr/ |
D | GrCCGeometry.h | 55 const SkTArray<Verb, true>& verbs() const { SkASSERT(!fBuildingContour); return fVerbs; } in verbs() function
|
D | GrCCPathParser.cpp | 175 const SkTArray<GrCCGeometry::Verb, true>& verbs = fGeometry.verbs(); in saveParsedPath() local
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 202 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) { in validate_verb_sequence() 232 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr, in deduce_pts_conics() 478 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 | 218 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4() local
|
D | SkPath.cpp | 1198 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin(); in hasOnlyMoveTos() local 1639 const uint8_t* verbs = path.fPathRef->verbsMemBegin(); // points at the last verb in reversePathTo() local 1682 const uint8_t* verbs = src.fPathRef->verbsMemBegin(); // points at the last verb in reverseAddPath() local 1880 const uint8_t* verbs = fVerbs; in isClosedContour() local 2556 const uint8_t* verbs = fCurrVerb; in next() local
|
/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/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/skqp/src/core/ |
D | SkPathPriv.h | 69 auto verbs = path.fPathRef->verbs(); in IsClosedSingleContour() local
|
D | SkPathRef.cpp | 202 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) { in validate_verb_sequence() 232 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr, in deduce_pts_conics()
|
D | SkPath.cpp | 1189 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin(); in hasOnlyMoveTos() local 1611 const uint8_t* verbs = path.fPathRef->verbsMemBegin(); // points at the last verb in reversePathTo() local 1654 const uint8_t* verbs = src.fPathRef->verbsMemBegin(); // points at the last verb in reverseAddPath() local 1852 const uint8_t* verbs = fVerbs; in isClosedContour() local 2672 const uint8_t* verbs = fCurrVerb; in next() local
|
/external/skqp/tools/ |
D | create_test_font.cpp | 140 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, in output_path_data() 234 SkTDArray<SkPath::Verb> verbs; in output_font() local
|
D | SkTestScalerContext.cpp | 51 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()
|
/external/skia/tools/fonts/ |
D | create_test_font.cpp | 141 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, in output_path_data() 235 SkTDArray<SkPath::Verb> verbs; in output_font() local
|
D | SkTestScalerContext.cpp | 51 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 256 const uint8_t* verbs() const { return fVerbs; } in verbs() function
|
/external/skia/include/private/ |
D | SkPathRef.h | 257 const uint8_t* verbs() const { return fVerbs; } in verbs() function
|
/external/skqp/tests/ |
D | PathTest.cpp | 2553 uint8_t* verbs = &buffer[28]; in test_corrupt_flattening() local 2781 uint8_t verbs[32]; in test_zero_length_paths() local 3942 uint8_t verbs[4]; in test_addPathMode() local 3960 uint8_t verbs[7]; in test_extendClosedPath() local 4486 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, in test_skbug_6947() local 4658 uint8_t verbs[6]; in DEF_TEST() local 4810 const SkPath::Verb verbs[] = { in DEF_TEST() local 4911 int verbs = 0; in DEF_TEST() local
|
/external/skia/tests/ |
D | PathTest.cpp | 2687 uint8_t verbs[32]; in test_zero_length_paths() local 3848 uint8_t verbs[4]; in test_addPathMode() local 3866 uint8_t verbs[7]; in test_extendClosedPath() local 4392 SkPath::Verb verbs[] = {kMove, kLine, kLine, kLine, kLine, kLine, kLine, kLine, kClose, in test_skbug_6947() local 4564 uint8_t verbs[6]; in DEF_TEST() local 4716 const SkPath::Verb verbs[] = { in DEF_TEST() local 4794 int verbs = 0; in DEF_TEST() local
|
/external/adhd/cras/src/tests/ |
D | alsa_ucm_unittest.cc | 1347 const char *verbs[] = { "HiFi", "Comment for Verb1", in TEST() local 1363 const char *verbs[] = { "HiFi", "Comment for Verb1", in TEST() local
|
/external/skqp/samplecode/ |
D | SamplePathFuzz.cpp | 605 SkTDArray<uint8_t> verbs; in contains_only_moveTo() local
|
/external/skia/samplecode/ |
D | SamplePathFuzz.cpp | 605 SkTDArray<uint8_t> verbs; in contains_only_moveTo() local
|