Home
last modified time | relevance | path

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

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