Home
last modified time | relevance | path

Searched refs:GetModuleHeight (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_barcode.h36 virtual int32_t GetModuleHeight() = 0;
/external/pdfium/xfa/include/fwl/lightwidget/
Dbarcode.h87 virtual int32_t GetModuleHeight() { return m_nModuleHeight; } in GetModuleHeight() function
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_barcodeimp.cpp135 m_pBarcodeEngine->SetModuleHeight(pData->GetModuleHeight()); in GenerateBarcodeImageCache()