Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp251 const SkPoint& oPt = rIndex & 1 ? oContour->end() : oContour->start(); in Assemble() local
257 double dx = iPt.fX - oPt.fX; in Assemble()
258 double dy = iPt.fY - oPt.fY; in Assemble()
/external/skia/tests/
DPathOpsDebug.cpp947 const SkOpPtT* oPt = this->ptT()->next(); in dumpBase() local
948 SkDebugf(" seg/span=%d/%d", oPt->segment()->debugID(), oPt->span()->debugID()); in dumpBase()