Searched refs:FXFILL_FULLCOVER (Results 1 – 6 of 6) sorted by relevance
47 #define FXFILL_FULLCOVER 4 macro
1477 !!(fill_mode & FXFILL_FULLCOVER), false, 0, in DrawPath()1495 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout, in DrawPath()1522 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout, 0, in DrawPath()
1016 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
1189 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
699 m_fillFullCover = !!(fill_mode & FXFILL_FULLCOVER); in DrawPath()1532 if (fill_mode & FXFILL_FULLCOVER) in DrawPath()
752 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()1283 FillType |= FXFILL_FULLCOVER; in ProcessPath()