Searched refs:moduleHeight (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fxbarcode/
H A DBC_Writer.cpp24 bool CBC_Writer::SetModuleHeight(int32_t moduleHeight) { argument
25 if (moduleHeight > 10 || moduleHeight < 1) {
28 m_ModuleHeight = moduleHeight;
H A Dcbc_codebase.cpp37 bool CBC_CodeBase::SetModuleHeight(int32_t moduleHeight) { argument
38 return m_pBCWriter->SetModuleHeight(moduleHeight);
H A DBC_Writer.h20 virtual bool SetModuleHeight(int32_t moduleHeight);
H A Dcbc_codebase.h34 bool SetModuleHeight(int32_t moduleHeight);
/external/pdfium/fxjs/xfa/
H A Dcjx_barcode.h27 JS_PROP(moduleHeight);
H A Dcjx_barcode.cpp63 void CJX_Barcode::moduleHeight(CFXJSE_Value* pValue, function in class:CJX_Barcode
/external/pdfium/xfa/fwl/
H A Dcfx_barcode.h36 bool SetModuleHeight(int32_t moduleHeight);
H A Dcfx_barcode.cpp75 bool CFX_Barcode::SetModuleHeight(int32_t moduleHeight) { argument
76 return m_pBCEngine ? m_pBCEngine->SetModuleHeight(moduleHeight) : false;
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_basic_data_element_script.cpp1068 {0x5404d6df, L"moduleHeight",
1069 (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::moduleHeight,

Completed in 676 milliseconds