Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp47 if (!m_pBarcodeEngine || (m_dwStatus & XFA_BCS_EncodeSuccess) == 0) in DrawWidget()
55 m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), &matrix); in DrawWidget()
65 m_pBarcodeEngine.reset(); in SetType()
71 m_pBarcodeEngine.reset(); in SetText()
77 if (!m_pBarcodeEngine) in IsProtectedType()
80 BC_TYPE tEngineType = m_pBarcodeEngine->GetType(); in IsProtectedType()
90 m_pBarcodeEngine.reset(); in OnProcessEvent()
163 if (!m_pBarcodeEngine) in GenerateBarcodeImageCache()
172 m_pBarcodeEngine->SetFont(pCXFont); in GenerateBarcodeImageCache()
174 m_pBarcodeEngine->SetFontSize(pTheme->GetFontSize(&part)); in GenerateBarcodeImageCache()
[all …]
Dcfwl_barcode.h74 std::unique_ptr<CFX_Barcode> m_pBarcodeEngine; variable