Home
last modified time | relevance | path

Searched refs:IsConic (Results 1 – 4 of 4) sorted by relevance

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