Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/varLib/
D__init__.py853 widthValue = min(max(location["wdth"], 50), 200)
855 models.piecewiseLinearMap(widthValue, WDTH_VALUE_TO_OS2_WIDTH_CLASS)
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp4113 std::unique_ptr<CFXJSE_Value> widthValue = GetSimpleValue(pThis, args, 1); in Str() local
4114 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()