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

  /external/skia/tests/
PathOpsTSectDebug.h 28 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugT(double t) const {
139 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugT(double t) const {
140 return SkDEBUGRELEASE(fDebugSect->debugT(t), NULL);
PathOpsDebug.cpp 388 const SkTSpan<TCurve, OppCurve>* DebugT(const SkTSect<TCurve, OppCurve>* sect, double t) {
389 return sect->debugT(t);
406 DebugT(&q1q2, t);
407 DebugT(&q1k2, t);
408 DebugT(&q1c2, t);
409 DebugT(&k1q2, t);
410 DebugT(&k1k2, t);
411 DebugT(&k1c2, t);
412 DebugT(&c1q2, t);
413 DebugT(&c1k2, t)
    [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.h 85 const SkTSpan* debugT(double t) const;
214 const SkTSpan<TCurve, OppCurve>* debugT(double t) const;
    [all...]

Completed in 3900 milliseconds