Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp55 FX_BOOL CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit() function in CBC_DefaultPlacement
76 if ((row < m_numrows) && (col >= 0) && !hasBit(col, row)) { in place()
85 if ((row >= 0) && (col < m_numcols) && !hasBit(col, row)) { in place()
94 if (!hasBit(m_numcols - 1, m_numrows - 1)) { in place()
DBC_DefaultPlacement.h21 FX_BOOL hasBit(int32_t col, int32_t row);
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...