/external/skqp/src/core/ |
D | SkPathPriv.h | 65 int verbCount = path.countVerbs(); in IsClosedSingleContour() 125 Iter end() { return Iter{fPathRef->verbs() - fPathRef->countVerbs() - 1}; } in end()
|
D | SkPathRef.cpp | 152 SkASSERT((*dst)->countVerbs() == src.countVerbs()); in CreateTransformedCopy() 312 SkASSERT(verbCount == ref->countVerbs()); in CreateFromBuffer() 326 if (!validate_verb_sequence(ref->verbsMemBegin(), ref->countVerbs())) { in CreateFromBuffer() 329 if (!deduce_pts_conics(ref->verbsMemBegin(), ref->countVerbs(), &pCount, &cCount) || in CreateFromBuffer() 365 int oldVCnt = (*pathRef)->countVerbs(); in Rewind()
|
D | SkPath.cpp | 213 int count = fPathRef->countVerbs(); in isInterpolatable() 214 if (count != compare.fPathRef->countVerbs()) { in isInterpolatable() 230 int verbCount = fPathRef->countVerbs(); in interpolate() 231 if (verbCount != ending.fPathRef->countVerbs()) { in interpolate() 372 int verbCount = fPathRef->countVerbs(); in isLastContourClosed() 380 int verbCount = fPathRef->countVerbs(); in isLine() 460 int verbCnt = fPathRef->countVerbs(); in isRectContour() 656 int SkPath::countVerbs() const { in countVerbs() function in SkPath 657 return fPathRef->countVerbs(); in countVerbs() 673 int count = SkMin32(max, fPathRef->countVerbs()); in getVerbs() [all …]
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 152 SkASSERT((*dst)->countVerbs() == src.countVerbs()); in CreateTransformedCopy() 311 SkASSERT(verbCount == ref->countVerbs()); in CreateFromBuffer() 325 if (!validate_verb_sequence(ref->verbsMemBegin(), ref->countVerbs())) { in CreateFromBuffer() 328 if (!deduce_pts_conics(ref->verbsMemBegin(), ref->countVerbs(), &pCount, &cCount) || in CreateFromBuffer() 365 int oldVCnt = (*pathRef)->countVerbs(); in Rewind() 480 for (int i = this->countVerbs() - 1; i >= 0; --i) { in computeSegmentMask()
|
D | SkPathPriv.h | 65 int verbCount = path.countVerbs(); in IsClosedSingleContour() 131 Iter end() { return Iter{fPathRef->verbs() - fPathRef->countVerbs() - 1}; } in end()
|
D | SkPath.cpp | 214 int count = fPathRef->countVerbs(); in isInterpolatable() 215 if (count != compare.fPathRef->countVerbs()) { in isInterpolatable() 231 int verbCount = fPathRef->countVerbs(); in interpolate() 232 if (verbCount != ending.fPathRef->countVerbs()) { in interpolate() 373 int verbCount = fPathRef->countVerbs(); in isLastContourClosed() 381 int verbCount = fPathRef->countVerbs(); in isLine() 461 int verbCnt = fPathRef->countVerbs(); in isRectContour() 665 int SkPath::countVerbs() const { in countVerbs() function in SkPath 666 return fPathRef->countVerbs(); in countVerbs() 682 int count = SkMin32(max, fPathRef->countVerbs()); in getVerbs() [all …]
|
D | SkPath_serial.cpp | 100 int32_t vbs = fPathRef->countVerbs(); in writeToMemory()
|
D | SkThreadedBMPDevice.cpp | 160 if (path.countVerbs() < 4) { // when path is small, init-once has too much overhead in drawPath()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 102 int verbCnt = skPath.countVerbs(); in init_path_object_for_general_path() 224 int verbCnt = skPath.countVerbs(); in InitPathObjectPathData()
|
/external/skqp/src/gpu/gl/ |
D | GrGLPath.cpp | 102 int verbCnt = skPath.countVerbs(); in init_path_object_for_general_path() 224 int verbCnt = skPath.countVerbs(); in InitPathObjectPathData()
|
/external/skqp/tests/ |
D | ParsePathTest.cpp | 127 REPORTER_ASSERT(r, path.countVerbs() == gTests[i].fVerbs); in DEF_TEST()
|
/external/skia/tests/ |
D | ParsePathTest.cpp | 127 REPORTER_ASSERT(r, path.countVerbs() == gTests[i].fVerbs); in DEF_TEST()
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 88 if (args.fShape->hasUnstyledKey() && path.countVerbs() > 50) { in onCanDrawPath() 305 numSkVerbs += draw->fPath.countVerbs(); in preFlush() 316 numSkVerbs += path.countVerbs(); in preFlush()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 88 if (args.fShape->hasUnstyledKey() && path.countVerbs() > 50) { in onCanDrawPath() 308 numSkVerbs += draw->fPath.countVerbs(); in preFlush() 319 numSkVerbs += path.countVerbs(); in preFlush()
|
/external/skqp/src/pathops/ |
D | SkOpBuilder.cpp | 17 int verbCount = path.countVerbs(); in one_contour()
|
/external/skia/src/pathops/ |
D | SkOpBuilder.cpp | 17 int verbCount = path.countVerbs(); in one_contour()
|
/external/skia/include/core/ |
D | SkPath.h | 318 return 0 == fPathRef->countVerbs(); in isEmpty() 454 int countVerbs() const;
|
/external/skqp/include/core/ |
D | SkPath.h | 360 return 0 == fPathRef->countVerbs(); in isEmpty() 496 int countVerbs() const;
|
/external/skqp/experimental/skottie/ |
D | SkottieProperties.cpp | 80 return SkTo<size_t>(path.countVerbs()); in Cardinality()
|
/external/skia/experimental/skottie/ |
D | SkottieProperties.cpp | 80 return SkTo<size_t>(path.countVerbs()); in Cardinality()
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 166 const int verbCnt = path.countVerbs(); in path_key_from_data_size() 184 const int verbCnt = path.countVerbs(); in write_path_key_from_data()
|
/external/skqp/include/private/ |
D | SkPathRef.h | 250 int countVerbs() const { return fVerbCnt; } in countVerbs() function
|
/external/skia/include/private/ |
D | SkPathRef.h | 251 int countVerbs() const { return fVerbCnt; } in countVerbs() function
|
/external/skia/src/gpu/ |
D | GrShape.cpp | 180 const int verbCnt = path.countVerbs(); in path_key_from_data_size() 198 const int verbCnt = path.countVerbs(); in write_path_key_from_data()
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 184 mPath->appendS32(path.countVerbs()); in PathToString()
|