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

  /external/pdfium/xfa/fxbarcode/
cbc_codebase.cpp 34 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) {
35 return m_pBCWriter && m_pBCWriter->SetModuleHeight(moduleHeight);
BC_Writer.h 19 virtual bool SetModuleHeight(int32_t moduleHeight);
BC_Writer.cpp 24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) {
cbc_codebase.h 36 bool SetModuleHeight(int32_t moduleHeight);
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 59 void SetModuleHeight(int32_t height);
cfx_barcode.h 38 bool SetModuleHeight(int32_t moduleHeight);
cfwl_barcode.cpp 103 void CFWL_Barcode::SetModuleHeight(int32_t height) {
187 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight);
cfx_barcode.cpp 72 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) {
73 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false;
  /external/pdfium/xfa/fxfa/app/
xfa_ffbarcode.cpp 202 pBarCodeWidget->SetModuleHeight(intVal);

Completed in 318 milliseconds