Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h151 bool GetBarcodeAttribute_WideNarrowRatio(FX_FLOAT& val);
Dcxfa_widgetdata.cpp1396 bool CXFA_WidgetData::GetBarcodeAttribute_WideNarrowRatio(FX_FLOAT& val) { in GetBarcodeAttribute_WideNarrowRatio() function in CXFA_WidgetData
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp213 if (pAcc->GetBarcodeAttribute_WideNarrowRatio(floatVal)) { in UpdateWidgetProperty()