Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp44 if (!m_pBarcodeEngine || m_eStatus != Status::kEncodeSuccess) in DrawWidget()
52 m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), &matrix); in DrawWidget()
62 m_pBarcodeEngine.reset(); in SetType()
68 m_pBarcodeEngine.reset(); in SetText()
74 m_pBarcodeEngine.reset(); in SetTextSkipNotify()
80 if (!m_pBarcodeEngine) in IsProtectedType()
83 BC_TYPE tEngineType = m_pBarcodeEngine->GetType(); in IsProtectedType()
90 m_pBarcodeEngine.reset(); in OnProcessEvent()
158 if (!m_pBarcodeEngine) in GenerateBarcodeImageCache()
167 m_pBarcodeEngine->SetFont(pCXFont); in GenerateBarcodeImageCache()
[all …]
Dcfwl_barcode.h86 std::unique_ptr<CFX_Barcode> m_pBarcodeEngine; variable