Home
last modified time | relevance | path

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

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