Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp1879 CFX_WideString wsThickness; in Script_Som_BorderWidth() local
1883 wsThickness = CFX_WideString::FromUTF8(bsValue, bsValue.GetLength()); in Script_Som_BorderWidth()
1886 CXFA_Measurement thickness(wsThickness); in Script_Som_BorderWidth()
1892 thickness.ToString(wsThickness); in Script_Som_BorderWidth()
1893 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsThickness)); in Script_Som_BorderWidth()