Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp188 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(GetNormalWidget()); in UpdateWidgetProperty() local
189 pBarCodeWidget->SetType(info->eBCType); in UpdateWidgetProperty()
196 pBarCodeWidget->SetCharEncoding(*encoding); in UpdateWidgetProperty()
201 pBarCodeWidget->SetCalChecksum(*calcChecksum); in UpdateWidgetProperty()
205 pBarCodeWidget->SetDataLength(*dataLen); in UpdateWidgetProperty()
209 pBarCodeWidget->SetStartChar(*startChar); in UpdateWidgetProperty()
213 pBarCodeWidget->SetEndChar(*endChar); in UpdateWidgetProperty()
217 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()
221 pBarCodeWidget->SetModuleWidth(*width); in UpdateWidgetProperty()
225 pBarCodeWidget->SetModuleHeight(*height); in UpdateWidgetProperty()
[all …]