Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp340 int fill_type = 0; in DrawBorder() local
342 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
344 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp25 #define GdiFillType2Gdip(fill_type) \ argument
26 (fill_type == ALTERNATE ? FillModeAlternate : FillModeWinding)