Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2201 Optional<size_t> ptPos = wsWideNarrowRatio->Find(':'); in GetBarcodeAttribute_WideNarrowRatio() local
2202 if (!ptPos) 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()