Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp83 BC_TYPE tEngineType = m_pBarcodeEngine->GetType(); in IsProtectedType() local
84 return tEngineType == BC_QR_CODE || tEngineType == BC_PDF417 || in IsProtectedType()
85 tEngineType == BC_DATAMATRIX; in IsProtectedType()