Lines Matching refs:option_flags
83 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()
908 uint32_t option_flags = pContext->m_pOptions->GetFlags(); in FPDF_RenderPage() local
909 option_flags |= RENDER_BREAKFORMASKS; in FPDF_RenderPage()
910 pContext->m_pOptions->SetFlags(option_flags); in FPDF_RenderPage()
943 uint32_t option_flags = pContext->m_pOptions->GetFlags(); in FPDF_RenderPage() local
944 option_flags |= RENDER_BREAKFORMASKS; in FPDF_RenderPage()
945 pContext->m_pOptions->SetFlags(option_flags); in FPDF_RenderPage()