HomeSort by relevance Sort by last modified time
    Searched refs:pDevice (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/pdfium/fpdfsdk/formfiller/
cffl_button.cpp 64 CFX_RenderDevice* pDevice,
70 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal,
76 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Down,
79 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal,
86 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Rollover,
89 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal,
95 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr);
100 CFX_RenderDevice* pDevice,
102 OnDraw(pPageView, pAnnot, pDevice, mtUser2Device);
cffl_button.h 44 CFX_RenderDevice* pDevice,
48 CFX_RenderDevice* pDevice,
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 55 CFX_DefaultRenderDevice* pDevice = pOwnedDevice.get();
57 pDevice->Attach(pBitmap, !!(flags & FPDF_REVERSE_BYTE_ORDER), nullptr, false);
64 pDevice->Flush(false);
88 CFX_RenderDevice* pDevice = pContext->m_pDevice.get();
89 pDevice->Flush(false);
90 pDevice->GetBitmap()->UnPreMultiply();
104 CFX_RenderDevice* pDevice = pContext->m_pDevice.get();
105 pDevice->Flush(true);
106 pDevice->GetBitmap()->UnPreMultiply();
cpdfsdk_baannot.h 82 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
87 void DrawBorder(CFX_RenderDevice* pDevice,
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.h 25 static void DrawTextString(CFX_RenderDevice* pDevice,
36 static bool DrawTextPath(CFX_RenderDevice* pDevice,
49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
cpdf_devicebuffer.cpp 23 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);
cpdf_scaledrenderbuffer.cpp 22 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);
cpdf_rendercontext.cpp 56 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice,
59 Render(pDevice, nullptr, pOptions, pLastMatrix);
62 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice,
67 CFX_RenderDevice::StateRestorer restorer(pDevice);
72 status.Initialize(this, pDevice, pLastMatrix, pStopObj, nullptr, nullptr,
77 status.Initialize(this, pDevice, nullptr, pStopObj, nullptr, nullptr,
cpdf_devicebuffer.h 27 CFX_RenderDevice* pDevice,
cpdf_scaledrenderbuffer.h 27 CFX_RenderDevice* pDevice,
cpdf_rendercontext.h 46 void Render(CFX_RenderDevice* pDevice,
50 void Render(CFX_RenderDevice* pDevice,
cpdf_textrenderer.cpp 27 bool CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice,
53 if (!pDevice->DrawTextPath(i - startIndex,
63 if (!pDevice->DrawTextPath(CharPosList.m_nChars - startIndex,
73 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice,
109 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix,
114 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice,
155 if (!pDevice->DrawNormalText(
164 if (!pDevice->DrawNormalText(CharPosList.m_nChars - startIndex,
cpdf_progressiverenderer.h 37 CFX_RenderDevice* pDevice,
  /external/pdfium/core/fxge/dib/
cfx_imagerenderer.cpp 16 CFX_ImageRenderer::CFX_ImageRenderer(const RetainPtr<CFX_DIBitmap>& pDevice,
24 : m_pDevice(pDevice),
34 m_ClipBox = pClipRgn ? pClipRgn->GetBox() : FX_RECT(0, 0, pDevice->GetWidth(),
35 pDevice->GetHeight());
51 m_Composer.Compose(pDevice, pClipRgn, bitmap_alpha, mask_color, m_ClipBox,
80 m_Composer.Compose(pDevice, pClipRgn, bitmap_alpha, mask_color, m_ClipBox,
cfx_imagerenderer.h 26 CFX_ImageRenderer(const RetainPtr<CFX_DIBitmap>& pDevice,
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9ex.h 39 NineSwapChain9Ex_new( struct NineDevice9 *pDevice,
vertexdeclaration9.h 60 NineVertexDeclaration9_new( struct NineDevice9 *pDevice,
65 NineVertexDeclaration9_new_from_fvf( struct NineDevice9 *pDevice,
indexbuffer9.h 51 NineIndexBuffer9_new( struct NineDevice9 *pDevice,
texture9.h 43 NineTexture9_new( struct NineDevice9 *pDevice,
vertexbuffer9.h 47 NineVertexBuffer9_new( struct NineDevice9 *pDevice,
volumetexture9.h 42 NineVolumeTexture9_new( struct NineDevice9 *pDevice,
indexbuffer9.c 129 NineIndexBuffer9_new( struct NineDevice9 *pDevice,
133 NINE_DEVICE_CHILD_NEW(IndexBuffer9, ppOut, /* args */ pDevice, pDesc);
  /external/pdfium/fpdfsdk/pwl/
cpwl_caret.h 19 void DrawThisAppearance(CFX_RenderDevice* pDevice,
  /external/pdfium/xfa/fxfa/
cxfa_imagerenderer.h 24 CXFA_ImageRenderer(CFX_RenderDevice* pDevice,
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 36 CFX_RenderDevice* pDevice,
52 CFX_RenderDevice* pDevice,

Completed in 839 milliseconds

1 2 3 4 5 6