HomeSort by relevance Sort by last modified time
    Searched defs:SkTSect (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkPathOpsTSect.h 75 template<typename TCurve, typename OppCurve> class SkTSect;
101 const SkTSect<OppCurve, TCurve>* debugOpp() const;
221 SkDEBUGCODE(SkTSect<TCurve, OppCurve>* fDebugSect);
223 friend class SkTSect<TCurve, OppCurve>;
224 friend class SkTSect<OppCurve, TCurve>;
229 class SkTSect {
231 SkTSect(const TCurve& c SkDEBUGPARAMS(SkOpGlobalState* ) PATH_OPS_DEBUG_T_SECT_PARAMS(int id));
232 static void BinarySearch(SkTSect* sect1, SkTSect<OppCurve, TCurve>* sect2,
239 const SkTSect<OppCurve, TCurve>* debugOpp() const
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTSect.h 75 template<typename TCurve, typename OppCurve> class SkTSect;
101 const SkTSect<OppCurve, TCurve>* debugOpp() const;
221 SkDEBUGCODE(SkTSect<TCurve, OppCurve>* fDebugSect);
223 friend class SkTSect<TCurve, OppCurve>;
224 friend class SkTSect<OppCurve, TCurve>;
229 class SkTSect {
231 SkTSect(const TCurve& c SkDEBUGPARAMS(SkOpGlobalState* ) PATH_OPS_DEBUG_T_SECT_PARAMS(int id));
232 static void BinarySearch(SkTSect* sect1, SkTSect<OppCurve, TCurve>* sect2,
239 const SkTSect<OppCurve, TCurve>* debugOpp() const
    [all...]

Completed in 228 milliseconds