Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4917 int32_t iLeavingSpace = 0; in Str() local
4919 iLeavingSpace = iWidth - (u + iPrecision); in Str()
4921 iLeavingSpace = iWidth - (u + iPrecision + 1); in Str()
4924 while (i < iLeavingSpace) { in Str()