Home
last modified time | relevance | path

Searched refs:countVerbs (Results 1 – 25 of 38) sorted by relevance

12

/external/skqp/src/core/
DSkPathPriv.h65 int verbCount = path.countVerbs(); in IsClosedSingleContour()
125 Iter end() { return Iter{fPathRef->verbs() - fPathRef->countVerbs() - 1}; } in end()
DSkPathRef.cpp152 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()
DSkPath.cpp213 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/
DSkPathRef.cpp152 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()
DSkPathPriv.h65 int verbCount = path.countVerbs(); in IsClosedSingleContour()
131 Iter end() { return Iter{fPathRef->verbs() - fPathRef->countVerbs() - 1}; } in end()
DSkPath.cpp214 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 …]
DSkPath_serial.cpp100 int32_t vbs = fPathRef->countVerbs(); in writeToMemory()
DSkThreadedBMPDevice.cpp160 if (path.countVerbs() < 4) { // when path is small, init-once has too much overhead in drawPath()
/external/skia/src/gpu/gl/
DGrGLPath.cpp102 int verbCnt = skPath.countVerbs(); in init_path_object_for_general_path()
224 int verbCnt = skPath.countVerbs(); in InitPathObjectPathData()
/external/skqp/src/gpu/gl/
DGrGLPath.cpp102 int verbCnt = skPath.countVerbs(); in init_path_object_for_general_path()
224 int verbCnt = skPath.countVerbs(); in InitPathObjectPathData()
/external/skqp/tests/
DParsePathTest.cpp127 REPORTER_ASSERT(r, path.countVerbs() == gTests[i].fVerbs); in DEF_TEST()
/external/skia/tests/
DParsePathTest.cpp127 REPORTER_ASSERT(r, path.countVerbs() == gTests[i].fVerbs); in DEF_TEST()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp88 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/
DGrCoverageCountingPathRenderer.cpp88 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/
DSkOpBuilder.cpp17 int verbCount = path.countVerbs(); in one_contour()
/external/skia/src/pathops/
DSkOpBuilder.cpp17 int verbCount = path.countVerbs(); in one_contour()
/external/skia/include/core/
DSkPath.h318 return 0 == fPathRef->countVerbs(); in isEmpty()
454 int countVerbs() const;
/external/skqp/include/core/
DSkPath.h360 return 0 == fPathRef->countVerbs(); in isEmpty()
496 int countVerbs() const;
/external/skqp/experimental/skottie/
DSkottieProperties.cpp80 return SkTo<size_t>(path.countVerbs()); in Cardinality()
/external/skia/experimental/skottie/
DSkottieProperties.cpp80 return SkTo<size_t>(path.countVerbs()); in Cardinality()
/external/skqp/src/gpu/
DGrShape.cpp166 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/
DSkPathRef.h250 int countVerbs() const { return fVerbCnt; } in countVerbs() function
/external/skia/include/private/
DSkPathRef.h251 int countVerbs() const { return fVerbCnt; } in countVerbs() function
/external/skia/src/gpu/
DGrShape.cpp180 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/
DSkObjectParser.cpp184 mPath->appendS32(path.countVerbs()); in PathToString()

12