Lines Matching refs:logic
483 CBC_BarcodeRow* logic) { in encodeChar() argument
492 logic->addBar(last, width); in encodeChar()
498 logic->addBar(last, width); in encodeChar()
505 CBC_BarcodeMatrix* logic) { in encodeLowLevel() argument
509 logic->startRow(); in encodeLowLevel()
510 encodeChar(START_PATTERN, 17, logic->getCurrentRow()); in encodeLowLevel()
524 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel()
527 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel()
531 encodeChar(STOP_PATTERN, 1, logic->getCurrentRow()); in encodeLowLevel()
534 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel()
535 encodeChar(STOP_PATTERN, 18, logic->getCurrentRow()); in encodeLowLevel()