Searched refs:FXFILL_NOPATHSMOOTH (Results 1 – 9 of 9) sorted by relevance
213 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()214 smooth_path |= FXFILL_NOPATHSMOOTH; in DrawPath()
171 int nPathFlags = (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
529 FillType |= FXFILL_NOPATHSMOOTH; in ProcessPath()660 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath()684 fill_mode |= FXFILL_NOPATHSMOOTH; in DrawClipPath()713 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath()
282 flag |= FXFILL_NOPATHSMOOTH; in ProcessText()
627 fillFlags |= FXFILL_NOPATHSMOOTH; in Draw()
459 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
288 #define FXFILL_NOPATHSMOOTH 512 macro
315 …agg::render_scanlines(rasterizer, scanline, final_render, (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0… in SetClipMask()1120 agg::render_scanlines(rasterizer, scanline, render, (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in RenderRasterizer()
931 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()