Searched refs:fill_type (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 493 int fill_type = 0; in DrawBorder() local 495 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder() 497 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
|
/external/python/cpython3/Lib/test/ |
D | test_bytes.py | 707 for fill_type in (bytes, bytearray): 708 self.assertEqual(b.center(7, fill_type(b'-')), 714 for fill_type in (bytes, bytearray): 715 self.assertEqual(b.ljust(7, fill_type(b'-')), 721 for fill_type in (bytes, bytearray): 722 self.assertEqual(b.rjust(7, fill_type(b'-')),
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 89 #define GdiFillType2Gdip(fill_type) \ argument 90 (fill_type == ALTERNATE ? FillModeAlternate : FillModeWinding)
|