Searched refs:pBarCodeWidget (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/
H A Dcxfa_ffbarcode.cpp166 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(m_pNormalWidget.get());
167 pBarCodeWidget->SetType(info->eBCType);
172 pBarCodeWidget->SetCharEncoding(*encoding);
176 pBarCodeWidget->SetCalChecksum(*calcChecksum);
180 pBarCodeWidget->SetDataLength(*dataLen);
184 pBarCodeWidget->SetStartChar(*startChar);
188 pBarCodeWidget->SetEndChar(*endChar);
192 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel);
196 pBarCodeWidget->SetModuleWidth(*width);
200 pBarCodeWidget
226 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(m_pNormalWidget.get()); local
235 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(m_pNormalWidget.get()); local
[all...]

Completed in 147 milliseconds