Searched refs:rcUnderline (Results 1 – 1 of 1) sorted by relevance
126 CPDF_Rect rcUnderline = GetUnderLineRect(word); in DrawUnderline() local127 rcUnderline.left += ptOffset.x; in DrawUnderline()128 rcUnderline.right += ptOffset.x; in DrawUnderline()129 rcUnderline.top += ptOffset.y; in DrawUnderline()130 rcUnderline.bottom += ptOffset.y; in DrawUnderline()131 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, in DrawUnderline()132 rcUnderline.right, rcUnderline.top); in DrawUnderline()378 CPDF_Rect rcUnderline = GetUnderLineRect(word); in DrawRichEdit() local379 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, in DrawRichEdit()380 rcUnderline.right, rcUnderline.top); in DrawRichEdit()[all …]