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

  /external/skia/src/pathops/
SkPathOpsCommon.cpp 251 const SkPoint& oPt = rIndex & 1 ? oContour->end() : oContour->start();
257 double dx = iPt.fX - oPt.fX;
258 double dy = iPt.fY - oPt.fY;
  /external/skia/tests/
PathOpsDebug.cpp 947 const SkOpPtT* oPt = this->ptT()->next();
948 SkDebugf(" seg/span=%d/%d", oPt->segment()->debugID(), oPt->span()->debugID());
    [all...]

Completed in 188 milliseconds