Home
last modified time | relevance | path

Searched defs:IsConic (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsQuad.h50 static bool IsConic() { return false; } in IsConic() function
DSkPathOpsConic.h46 static bool IsConic() { return true; } in IsConic() function
DSkPathOpsCubic.h40 static bool IsConic() { return false; } in IsConic() function