Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp502 int fill_type = 0; in DrawBorder() local
504 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
506 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp31 #define GdiFillType2Gdip(fill_type) \ argument
32 (fill_type == ALTERNATE ? FillModeAlternate : FillModeWinding)