Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1210 FX_FORMCHAR formChars[3]; in GetDisplayPos() local
1371 formChars[0].wch = wch; in GetDisplayPos()
1372 formChars[0].wForm = wForm; in GetDisplayPos()
1373 formChars[0].iWidth = iCharWidth; in GetDisplayPos()
1375 formChars[1].wForm = 0x0651; in GetDisplayPos()
1378 formChars[1].iWidth = iCharWidth; in GetDisplayPos()
1379 formChars[2].wForm = 0x0670; in GetDisplayPos()
1382 formChars[2].iWidth = iCharWidth; in GetDisplayPos()
1385 wForm = (FX_WCHAR)formChars[j].wForm; in GetDisplayPos()
1386 iCharWidth = formChars[j].iWidth; in GetDisplayPos()
[all …]