Searched refs:FXFILL_NOPATHSMOOTH (Results 1 – 7 of 7) sorted by relevance
56 #define FXFILL_NOPATHSMOOTH 512 macro
595 if (fill_mode & FXFILL_NOPATHSMOOTH) in DrawPathWithBlend()596 smooth_path |= FXFILL_NOPATHSMOOTH; in DrawPathWithBlend()905 (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
495 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
777 fillFlags |= FXFILL_NOPATHSMOOTH; in Draw()1324 FillType |= FXFILL_NOPATHSMOOTH; in ProcessPath()1453 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath()1473 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath()1820 flag |= FXFILL_NOPATHSMOOTH; in ProcessText()
1217 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in SetClipMask()1294 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in RenderRasterizer()
1229 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
1792 paint.setAntiAlias((m_FillFlags & FXFILL_NOPATHSMOOTH) == 0); in SetClipMask()