Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/graphicfilter/epict/
H A Depict.cxx237 long nDistSqr,nBestDistSqr, nCountdownTests; in PolyPolygonToPolygon() local
267 nDistSqr=aPRel.X()*aPRel.X()+aPRel.Y()*aPRel.Y(); in PolyPolygonToPolygon()
268 if (nDistSqr<nBestDistSqr) { in PolyPolygonToPolygon()
271 nBestDistSqr=nDistSqr; in PolyPolygonToPolygon()

Completed in 18 milliseconds