Home
last modified time | relevance | path

Searched refs:debugT (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsTSect.h118 const SkTSpan* debugT(double t) const;
261 const SkTSpan* debugT(double t) const;
/external/skia/tests/
DPathOpsDebug.cpp442 return sect->debugT(t); in DebugT()
1207 const SkTSpan* SkTSect::debugT(double t) const { in debugT() function in SkTSect
1317 const SkTSpan* SkTSpan::debugT(double t) const { in debugT() function in SkTSpan
1318 return fDebugSect->debugT(t); in debugT()