Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp705 int32_t iAbsolute = i + pTxtRun->iStart; in GetDisplayPos() local
709 wch = pEngine->GetChar(iAbsolute); in GetDisplayPos()
710 iWidth = pEngine->GetWidthOfChar(iAbsolute); in GetDisplayPos()
946 int32_t iAbsolute = i + pTxtRun->iStart; in GetCharRects() local
948 wch = pEngine->GetChar(iAbsolute); in GetCharRects()
949 iCharSize = pEngine->GetWidthOfChar(iAbsolute); in GetCharRects()