Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsQuad.h48 static bool IsConic() { return false; } in IsConic() function
DSkPathOpsConic.h39 static bool IsConic() { return true; } in IsConic() function
DSkPathOpsCubic.h44 static bool IsConic() { return false; } in IsConic() function