Searched refs:FXFILL_NOPATHSMOOTH (Results 1 – 7 of 7) sorted by relevance
54 #define FXFILL_NOPATHSMOOTH 512 macro
568 if (fill_mode & FXFILL_NOPATHSMOOTH) in DrawPathWithBlend()569 smooth_path |= FXFILL_NOPATHSMOOTH; in DrawPathWithBlend()886 (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
504 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
754 fillFlags |= FXFILL_NOPATHSMOOTH; in Draw()1285 FillType |= FXFILL_NOPATHSMOOTH; in ProcessPath()1421 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath()1441 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath()1783 flag |= FXFILL_NOPATHSMOOTH; in ProcessText()
543 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in SetClipMask()1448 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in RenderRasterizer()
1186 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
1411 paint.setAntiAlias((m_FillFlags & FXFILL_NOPATHSMOOTH) == 0); in SetClipMask()