Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsConic.h46 static bool IsConic() { return true; } in IsConic() function
174 bool IsConic() const override { return true; } in IsConic() function
DSkPathOpsQuad.h51 static bool IsConic() { return false; } in IsConic() function
165 bool IsConic() const override { return false; } in IsConic() function
DSkPathOpsTCurve.h34 virtual bool IsConic() const = 0;
DSkPathOpsCubic.h41 static bool IsConic() { return false; } in IsConic() function
221 bool IsConic() const override { return false; } in IsConic() function
DSkPathOpsTSect.cpp1040 if (!opp.IsConic()) { in is_parallel()
/third_party/skia/src/pathops/
DSkPathOpsQuad.h51 static bool IsConic() { return false; } in IsConic() function
165 bool IsConic() const override { return false; } in IsConic() function
DSkPathOpsConic.h46 static bool IsConic() { return true; } in IsConic() function
174 bool IsConic() const override { return true; } in IsConic() function
DSkPathOpsTCurve.h34 virtual bool IsConic() const = 0;
DSkPathOpsCubic.h41 static bool IsConic() { return false; } in IsConic() function
221 bool IsConic() const override { return false; } in IsConic() function
DSkPathOpsTSect.cpp1041 if (!opp.IsConic()) { in is_parallel()