Home
last modified time | relevance | path

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

/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c280 cross = ((line1x.locPos.X - line1x.locNeg.X) * (line2x.locPos.Y - line2x.locNeg.Y)) - in MatrixRegionOrientation()
281 ((line1x.locPos.Y - line1x.locNeg.Y) * (line2x.locPos.X - line2x.locNeg.X)); in MatrixRegionOrientation()
287 reg->locT = line1x.locNeg; in MatrixRegionOrientation()
299 reg->locR = line1x.locNeg; in MatrixRegionOrientation()
317 cross = ((line1x.locNeg.X - line1x.locPos.X) * (line2x.locNeg.Y - line2x.locPos.Y)) - in MatrixRegionOrientation()
318 ((line1x.locNeg.Y - line1x.locPos.Y) * (line2x.locNeg.X - line2x.locPos.X)); in MatrixRegionOrientation()
322 reg->locR = line2x.locNeg; in MatrixRegionOrientation()
338 reg->locT = line2x.locNeg; in MatrixRegionOrientation()
1344 line.locNeg = follow.loc; in FindBestSolidLine()
1432 rHp = line.locBeg = line.locPos = line.locNeg = follow.loc; in FindBestSolidLine2()
[all …]
H A Ddmtx.h333 DmtxPixelLoc locNeg; member