Searched refs:fill_type (Results 1 – 2 of 2) sorted by relevance
340 int fill_type = 0; in DrawBorder() local342 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()344 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
25 #define GdiFillType2Gdip(fill_type) \ argument26 (fill_type == ALTERNATE ? FillModeAlternate : FillModeWinding)