OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainsBlackPoint
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/common/
BC_WhiteRectangleDetector.h
33
FX_BOOL
ContainsBlackPoint
(int32_t a,
BC_WhiteRectangleDetector.cpp
73
rightBorderNotWhite =
ContainsBlackPoint
(up, down, right, FALSE);
85
bottomBorderNotWhite =
ContainsBlackPoint
(left, right, down, TRUE);
97
leftBorderNotWhite =
ContainsBlackPoint
(up, down, left, FALSE);
109
topBorderNotWhite =
ContainsBlackPoint
(left, right, up, TRUE);
242
FX_BOOL CBC_WhiteRectangleDetector::
ContainsBlackPoint
(int32_t a,
Completed in 822 milliseconds