Searched defs:pOptions (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/fpdfapi/render/
H A Dcpdf_progressiverenderer.cpp23 const CPDF_RenderOptions* pOptions)
27 m_pOptions(pOptions),
20 CPDF_ProgressiveRenderer( CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CPDF_RenderOptions* pOptions) argument
H A Dcpdf_rendercontext.cpp36 const CPDF_RenderOptions* pOptions,
43 Render(&device, pObj, pOptions, pFinalMatrix);
57 const CPDF_RenderOptions* pOptions,
59 Render(pDevice, nullptr, pOptions, pLastMatrix);
64 const CPDF_RenderOptions* pOptions,
73 pOptions, layer.m_pObjectHolder->m_iTransparency, false,
78 pOptions, layer.m_pObjectHolder->m_iTransparency, false,
34 GetBackground(const RetainPtr<CFX_DIBitmap>& pBuffer, const CPDF_PageObject* pObj, const CPDF_RenderOptions* pOptions, CFX_Matrix* pFinalMatrix) argument
56 Render(CFX_RenderDevice* pDevice, const CPDF_RenderOptions* pOptions, const CFX_Matrix* pLastMatrix) argument
62 Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj, const CPDF_RenderOptions* pOptions, const CFX_Matrix* pLastMatrix) argument
H A Dcpdf_scaledrenderbuffer.cpp25 const CPDF_RenderOptions* pOptions,
70 pOptions, &m_Matrix);
21 Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const FX_RECT& pRect, const CPDF_PageObject* pObj, const CPDF_RenderOptions* pOptions, int max_dpi) argument
H A Dcpdf_textrenderer.cpp82 const CPDF_RenderOptions* pOptions) {
110 fill_argb, pOptions);
121 const CPDF_RenderOptions* pOptions) {
127 if (pOptions) {
128 if (pOptions->HasFlag(RENDER_CLEARTYPE)) {
130 if (pOptions->HasFlag(RENDER_BGR_STRIPE))
133 if (pOptions->HasFlag(RENDER_NOTEXTSMOOTH))
135 if (pOptions->HasFlag(RENDER_PRINTGRAPHICTEXT))
137 if (pOptions->HasFlag(RENDER_NO_NATIVETEXT))
139 if (pOptions
73 DrawTextString(CFX_RenderDevice* pDevice, float origin_x, float origin_y, CPDF_Font* pFont, float font_size, const CFX_Matrix* pMatrix, const ByteString& str, FX_ARGB fill_argb, const CFX_GraphStateData* pGraphState, const CPDF_RenderOptions* pOptions) argument
114 DrawNormalText(CFX_RenderDevice* pDevice, const std::vector<uint32_t>& charCodes, const std::vector<float>& charPos, CPDF_Font* pFont, float font_size, const CFX_Matrix* pText2Device, FX_ARGB fill_argb, const CPDF_RenderOptions* pOptions) argument
[all...]
H A Dcpdf_renderstatus.cpp1017 const CPDF_RenderOptions* pOptions,
1033 if (pOptions) {
1034 m_Options = *pOptions;
1011 Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CFX_Matrix* pDeviceMatrix, const CPDF_PageObject* pStopObj, const CPDF_RenderStatus* pParentState, const CPDF_GraphicStates* pInitialStates, const CPDF_RenderOptions* pOptions, int transparency, bool bDropObjects, CPDF_Dictionary* pFormResource, bool bStdCS, CPDF_Type3Char* pType3Char, FX_ARGB fill_color, uint32_t GroupFamily, bool bLoadMask) argument
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist.cpp168 CPDF_RenderOptions* pOptions,
185 if (pOptions) {
187 if (pOptions->GetOCContext() && pAnnotDict &&
188 !pOptions->GetOCContext()->CheckOCGVisible(
205 CPDF_Annot::Normal, pOptions)) {
206 pAnnot->DrawBorder(pDevice, &matrix, pOptions);
217 CPDF_RenderOptions* pOptions,
221 pOptions, pClipRect);
225 pOptions, pClipRect);
234 CPDF_RenderOptions* pOptions) {
162 DisplayPass(CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext, bool bPrinting, const CFX_Matrix* pMatrix, bool bWidgetPass, CPDF_RenderOptions* pOptions, FX_RECT* clip_rect) argument
211 DisplayAnnots(CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext, bool bPrinting, const CFX_Matrix* pUser2Device, uint32_t dwAnnotFlags, CPDF_RenderOptions* pOptions, FX_RECT* pClipRect) argument
229 DisplayAnnots(CPDF_Page* pPage, CPDF_RenderContext* pContext, bool bPrinting, const CFX_Matrix* pMatrix, bool bShowWidget, CPDF_RenderOptions* pOptions) argument
[all...]
H A Dcpdf_formcontrol.cpp166 const CPDF_RenderOptions* pOptions) {
186 context.Render(pDevice, pOptions, nullptr);
162 DrawControl(CFX_RenderDevice* pDevice, CFX_Matrix* pMatrix, CPDF_Page* pPage, CPDF_Annot::AppearanceMode mode, const CPDF_RenderOptions* pOptions) argument
H A Dcpdf_annot.cpp355 const CPDF_RenderOptions* pOptions) {
373 context.Render(pDevice, pOptions, nullptr);
402 const CPDF_RenderOptions* pOptions) {
411 (pOptions && (pOptions->HasFlag(RENDER_PRINTPREVIEW)));
494 if (pOptions && (pOptions->HasFlag(RENDER_NOPATHSMOOTH)))
351 DrawAppearance(CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_Matrix& mtUser2Device, AppearanceMode mode, const CPDF_RenderOptions* pOptions) argument
400 DrawBorder(CFX_RenderDevice* pDevice, const CFX_Matrix* pUser2Device, const CPDF_RenderOptions* pOptions) argument
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_pageview.cpp79 CPDF_RenderOptions* pOptions,
82 CPDF_RenderOptions* pOptions) {
121 pOptions->GetDrawAnnots());
76 PageView_OnDraw(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, CPDF_RenderOptions* pOptions, const FX_RECT& pClip) argument
H A Dcpdfsdk_baannot.cpp66 const CPDF_RenderOptions* pOptions) {
68 mode, pOptions);
96 const CPDF_RenderOptions* pOptions) {
97 m_pAnnot->DrawBorder(pDevice, pUser2Device, pOptions);
63 DrawAppearance(CFX_RenderDevice* pDevice, const CFX_Matrix& mtUser2Device, CPDF_Annot::AppearanceMode mode, const CPDF_RenderOptions* pOptions) argument
94 DrawBorder(CFX_RenderDevice* pDevice, const CFX_Matrix* pUser2Device, const CPDF_RenderOptions* pOptions) argument
H A Dcpdfsdk_widget.cpp807 const CPDF_RenderOptions* pOptions) {
827 CPDFSDK_BAAnnot::DrawAppearance(pDevice, mtUser2Device, mode, pOptions);
804 DrawAppearance(CFX_RenderDevice* pDevice, const CFX_Matrix& mtUser2Device, CPDF_Annot::AppearanceMode mode, const CPDF_RenderOptions* pOptions) argument
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 759 milliseconds