HomeSort by relevance Sort by last modified time
    Searched refs:IsConic (Results 1 - 10 of 10) sorted by null

  /external/skia/src/pathops/
SkPathOpsTCurve.h 34 virtual bool IsConic() const = 0;
SkPathOpsConic.h 46 static bool IsConic() { return true; }
174 bool IsConic() const override { return true; }
SkPathOpsCubic.h 41 static bool IsConic() { return false; }
221 bool IsConic() const override { return false; }
SkPathOpsQuad.h 51 static bool IsConic() { return false; }
165 bool IsConic() const override { return false; }
SkPathOpsTSect.cpp 1040 if (!opp.IsConic()) {
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTCurve.h 34 virtual bool IsConic() const = 0;
SkPathOpsConic.h 46 static bool IsConic() { return true; }
174 bool IsConic() const override { return true; }
SkPathOpsCubic.h 41 static bool IsConic() { return false; }
221 bool IsConic() const override { return false; }
SkPathOpsQuad.h 51 static bool IsConic() { return false; }
165 bool IsConic() const override { return false; }
SkPathOpsTSect.cpp 1040 if (!opp.IsConic()) {
    [all...]

Completed in 1350 milliseconds