Home
last modified time | relevance | path

Searched refs:rcUnderline (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp126 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()
[all …]