Home
last modified time | relevance | path

Searched refs:IsConic (Results 1 – 4 of 4) 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
DSkPathOpsTSect.h1307 if (!opp.IsConic()) { in is_parallel()