Lines Matching refs:logic
482 CBC_BarcodeRow* logic) { in encodeChar() argument
491 logic->addBar(last, width); in encodeChar()
497 logic->addBar(last, width); in encodeChar()
504 CBC_BarcodeMatrix* logic) { in encodeLowLevel() argument
508 logic->startRow(); in encodeLowLevel()
509 encodeChar(START_PATTERN, 17, logic->getCurrentRow()); in encodeLowLevel()
523 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel()
526 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel()
530 encodeChar(STOP_PATTERN, 1, logic->getCurrentRow()); in encodeLowLevel()
533 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel()
534 encodeChar(STOP_PATTERN, 18, logic->getCurrentRow()); in encodeLowLevel()