Home
last modified time | relevance | path

Searched defs:lastPoint (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/tools/
DExtractPoints.js73 var lastPoint = points[(y + 1) % points.length]; variable
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusPath.h194 Status GetLastPoint(OUT PointF* lastPoint) const in GetLastPoint()