OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CBC_PDF417DetectorResult
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DetectorResult.cpp
27
CBC_PDF417DetectorResult
::
CBC_PDF417DetectorResult
(CBC_CommonBitMatrix* bits,
32
CBC_PDF417DetectorResult
::~
CBC_PDF417DetectorResult
() {
44
CBC_CommonBitMatrix*
CBC_PDF417DetectorResult
::getBits() {
48
CFX_PtrArray*
CBC_PDF417DetectorResult
::getPoints() {
BC_PDF417DetectorResult.h
10
class
CBC_PDF417DetectorResult
{
12
CBC_PDF417DetectorResult
(CBC_CommonBitMatrix* bits, CFX_PtrArray* points);
13
virtual ~
CBC_PDF417DetectorResult
();
Completed in 46 milliseconds