Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsQuad.h63 static bool IsConic() { return false; } in IsConic() function
177 bool IsConic() const override { return false; } in IsConic() function
DSkPathOpsCubic.h53 static bool IsConic() { return false; } in IsConic() function
233 bool IsConic() const override { return false; } in IsConic() function
DSkPathOpsConic.h59 static bool IsConic() { return true; } in IsConic() function
187 bool IsConic() const override { return true; } in IsConic() function