Searched refs:wsWideNarrowRatio (Results 1 – 1 of 1) sorted by relevance
1398 CFX_WideString wsWideNarrowRatio; in GetBarcodeAttribute_WideNarrowRatio() local1399 if (pUIChild->TryCData(XFA_ATTRIBUTE_WideNarrowRatio, wsWideNarrowRatio)) { in GetBarcodeAttribute_WideNarrowRatio()1400 FX_STRSIZE ptPos = wsWideNarrowRatio.Find(':'); in GetBarcodeAttribute_WideNarrowRatio()1403 fRatio = (FX_FLOAT)FXSYS_wtoi(wsWideNarrowRatio.c_str()); in GetBarcodeAttribute_WideNarrowRatio()1406 fA = FXSYS_wtoi(wsWideNarrowRatio.Left(ptPos).c_str()); in GetBarcodeAttribute_WideNarrowRatio()1407 fB = FXSYS_wtoi(wsWideNarrowRatio.Mid(ptPos + 1).c_str()); in GetBarcodeAttribute_WideNarrowRatio()