OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBC_BarcodeRow
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/fxbarcode/pdf417/
BC_PDF417BarcodeRow.cpp
25
CBC_BarcodeRow
::
CBC_BarcodeRow
(size_t width)
28
CBC_BarcodeRow
::~
CBC_BarcodeRow
() {}
30
void
CBC_BarcodeRow
::set(int32_t x, uint8_t value) {
34
void
CBC_BarcodeRow
::set(int32_t x, bool black) {
38
void
CBC_BarcodeRow
::addBar(bool black, int32_t width) {
43
std::vector<uint8_t>&
CBC_BarcodeRow
::getRow() {
47
std::vector<uint8_t>&
CBC_BarcodeRow
::getScaledRow(int32_t scale) {
BC_PDF417BarcodeRow.h
14
class
CBC_BarcodeRow
{
16
explicit
CBC_BarcodeRow
(size_t width);
17
virtual ~
CBC_BarcodeRow
();
BC_PDF417BarcodeMatrix.h
13
class
CBC_BarcodeRow
;
21
CBC_BarcodeRow
* getCurrentRow() const { return m_matrix[m_currentRow].get(); }
32
std::vector<std::unique_ptr<
CBC_BarcodeRow
>> m_matrix;
BC_PDF417.h
16
class
CBC_BarcodeRow
;
47
static void encodeChar(int32_t pattern, int32_t len,
CBC_BarcodeRow
* logic);
BC_PDF417BarcodeMatrix.cpp
30
m_matrix[i] = pdfium::MakeUnique<
CBC_BarcodeRow
>((width + 4) * 17 + 1);
BC_PDF417.cpp
483
CBC_BarcodeRow
* logic) {
[
all
...]
Completed in 642 milliseconds