Searched refs:FXFILL_NOPATHSMOOTH (Results 1 – 8 of 8) sorted by relevance
40 #define FXFILL_NOPATHSMOOTH 512 macro
592 if (fill_mode & FXFILL_NOPATHSMOOTH) in DrawPathWithBlend()593 smooth_path |= FXFILL_NOPATHSMOOTH; in DrawPathWithBlend()885 (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
426 FillType |= FXFILL_NOPATHSMOOTH; in ProcessPath()559 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath()590 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath()930 flag |= FXFILL_NOPATHSMOOTH; in ProcessText()
711 fillFlags |= FXFILL_NOPATHSMOOTH; in Draw()
520 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
1244 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in SetClipMask()1323 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in RenderRasterizer()
888 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
1928 paint.setAntiAlias((m_FillFlags & FXFILL_NOPATHSMOOTH) == 0); in SetClipMask()