Lines Matching refs:ptWord
18 return CPDF_Rect(word.ptWord.x, word.ptWord.y + word.fDescent * 0.5f, in GetUnderLineRect()
19 word.ptWord.x + word.fWidth, word.ptWord.y + word.fDescent * 0.25f); in GetUnderLineRect()
24 …return CPDF_Rect(word.ptWord.x, word.ptWord.y + (word.fAscent + word.fDescent) * 0.5f + word.fDesc… in GetCrossoutRect()
25 word.ptWord.x + word.fWidth, word.ptWord.y + (word.fAscent + word.fDescent) * 0.5f); in GetCrossoutRect()
214 CPDF_Rect rc(word.ptWord.x,line.ptLine.y + line.fLineDescent, in DrawEdit()
215 word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent); in DrawEdit()
224 pathSelBK.AppendRect(word.ptWord.x,line.ptLine.y + line.fLineDescent, in DrawEdit()
225 word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent); in DrawEdit()
244 ptBT = word.ptWord; in DrawEdit()
252 …DrawTextString(pDevice,CPDF_Point(word.ptWord.x+ptOffset.x, word.ptWord.y+ptOffset.y), pFontMap->G… in DrawEdit()
341 pathSelBK.AppendRect(word.ptWord.x + ptOffset.x, in DrawRichEdit()
343 word.ptWord.x+word.fWidth + ptOffset.x, in DrawRichEdit()
361 ptBT = word.ptWord; in DrawRichEdit()
491 ptBT = word.ptWord; in GeneratePageObjects()
560 ptBT = word.ptWord; in GenerateRichPageObjects()