Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp378 CFX_PathData pathCrossout; in DrawRichEdit() local
380 pathCrossout.AppendRect(rcCrossout.left, rcCrossout.bottom, rcCrossout.right, rcCrossout.top); in DrawRichEdit()
382 pDevice->DrawPath(&pathCrossout, pUser2Device, NULL, crCurText, 0, FXFILL_WINDING); in DrawRichEdit()