Searched refs:TransitionsBetween (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DataMatrixDetector.cpp | 61 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 …]
|
D | BC_DataMatrixDetector.h | 58 CBC_ResultPointsAndTransitions* TransitionsBetween(CBC_ResultPoint* from,
|