Lines Matching refs:intVal
176 int32_t intVal; in UpdateWidgetProperty() local
180 if (pAcc->GetBarcodeAttribute_CharEncoding(intVal)) { in UpdateWidgetProperty()
181 pBarCodeWidget->SetCharEncoding((BC_CHAR_ENCODING)intVal); in UpdateWidgetProperty()
186 if (pAcc->GetBarcodeAttribute_DataLength(intVal)) { in UpdateWidgetProperty()
187 pBarCodeWidget->SetDataLength(intVal); in UpdateWidgetProperty()
195 if (pAcc->GetBarcodeAttribute_ECLevel(intVal)) { in UpdateWidgetProperty()
196 pBarCodeWidget->SetErrorCorrectionLevel(intVal); in UpdateWidgetProperty()
198 if (pAcc->GetBarcodeAttribute_ModuleWidth(intVal)) { in UpdateWidgetProperty()
199 pBarCodeWidget->SetModuleWidth(intVal); in UpdateWidgetProperty()
201 if (pAcc->GetBarcodeAttribute_ModuleHeight(intVal)) { in UpdateWidgetProperty()
202 pBarCodeWidget->SetModuleHeight(intVal); in UpdateWidgetProperty()
207 if (pAcc->GetBarcodeAttribute_TextLocation(intVal)) { in UpdateWidgetProperty()
208 pBarCodeWidget->SetTextLocation((BC_TEXT_LOC)intVal); in UpdateWidgetProperty()