Searched refs:wsWideNarrowRatio (Results 1 – 1 of 1) sorted by relevance
2706 CFX_WideString wsWideNarrowRatio; in GetBarcodeAttribute_WideNarrowRatio() local2707 if (pUIChild->TryCData(XFA_ATTRIBUTE_WideNarrowRatio, wsWideNarrowRatio)) { in GetBarcodeAttribute_WideNarrowRatio()2708 FX_STRSIZE ptPos = wsWideNarrowRatio.Find(':'); in GetBarcodeAttribute_WideNarrowRatio()2711 fRatio = (FX_FLOAT)FXSYS_wtoi(wsWideNarrowRatio); in GetBarcodeAttribute_WideNarrowRatio()2714 fA = FXSYS_wtoi(wsWideNarrowRatio.Left(ptPos)); in GetBarcodeAttribute_WideNarrowRatio()2715 fB = FXSYS_wtoi(wsWideNarrowRatio.Mid(ptPos + 1)); in GetBarcodeAttribute_WideNarrowRatio()