Home
last modified time | relevance | path

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

/external/skqp/tests/
DPathOpsDebug.cpp861 const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->toAngle(); in dumpAngles() local
864 fAngle->dumpTo(this, tAngle); in dumpAngles()
866 if (tAngle) { in dumpAngles()
867 SkDebugf(" span=%d to=%d ", span->debugID(), tAngle->debugID()); in dumpAngles()
868 tAngle->dumpTo(this, fAngle); in dumpAngles()
/external/skia/tests/
DPathOpsDebug.cpp861 const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->toAngle(); in dumpAngles() local
864 fAngle->dumpTo(this, tAngle); in dumpAngles()
866 if (tAngle) { in dumpAngles()
867 SkDebugf(" span=%d to=%d ", span->debugID(), tAngle->debugID()); in dumpAngles()
868 tAngle->dumpTo(this, fAngle); in dumpAngles()