Searched refs:pathUnderline (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 114 CFX_PathData pathUnderline; in DrawUnderline() local 120 …pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, rcUnderline.right, rcUnderline.top); in DrawUnderline() 122 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, color, 0, FXFILL_WINDING); in DrawUnderline() 369 CFX_PathData pathUnderline; in DrawRichEdit() local 371 …pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, rcUnderline.right, rcUnderline.top); in DrawRichEdit() 373 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0, FXFILL_WINDING); in DrawRichEdit()
|