Home
last modified time | relevance | path

Searched refs:m_pBarcodeEngine (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp46 if (!m_pBarcodeEngine || (m_dwStatus & XFA_BCS_EncodeSuccess) == 0) in DrawWidget()
56 m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), pMatrix, in DrawWidget()
67 m_pBarcodeEngine.reset(); in SetType()
73 m_pBarcodeEngine.reset(); in SetText()
79 if (!m_pBarcodeEngine) in IsProtectedType()
82 BC_TYPE tEngineType = m_pBarcodeEngine->GetType(); in IsProtectedType()
92 m_pBarcodeEngine.reset(); in OnProcessEvent()
165 if (!m_pBarcodeEngine) in GenerateBarcodeImageCache()
174 m_pBarcodeEngine->SetFont(pCXFont); in GenerateBarcodeImageCache()
176 m_pBarcodeEngine->SetFontSize(pTheme->GetFontSize(&part)); in GenerateBarcodeImageCache()
[all …]
Dcfwl_barcode.h75 std::unique_ptr<CFX_Barcode> m_pBarcodeEngine; variable