Home
last modified time | relevance | path

Searched refs:SetModuleHeight (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxbarcode/
Dcbc_codebase.cpp34 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_CodeBase
35 return m_pBCWriter && m_pBCWriter->SetModuleHeight(moduleHeight); in SetModuleHeight()
DBC_Writer.h19 virtual bool SetModuleHeight(int32_t moduleHeight);
Dcbc_codebase.h36 bool SetModuleHeight(int32_t moduleHeight);
DBC_Writer.cpp24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CBC_Writer
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp103 void CFWL_Barcode::SetModuleHeight(int32_t height) { in SetModuleHeight() function in CFWL_Barcode
187 m_pBarcodeEngine->SetModuleHeight(m_nModuleHeight); in GenerateBarcodeImageCache()
Dcfx_barcode.cpp72 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { in SetModuleHeight() function in CFX_Barcode
73 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false; in SetModuleHeight()
Dcfx_barcode.h38 bool SetModuleHeight(int32_t moduleHeight);
Dcfwl_barcode.h59 void SetModuleHeight(int32_t height);
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp202 pBarCodeWidget->SetModuleHeight(intVal); in UpdateWidgetProperty()