Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h54 #define FXFILL_NOPATHSMOOTH 512 macro
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp568 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()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp504 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp754 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()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp543 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in SetClipMask()
1448 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in RenderRasterizer()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp1186 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1411 paint.setAntiAlias((m_FillFlags & FXFILL_NOPATHSMOOTH) == 0); in SetClipMask()