Home
last modified time | relevance | path

Searched refs:IsCubic (Results 1 – 3 of 3) sorted by relevance

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