Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp131 XFA_Unit CXFA_Measurement::GetUnitFromString(const WideStringView& wsUnit) { in GetUnitFromString() argument
132 if (wsUnit == L"mm") in GetUnitFromString()
134 if (wsUnit == L"pt") in GetUnitFromString()
136 if (wsUnit == L"in") in GetUnitFromString()
138 if (wsUnit == L"cm") in GetUnitFromString()
140 if (wsUnit == L"pc") in GetUnitFromString()
142 if (wsUnit == L"mp") in GetUnitFromString()
144 if (wsUnit == L"em") in GetUnitFromString()
146 if (wsUnit == L"%") in GetUnitFromString()
Dcxfa_measurement.h20 static XFA_Unit GetUnitFromString(const WideStringView& wsUnit);