Home
last modified time | relevance | path

Searched refs:option_flags (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfview.cpp83 uint32_t option_flags = pContext->m_pOptions->GetFlags(); in RenderPageImpl() local
85 option_flags |= RENDER_CLEARTYPE; in RenderPageImpl()
87 option_flags &= ~RENDER_CLEARTYPE; in RenderPageImpl()
90 option_flags |= RENDER_NO_NATIVETEXT; in RenderPageImpl()
92 option_flags |= RENDER_LIMITEDIMAGECACHE; in RenderPageImpl()
94 option_flags |= RENDER_FORCE_HALFTONE; in RenderPageImpl()
97 option_flags |= RENDER_NOTEXTSMOOTH; in RenderPageImpl()
99 option_flags |= RENDER_NOIMAGESMOOTH; in RenderPageImpl()
101 option_flags |= RENDER_NOPATHSMOOTH; in RenderPageImpl()
103 pContext->m_pOptions->SetFlags(option_flags); in RenderPageImpl()
[all …]
Dfpdfformfill.cpp178 uint32_t option_flags = options.GetFlags(); in FFLCommon() local
180 option_flags |= RENDER_CLEARTYPE; in FFLCommon()
182 option_flags &= ~RENDER_CLEARTYPE; in FFLCommon()
183 options.SetFlags(option_flags); in FFLCommon()
/external/pcre/pcrecpp/include/
Dpcrecpp.h376 RE_Options(int option_flags) in RE_Options() argument
380 all_options_(option_flags) { in RE_Options()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1898 uint32_t option_flags = options.GetFlags(); in ProcessType3Text() local
1899 option_flags |= RENDER_FORCE_HALFTONE | RENDER_RECT_AA; in ProcessType3Text()
1900 option_flags &= ~RENDER_FORCE_DOWNSAMPLE; in ProcessType3Text()
1901 options.SetFlags(option_flags); in ProcessType3Text()