Searched refs:FXFILL_FULLCOVER (Results 1 – 6 of 6) sorted by relevance
49 #define FXFILL_FULLCOVER 4 macro
1324 !!(fill_mode & FXFILL_FULLCOVER), false)) { in DrawPath()1342 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout); in DrawPath()1366 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout); in DrawPath()
722 m_fillFullCover = !!(fill_mode & FXFILL_FULLCOVER); in DrawPath()1912 if (fill_mode & FXFILL_FULLCOVER) in DrawPath()
1005 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
1232 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
775 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()1322 FillType |= FXFILL_FULLCOVER; in ProcessPath()