Home
last modified time | relevance | path

Searched refs:FXFILL_NOPATHSMOOTH (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp213 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
214 smooth_path |= FXFILL_NOPATHSMOOTH; in DrawPath()
Dfx_ge_text.cpp171 int nPathFlags = (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp529 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()
Dfpdf_render_text.cpp282 flag |= FXFILL_NOPATHSMOOTH; in ProcessText()
Dfpdf_render_pattern.cpp627 fillFlags |= FXFILL_NOPATHSMOOTH; in Draw()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp459 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
/external/pdfium/core/include/fxge/
Dfx_ge.h288 #define FXFILL_NOPATHSMOOTH 512 macro
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp315 …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()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp931 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()