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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/fpdfapi/render/
cpdf_rendercontext.cpp 55 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice,
58 Render(pDevice, nullptr, pOptions, pLastMatrix);
61 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice,
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);
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_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_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_devicebuffer.h 24 CFX_RenderDevice* pDevice,
cpdf_scaledrenderbuffer.h 26 CFX_RenderDevice* pDevice,
cpdf_rendercontext.h 41 void Render(CFX_RenderDevice* pDevice,
45 void Render(CFX_RenderDevice* pDevice,
cpdf_textrenderer.cpp 19 bool CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice,
46 if (!pDevice->DrawTextPath(i - startIndex,
57 if (!pDevice->DrawTextPath(CharPosList.m_nChars - startIndex,
67 void CPDF_TextRenderer::DrawTextString(CFX_RenderDevice* pDevice,
103 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix,
108 bool CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice* pDevice,
151 if (!pDevice->DrawNormalText(
161 if (!pDevice->DrawNormalText(CharPosList.m_nChars - startIndex,
cpdf_progressiverenderer.h 37 CFX_RenderDevice* pDevice,
  /external/pdfium/fpdfsdk/formfiller/
cffl_pushbutton.cpp 34 CFX_RenderDevice* pDevice,
36 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
cffl_pushbutton.h 23 CFX_RenderDevice* pDevice,
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Utils.h 95 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,
PWL_ScrollBar.cpp 234 void CPWL_SBButton::DrawThisAppearance(CFX_RenderDevice* pDevice,
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, pUser2Device, pts, 7
    [all...]
PWL_Caret.h 29 void DrawThisAppearance(CFX_RenderDevice* pDevice,
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 35 void Annot_OnDraw(CFX_RenderDevice* pDevice,
83 virtual void DrawAppearance(CFX_RenderDevice* pDevice,
88 void DrawBorder(CFX_RenderDevice* pDevice,
fpdf_progressive.cpp 49 CFX_FxgeDevice* pDevice = new CFX_FxgeDevice;
50 pContext->m_pDevice.reset(pDevice);
52 pDevice->Attach(pBitmap, !!(flags & FPDF_REVERSE_BYTE_ORDER), nullptr, false);
cpdfsdk_annot.h 44 virtual void Annot_OnDraw(CFX_RenderDevice* 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 52 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,
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 36 CFX_RenderDevice* pDevice,
52 CFX_RenderDevice* pDevice,
  /external/vulkan-validation-layers/layers/
swapchain.h 166 SwpDevice *pDevice;
244 SwpDevice *pDevice;
261 SwpDevice *pDevice;

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 91011>>