Searched refs:kQuadratic_SkCubicType (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.h176 kQuadratic_SkCubicType, enumerator in enum:SkCubicType
H A DSkGeometry.cpp644 return (0.f == d[2] ? kLine_SkCubicType : kQuadratic_SkCubicType);
/external/skia/src/gpu/
H A DGrPathUtils.cpp787 } else if (kQuadratic_SkCubicType == cType) {
811 } else if (kQuadratic_SkCubicType == cType) {

Completed in 82 milliseconds