Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1586 int32_t iCharSize; in GetCharRects() local
1596 iCharSize = pAccess->GetWidth(pIdentity, i); in GetCharRects()
1599 iCharSize = *pWidths++; in GetCharRects()
1601 fCharSize = (FX_FLOAT)iCharSize / 20000.0f; in GetCharRects()
1608 iCharSize = iFontSize * 500; in GetCharRects()
Dfx_rtfbreak.cpp1455 int32_t iCharSize; in GetCharRects() local
1464 iCharSize = *pWidths++; in GetCharRects()
1465 fCharSize = (FX_FLOAT)iCharSize / 20000.0f; in GetCharRects()
1472 iCharSize = iFontSize * 500; in GetCharRects()