Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3180 CFX_ByteString strFirstUnit; in UnitValue() local
3185 strFirstUnit += pData[u]; in UnitValue()
3188 strFirstUnit.MakeLower(); in UnitValue()
3219 strUnit = strFirstUnit; in UnitValue()
3223 if (strFirstUnit == "in" || strFirstUnit == "inches") { in UnitValue()
3234 } else if (strFirstUnit == "mm" || strFirstUnit == "millimeters") { in UnitValue()
3245 } else if (strFirstUnit == "cm" || strFirstUnit == "centimeters") { in UnitValue()
3256 } else if (strFirstUnit == "pt" || strFirstUnit == "points") { in UnitValue()
3267 } else if (strFirstUnit == "mp" || strFirstUnit == "millipoints") { in UnitValue()