Home
last modified time | relevance | path

Searched refs:SkCubicTypeName (Results 1 – 4 of 4) sorted by relevance

/external/skia/samplecode/
DSampleStrokeVerb.cpp82 caption.appendf(" (%s)", SkCubicTypeName(SkClassifyCubic(fPoints))); in onDrawContent()
/external/skqp/src/core/
DSkGeometry.h188 static inline const char* SkCubicTypeName(SkCubicType type) { in SkCubicTypeName() function
/external/skia/src/core/
DSkGeometry.h258 static inline const char* SkCubicTypeName(SkCubicType type) { in SkCubicTypeName() function
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp212 caption.appendf(" (%s)", SkCubicTypeName(fCubicType)); in onDrawContent()