OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CBC_BoundingBox
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BoundingBox.cpp
27
CBC_BoundingBox
::
CBC_BoundingBox
(CBC_CommonBitMatrix* image,
41
CBC_BoundingBox
::
CBC_BoundingBox
(
CBC_BoundingBox
* boundingBox) {
45
CBC_BoundingBox
::~
CBC_BoundingBox
() {
59
CBC_BoundingBox
*
CBC_BoundingBox
::merge(
CBC_BoundingBox
* leftBox,
[
all
...]
BC_PDF417BoundingBox.h
11
class
CBC_BoundingBox
{
13
CBC_BoundingBox
(CBC_CommonBitMatrix* image,
19
CBC_BoundingBox
(
CBC_BoundingBox
* boundingBox);
20
virtual ~
CBC_BoundingBox
();
21
static
CBC_BoundingBox
* merge(
CBC_BoundingBox
* leftBox,
22
CBC_BoundingBox
* rightBox,
24
CBC_BoundingBox
* addMissingRows(int32_t missingStartRows,
Completed in 45 milliseconds