OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CBC_DataMatrixDecoder
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDecoder.h
12
class
CBC_DataMatrixDecoder
{
14
CBC_DataMatrixDecoder
();
15
virtual ~
CBC_DataMatrixDecoder
();
BC_DataMatrixDecoder.cpp
32
CBC_DataMatrixDecoder
::
CBC_DataMatrixDecoder
() {
35
void
CBC_DataMatrixDecoder
::Init() {
39
CBC_DataMatrixDecoder
::~
CBC_DataMatrixDecoder
() {
45
CBC_CommonDecoderResult*
CBC_DataMatrixDecoder
::Decode(
96
void
CBC_DataMatrixDecoder
::CorrectErrors(CFX_ByteArray& codewordBytes,
Completed in 65 milliseconds