Searched refs:wsWideNarrowRatio (Results 1 – 1 of 1) sorted by relevance
2195 Optional<WideString> wsWideNarrowRatio = in GetBarcodeAttribute_WideNarrowRatio() local2198 if (!wsWideNarrowRatio) in GetBarcodeAttribute_WideNarrowRatio()2201 Optional<size_t> ptPos = wsWideNarrowRatio->Find(':'); in GetBarcodeAttribute_WideNarrowRatio()2203 return {static_cast<int8_t>(FXSYS_wtoi(wsWideNarrowRatio->c_str()))}; in GetBarcodeAttribute_WideNarrowRatio()2206 wsWideNarrowRatio->Right(wsWideNarrowRatio->GetLength() - (*ptPos + 1)) in GetBarcodeAttribute_WideNarrowRatio()2211 int32_t fA = FXSYS_wtoi(wsWideNarrowRatio->Left(*ptPos).c_str()); in GetBarcodeAttribute_WideNarrowRatio()