Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Drender_defines.h40 #define FXFILL_NOPATHSMOOTH 512 macro
Dcfx_renderdevice.cpp592 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()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp426 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()
Dcpdf_rendershading.cpp711 fillFlags |= FXFILL_NOPATHSMOOTH; in Draw()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp520 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1244 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in SetClipMask()
1323 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in RenderRasterizer()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp888 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1928 paint.setAntiAlias((m_FillFlags & FXFILL_NOPATHSMOOTH) == 0); in SetClipMask()