Home
last modified time | relevance | path

Searched defs:areCusps (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DGrPathUtilsTest.cpp22 bool areCusps = false; in check_cubic_convex_180() local
91 bool areCusps; in DEF_TEST() local
DStrokeIndirectTest.cpp360 bool areCusps = false; in verifyResolveLevels() local
/external/skia/bench/
DGrPathUtilsBench.cpp22 bool areCusps; in onDraw() local
/external/skia/src/gpu/tessellate/
DGrStrokeFixedCountTessellator.cpp292 bool areCusps; in prepare() local
DGrStrokeHardwareTessellator.cpp176 bool areCusps; in writeCubicConvex180PatchesTo() local
DGrStrokeIndirectTessellator.cpp545 bool areCusps; in GrStrokeIndirectTessellator() local
/external/skia/src/gpu/geometry/
DGrPathUtils.cpp553 int GrPathUtils::findCubicConvex180Chops(const SkPoint pts[], float T[2], bool* areCusps) { in findCubicConvex180Chops()