OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POSITION_ADJUSTMENT_PATTERN
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h
18
static const int32_t
POSITION_ADJUSTMENT_PATTERN
[5][5];
BC_QRCoderMatrixUtil.cpp
39
const int32_t CBC_QRCoderMatrixUtil::
POSITION_ADJUSTMENT_PATTERN
[5][5] = {
403
matrix->Set(xStart + x, yStart + y,
POSITION_ADJUSTMENT_PATTERN
[y][x]);
/external/zxing/core/
core.jar
Completed in 74 milliseconds