Searched refs:pathUnderline (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 125 CFX_PathData pathUnderline; in DrawUnderline() local 131 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, in DrawUnderline() 134 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, color, 0, in DrawUnderline() 377 CFX_PathData pathUnderline; in DrawRichEdit() local 379 pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, in DrawRichEdit() 382 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0, in DrawRichEdit()
|