Searched refs:pDevice (Results 1 - 25 of 94) sorted by relevance

1234

/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendercontext.cpp55 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, argument
58 Render(pDevice, nullptr, pOptions, pLastMatrix);
61 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, argument
66 pDevice->SaveState();
71 status.Initialize(this, pDevice, pLastMatrix, pStopObj, nullptr, nullptr,
78 pDevice->RestoreState(false);
83 status.Initialize(this, pDevice, nullptr, pStopObj, nullptr, nullptr,
90 pDevice->RestoreState(false);
94 pDevice->RestoreState(false);
H A Dcpdf_scaledrenderbuffer.cpp22 CFX_RenderDevice* pDevice,
27 m_pDevice = pDevice;
35 int horz_size = pDevice->GetDeviceCaps(FXDC_HORZ_SIZE);
36 int vert_size = pDevice->GetDeviceCaps(FXDC_VERT_SIZE);
39 pDevice->GetDeviceCaps(FXDC_PIXEL_WIDTH) * 254 / (horz_size * 10);
41 pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10);
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_devicebuffer.cpp23 CFX_RenderDevice* pDevice,
27 m_pDevice = pDevice;
33 int horz_size = pDevice->GetDeviceCaps(FXDC_HORZ_SIZE);
34 int vert_size = pDevice->GetDeviceCaps(FXDC_VERT_SIZE);
37 pDevice->GetDeviceCaps(FXDC_PIXEL_WIDTH) * 254 / (horz_size * 10);
39 pDevice->GetDeviceCaps(FXDC_PIXEL_HEIGHT) * 254 / (vert_size * 10);
22 Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect, const CPDF_PageObject* pObj, int max_dpi) argument
H A Dcpdf_textrenderer.h25 static void DrawTextString(CFX_RenderDevice* pDevice,
36 static bool DrawTextPath(CFX_RenderDevice* pDevice,
49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
H A Dcpdf_devicebuffer.h24 CFX_RenderDevice* pDevice,
H A Dcpdf_scaledrenderbuffer.h26 CFX_RenderDevice* pDevice,
H A Dcpdf_rendercontext.h41 void Render(CFX_RenderDevice* pDevice,
45 void Render(CFX_RenderDevice* pDevice,
H A Dcpdf_textrenderer.cpp19 bool CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, argument
46 if (!pDevice->DrawTextPath(i - startIndex,
57 if (!pDevice->DrawTextPath(CharPosList.m_nChars - startIndex,
67 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice, argument
103 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix,
108 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice, argument
151 if (!pDevice->DrawNormalText(
161 if (!pDevice->DrawNormalText(CharPosList.m_nChars - startIndex,
H A Dcpdf_progressiverenderer.h37 CFX_RenderDevice* pDevice,
H A Dcpdf_progressiverenderer.cpp19 CFX_RenderDevice* pDevice,
23 m_pDevice(pDevice),
17 CPDF_ProgressiveRenderer( CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CPDF_RenderOptions* pOptions) argument
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_pushbutton.cpp34 CFX_RenderDevice* pDevice,
36 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
32 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
H A Dcffl_pushbutton.h23 CFX_RenderDevice* pDevice,
H A Dcffl_formfiller.cpp86 CFX_RenderDevice* pDevice,
93 pWnd->DrawAppearance(pDevice, &mt);
97 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
104 CFX_RenderDevice* pDevice,
107 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
652 CFX_RenderDevice* pDevice,
660 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
666 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Down, nullptr);
668 pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal,
672 pWidget->DrawAppearance(pDevice, pUser2Devic
84 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
102 OnDrawDeactive(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
650 OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
682 OnDrawDeactive(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.h35 void Annot_OnDraw(CFX_RenderDevice* pDevice,
83 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
88 void DrawBorder(CFX_RenderDevice* pDevice,
H A Dfpdf_progressive.cpp49 CFX_FxgeDevice* pDevice = new CFX_FxgeDevice; local
50 pContext->m_pDevice.reset(pDevice);
52 pDevice->Attach(pBitmap, !!(flags & FPDF_REVERSE_BYTE_ORDER), nullptr, false);
H A Dcpdfsdk_pageview.h28 void PageView_OnDraw(CFX_RenderDevice* pDevice,
33 void PageView_OnDraw(CFX_RenderDevice* pDevice,
H A Dcpdfsdk_annot.cpp76 void CPDFSDK_Annot::Annot_OnDraw(CFX_RenderDevice* pDevice, argument
H A Dcpdfsdk_annot.h44 virtual void Annot_OnDraw(CFX_RenderDevice* pDevice,
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist.h36 CFX_RenderDevice* pDevice,
52 CFX_RenderDevice* pDevice,
H A Dcpdf_annotlist.cpp106 CFX_RenderDevice* pDevice,
148 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix,
150 pAnnot->DrawBorder(pDevice, &matrix, pOptions);
156 CFX_RenderDevice* pDevice,
164 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, false,
168 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, true,
105 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
155 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
H A Dcpdf_annot.h89 CFX_RenderDevice* pDevice,
99 void DrawBorder(CFX_RenderDevice* pDevice,
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.h95 static void DrawFillRect(CFX_RenderDevice* pDevice,
100 static void DrawFillRect(CFX_RenderDevice* pDevice,
104 static void DrawStrokeRect(CFX_RenderDevice* pDevice,
109 static void DrawStrokeLine(CFX_RenderDevice* pDevice,
115 static void DrawBorder(CFX_RenderDevice* pDevice,
124 static void DrawFillArea(CFX_RenderDevice* pDevice,
129 static void DrawShadow(CFX_RenderDevice* pDevice,
H A DPWL_ScrollBar.cpp234 void CPWL_SBButton::DrawThisAppearance(CFX_RenderDevice* pDevice, argument
248 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device);
265 pDevice->DrawPath(&path, pUser2Device, nullptr,
285 pDevice->DrawPath(&path, pUser2Device, nullptr,
299 CPWL_Utils::DrawStrokeRect(pDevice, pUser2Device, rcDraw,
305 CPWL_Utils::DrawStrokeRect(pDevice, pUser2Device, rcDraw,
314 CPWL_Utils::DrawShadow(pDevice, pUser2Device, true, false, rcDraw,
317 CPWL_Utils::DrawFillRect(pDevice, pUser2Device, rcDraw,
335 pDevice, pUser2Device, pts, 7,
339 pDevice, pUser2Devic
662 DrawThisAppearance(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device) argument
[all...]
H A DPWL_Caret.h29 void DrawThisAppearance(CFX_RenderDevice* pDevice,
/external/vulkan-validation-layers/layers/
H A Dswapchain.h166 SwpDevice *pDevice; member in struct:SwpPhysicalDevice
244 SwpDevice *pDevice; member in struct:SwpSwapchain
261 SwpDevice *pDevice; member in struct:SwpQueue

Completed in 158 milliseconds

1234