Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h56 #define FXFILL_NOPATHSMOOTH 512 macro
Dcfx_renderdevice.cpp595 if (fill_mode & FXFILL_NOPATHSMOOTH) in DrawPathWithBlend()
596 smooth_path |= FXFILL_NOPATHSMOOTH; in DrawPathWithBlend()
905 (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp495 fill_type |= FXFILL_NOPATHSMOOTH; in DrawBorder()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp777 fillFlags |= FXFILL_NOPATHSMOOTH; in Draw()
1324 FillType |= FXFILL_NOPATHSMOOTH; in ProcessPath()
1453 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath()
1473 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath()
1820 flag |= FXFILL_NOPATHSMOOTH; in ProcessText()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1217 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in SetClipMask()
1294 (m_FillFlags & FXFILL_NOPATHSMOOTH) != 0); in RenderRasterizer()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp1229 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1792 paint.setAntiAlias((m_FillFlags & FXFILL_NOPATHSMOOTH) == 0); in SetClipMask()