Lines Matching refs:CBC_CodeBase
28 CBC_CodeBase::CBC_CodeBase(std::unique_ptr<CBC_Writer> pWriter) in CBC_CodeBase() function in CBC_CodeBase
31 CBC_CodeBase::~CBC_CodeBase() {} in ~CBC_CodeBase()
33 bool CBC_CodeBase::SetTextLocation(BC_TEXT_LOC location) { in SetTextLocation()
37 bool CBC_CodeBase::SetWideNarrowRatio(int8_t ratio) { in SetWideNarrowRatio()
41 bool CBC_CodeBase::SetStartChar(char start) { in SetStartChar()
45 bool CBC_CodeBase::SetEndChar(char end) { in SetEndChar()
49 bool CBC_CodeBase::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel()
53 bool CBC_CodeBase::SetCharEncoding(int32_t encoding) { in SetCharEncoding()
57 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight()
61 bool CBC_CodeBase::SetModuleWidth(int32_t moduleWidth) { in SetModuleWidth()
65 bool CBC_CodeBase::SetHeight(int32_t height) { in SetHeight()
69 bool CBC_CodeBase::SetWidth(int32_t width) { in SetWidth()