Home
last modified time | relevance | path

Searched refs:CubicType (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCubic.h30 enum CubicType { enum
61 static bool ComplexBreak(const SkPoint pts[4], SkScalar* t, CubicType* cubicType);
DSkOpSegment.h298 void setCubicType(SkDCubic::CubicType cubicType) { in setCubicType()
394 SkDCubic::CubicType fCubicType;
DSkOpEdgeBuilder.cpp205 SkDCubic::CubicType cubicType; in walk()
DSkPathOpsCubic.cpp232 bool SkDCubic::ComplexBreak(const SkPoint pointsPtr[4], SkScalar* t, CubicType* resultType) { in ComplexBreak()
/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp628 SkDCubic::CubicType dType; in selfOneOff()
DPathOpsOpTest.cpp3848 SkDCubic::CubicType dType; in complex_to_quads()