OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBlackMatrix
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fxbarcode/
BC_BinaryBitmap.cpp
45
m_matrix = m_binarizer->
GetBlackMatrix
(e);
57
CBC_CommonBitMatrix* CBC_BinaryBitmap::
GetBlackMatrix
(int32_t& e) {
59
m_matrix = m_binarizer->
GetBlackMatrix
(e);
BC_Binarizer.h
18
virtual CBC_CommonBitMatrix*
GetBlackMatrix
(int32_t& e) = 0;
BC_BinaryBitmap.h
23
CBC_CommonBitMatrix*
GetBlackMatrix
(int32_t& e);
/external/pdfium/xfa/src/fxbarcode/common/
BC_GlobalHistogramBinarizer.h
20
CBC_CommonBitMatrix*
GetBlackMatrix
(int32_t& e);
BC_GlobalHistogramBinarizer.cpp
72
CBC_CommonBitMatrix* CBC_GlobalHistogramBinarizer::
GetBlackMatrix
(int32_t& e) {
/external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixReader.cpp
47
CBC_CommonBitMatrix* cdr = image->
GetBlackMatrix
(e);
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Detector.cpp
53
CBC_CommonBitMatrix* bitMatrix = image->
GetBlackMatrix
(e);
Completed in 73 milliseconds