Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp114 CFX_PathData pathUnderline; in DrawUnderline() local
120pathUnderline.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
371pathUnderline.AppendRect(rcUnderline.left, rcUnderline.bottom, rcUnderline.right, rcUnderline.top); in DrawRichEdit()
373 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0, FXFILL_WINDING); in DrawRichEdit()