Searched defs:fCharSize (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp1456 FX_FLOAT fCharSize, fStart; local
1465 fCharSize = (FX_FLOAT)iCharSize / 20000.0f;
1473 fCharSize = fFontSize / 2.0f;
1478 rect.top -= fCharSize;
1479 fStart -= fCharSize;
1481 fStart += fCharSize;
1483 rect.height = fCharSize;
1487 rect.left -= fCharSize;
1488 fStart -= fCharSize;
1490 fStart += fCharSize;
[all...]
H A Dfx_textbreak.cpp1587 FX_FLOAT fCharSize, fStart; local
1601 fCharSize = (FX_FLOAT)iCharSize / 20000.0f;
1609 fCharSize = fFontSize / 2.0f;
1614 rect.top -= fCharSize;
1615 fStart -= fCharSize;
1617 fStart += fCharSize;
1619 rect.height = fCharSize;
1623 rect.left -= fCharSize;
1624 fStart -= fCharSize;
1626 fStart += fCharSize;
[all...]

Completed in 336 milliseconds