Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixDetector.cpp61 transitions.Add(TransitionsBetween(pointA, pointB)); in Detect()
62 transitions.Add(TransitionsBetween(pointA, pointC)); in Detect()
63 transitions.Add(TransitionsBetween(pointB, pointD)); in Detect()
64 transitions.Add(TransitionsBetween(pointC, pointD)); in Detect()
127 TransitionsBetween(topLeft, topRight)) in Detect()
130 TransitionsBetween(bottomRight, topRight)) in Detect()
154 TransitionsBetween(topLeft, correctedTopRight.get())) in Detect()
158 TransitionsBetween(bottomRight, correctedTopRight.get())) in Detect()
182 TransitionsBetween(topLeft, correctedTopRight.get())) in Detect()
185 TransitionsBetween(bottomRight, correctedTopRight.get())) in Detect()
[all …]
DBC_DataMatrixDetector.h58 CBC_ResultPointsAndTransitions* TransitionsBetween(CBC_ResultPoint* from,