Lines Matching refs:ptWord
17 return CPDF_Rect(word.ptWord.x, word.ptWord.y + word.fDescent * 0.5f, in GetUnderLineRect()
18 word.ptWord.x + word.fWidth, in GetUnderLineRect()
19 word.ptWord.y + word.fDescent * 0.25f); in GetUnderLineRect()
23 return CPDF_Rect(word.ptWord.x, in GetCrossoutRect()
24 word.ptWord.y + (word.fAscent + word.fDescent) * 0.5f + in GetCrossoutRect()
26 word.ptWord.x + word.fWidth, in GetCrossoutRect()
27 word.ptWord.y + (word.fAscent + word.fDescent) * 0.5f); in GetCrossoutRect()
221 CPDF_Rect rc(word.ptWord.x, line.ptLine.y + line.fLineDescent, in DrawEdit()
222 word.ptWord.x + word.fWidth, in DrawEdit()
228 pathSelBK.AppendRect(word.ptWord.x, in DrawEdit()
230 word.ptWord.x + word.fWidth, in DrawEdit()
251 ptBT = word.ptWord; in DrawEdit()
259 pDevice, CPDF_Point(word.ptWord.x + ptOffset.x, in DrawEdit()
260 word.ptWord.y + ptOffset.y), in DrawEdit()
345 pathSelBK.AppendRect(word.ptWord.x + ptOffset.x, in DrawRichEdit()
347 word.ptWord.x + word.fWidth + ptOffset.x, in DrawRichEdit()
369 ptBT = word.ptWord; in DrawRichEdit()
514 ptBT = word.ptWord; in GeneratePageObjects()
585 ptBT = word.ptWord; in GenerateRichPageObjects()