OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isLeft
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DetectionResultRowIndicatorColumn.h
28
FX_BOOL
m_isLeft
;
BC_PDF417DetectionResultRowIndicatorColumn.cpp
36
m_isLeft
= isLeft;
56
m_isLeft
? boundingBox->getTopLeft() : boundingBox->getTopRight();
58
m_isLeft
? boundingBox->getBottomLeft() : boundingBox->getBottomRight();
132
m_isLeft
? boundingBox->getTopLeft() : boundingBox->getTopRight();
134
m_isLeft
? boundingBox->getBottomLeft() : boundingBox->getBottomRight();
182
if (!
m_isLeft
) {
220
return
m_isLeft
;
223
return (CFX_ByteString) "IsLeft: " + (CFX_ByteString)
m_isLeft
+ '\n' +
241
if (!
m_isLeft
) {
Completed in 95 milliseconds