HomeSort by relevance Sort by last modified time
    Searched defs:CBC_CodeBase (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxbarcode/
cbc_codebase.h 21 class CBC_CodeBase {
23 explicit CBC_CodeBase(CBC_Writer* pWriter);
24 virtual ~CBC_CodeBase();
cbc_codebase.cpp 22 #include "xfa/fxbarcode/cbc_codebase.h"
26 CBC_CodeBase::CBC_CodeBase(CBC_Writer* pWriter) : m_pBCWriter(pWriter) {}
28 CBC_CodeBase::~CBC_CodeBase() {}
30 bool CBC_CodeBase::SetCharEncoding(int32_t encoding) {
34 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) {
38 bool CBC_CodeBase::SetModuleWidth(int32_t moduleWidth) {
42 bool CBC_CodeBase::SetHeight(int32_t height) {
46 bool CBC_CodeBase::SetWidth(int32_t width)
    [all...]

Completed in 422 milliseconds