Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp862 CFX_Rect rtBox; in GetDisplayPos() local
863 if (pFont->GetCharBBox(wLast, &rtBox)) in GetDisplayPos()
864 pCharPos->m_Origin.y -= fFontSize * rtBox.height / iMaxHeight; in GetDisplayPos()