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

  /external/pdfium/fxbarcode/
cbc_codebase.cpp 37 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) {
38 return m_pBCWriter->SetModuleHeight(moduleHeight);
BC_Writer.cpp 24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) {
  /external/pdfium/xfa/fwl/
cfwl_barcode.cpp 101 void CFWL_Barcode::SetModuleHeight(int32_t height) {
185 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight);
cfx_barcode.cpp 75 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) {
76 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false;

Completed in 569 milliseconds