Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathPriv.h59 int verbCount = path.countVerbs(); in IsClosedSingleContour()
119 Iter end() { return Iter{fPathRef->verbs() - fPathRef->countVerbs() - 1}; } in end()
DSkPath.cpp205 int count = fPathRef->countVerbs(); in isInterpolatable()
206 if (count != compare.fPathRef->countVerbs()) { in isInterpolatable()
222 int verbCount = fPathRef->countVerbs(); in interpolate()
223 if (verbCount != ending.fPathRef->countVerbs()) { in interpolate()
361 int verbCount = fPathRef->countVerbs(); in isLastContourClosed()
369 int verbCount = fPathRef->countVerbs(); in isLine()
449 int verbCnt = fPathRef->countVerbs(); in isRectContour()
645 int SkPath::countVerbs() const { in countVerbs() function in SkPath
646 return fPathRef->countVerbs(); in countVerbs()
662 int count = SkMin32(max, fPathRef->countVerbs()); in getVerbs()
[all …]
DSkPathRef.cpp139 SkASSERT((*dst)->countVerbs() == src.countVerbs()); in CreateTransformedCopy()
262 SkASSERT(verbCount == ref->countVerbs()); in CreateFromBuffer()
276 if (!deduce_pts_conics(ref->verbsMemBegin(), ref->countVerbs(), &pCount, &cCount) || in CreateFromBuffer()
313 int oldVCnt = (*pathRef)->countVerbs(); in Rewind()
/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/skia/tests/
DParsePathTest.cpp127 REPORTER_ASSERT(r, path.countVerbs() == gTests[i].fVerbs); in DEF_TEST()
DPathTest.cpp3576 REPORTER_ASSERT(reporter, 0 == p.countVerbs()); in test_empty()
4172 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4183 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4194 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4206 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
4219 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs()); in TestPathRef()
/external/skia/src/pathops/
DSkOpBuilder.cpp17 int verbCount = path.countVerbs(); in one_contour()
/external/skia/include/core/
DSkPath.h234 return 0 == fPathRef->countVerbs(); in isEmpty()
324 int countVerbs() const;
/external/skia/src/gpu/
DGrShape.cpp77 const int verbCnt = path.countVerbs(); in path_key_from_data_size()
95 const int verbCnt = path.countVerbs(); in write_path_key_from_data()
/external/skia/include/private/
DSkPathRef.h248 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } in countVerbs() function
/external/skia/tools/debugger/
DSkObjectParser.cpp177 mPath->appendS32(path.countVerbs()); in PathToString()
/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp149 if (path.countVerbs() > 10) { in onCanDrawPath()
/external/skia/experimental/SimpleCocoaApp/
DSimpleApp.mm162 int verbs = path.countVerbs();
/external/skia/samplecode/
DSamplePathFuzz.cpp600 int verbCount = path.countVerbs(); in contains_only_moveTo()
DSampleAAGeometry.cpp1095 && (fActiveVerb != 1 || counter != fPath.countVerbs())) { in draw_bisects()
1491 for (int index = 0; index < fPath.countVerbs(); ++index) { in gather_strokes()
1564 for (int index = 0; index < fPath.countVerbs(); ++index) { in onDrawContent()