Lines Matching refs:pEngine
650 CFDE_TextEditEngine* pEngine = pTxtRun->pEdtEngine; in GetDisplayPos() local
691 if (pEngine) { in GetDisplayPos()
692 wch = pEngine->GetChar(i); in GetDisplayPos()
693 iWidth = pEngine->GetWidthOfChar(i); in GetDisplayPos()
709 if (pEngine) { in GetDisplayPos()
712 wNext = pEngine->GetChar(iNext); in GetDisplayPos()
748 if (pEngine) { in GetDisplayPos()
751 wNext = pEngine->GetChar(iNext); in GetDisplayPos()
904 CFDE_TextEditEngine* pEngine = pTxtRun->pEdtEngine; in GetCharRects() local
932 if (pEngine) { in GetCharRects()
933 wch = pEngine->GetChar(i); in GetCharRects()
934 iCharSize = pEngine->GetWidthOfChar(i); in GetCharRects()