Lines Matching refs:pEngine
666 Engine* pEngine = pTxtRun->pEdtEngine; in GetDisplayPos() local
708 if (pEngine) { in GetDisplayPos()
709 wch = pEngine->GetChar(iAbsolute); in GetDisplayPos()
710 iWidth = pEngine->GetWidthOfChar(iAbsolute); in GetDisplayPos()
725 if (pEngine) { in GetDisplayPos()
729 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos()
763 if (pEngine) { in GetDisplayPos()
767 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos()
919 Engine* pEngine = pTxtRun->pEdtEngine; in GetCharRects() local
947 if (pEngine) { in GetCharRects()
948 wch = pEngine->GetChar(iAbsolute); in GetCharRects()
949 iCharSize = pEngine->GetWidthOfChar(iAbsolute); in GetCharRects()