Lines Matching refs:rcUnderline
126 CPDF_Rect rcUnderline = GetUnderLineRect(word); in DrawUnderline() local
127 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() local
379 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, in DrawRichEdit()
380 rcUnderline.right, rcUnderline.top); in DrawRichEdit()
593 CPDF_Rect rcUnderline = GetUnderLineRect(word); in GenerateRichPageObjects() local
594 rcUnderline.left += ptOffset.x; in GenerateRichPageObjects()
595 rcUnderline.right += ptOffset.x; in GenerateRichPageObjects()
596 rcUnderline.top += ptOffset.y; in GenerateRichPageObjects()
597 rcUnderline.bottom += ptOffset.y; in GenerateRichPageObjects()
599 AddRectToPageObjects(pPageObjects, crCurText, rcUnderline); in GenerateRichPageObjects()
648 CPDF_Rect rcUnderline = GetUnderLineRect(word); in GenerateUnderlineObjects() local
649 rcUnderline.left += ptOffset.x; in GenerateUnderlineObjects()
650 rcUnderline.right += ptOffset.x; in GenerateUnderlineObjects()
651 rcUnderline.top += ptOffset.y; in GenerateUnderlineObjects()
652 rcUnderline.bottom += ptOffset.y; in GenerateUnderlineObjects()
653 AddRectToPageObjects(pPageObjects, color, rcUnderline); in GenerateUnderlineObjects()