Searched refs:oPt (Results 1 – 2 of 2) sorted by relevance
251 const SkPoint& oPt = rIndex & 1 ? oContour->end() : oContour->start(); in Assemble() local257 double dx = iPt.fX - oPt.fX; in Assemble()258 double dy = iPt.fY - oPt.fY; in Assemble()
947 const SkOpPtT* oPt = this->ptT()->next(); in dumpBase() local948 SkDebugf(" seg/span=%d/%d", oPt->segment()->debugID(), oPt->span()->debugID()); in dumpBase()