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

12 3 4 5 6

  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9ex.c 105 NineSwapChain9Ex_new( struct NineDevice9 *pDevice,
114 NINE_DEVICE_CHILD_NEW(SwapChain9Ex, ppOut, pDevice, /* args */
vertexbuffer9.c 121 NineVertexBuffer9_new( struct NineDevice9 *pDevice,
125 NINE_DEVICE_CHILD_NEW(VertexBuffer9, ppOut, /* args */ pDevice, pDesc);
cubetexture9.h 43 NineCubeTexture9_new( struct NineDevice9 *pDevice,
volume9.h 66 NineVolume9_new( struct NineDevice9 *pDevice,
pixelshader9.h 117 NinePixelShader9_new( struct NineDevice9 *pDevice,
vertexshader9.h 121 NineVertexShader9_new( struct NineDevice9 *pDevice,
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp 163 CFX_RenderDevice* pDevice,
204 } else if (!pAnnot->DrawAppearance(pPage, pDevice, matrix,
206 pAnnot->DrawBorder(pDevice, &matrix, pOptions);
212 CFX_RenderDevice* pDevice,
220 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, false,
224 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, true,
cpdf_annot.h 83 CFX_RenderDevice* pDevice,
93 void DrawBorder(CFX_RenderDevice* pDevice,
cpdf_annot.cpp 352 CFX_RenderDevice* pDevice,
373 context.Render(pDevice, pOptions, nullptr);
400 void CPDF_Annot::DrawBorder(CFX_RenderDevice* pDevice,
410 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER ||
497 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type);
  /external/pdfium/fpdfsdk/pwl/
cpwl_list_box.cpp 98 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice,
100 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device);
123 CPWL_EditImpl::DrawEdit(pDevice, mtUser2Device, m_pList->GetItemEdit(i),
128 pDevice->DrawFillRect(&mtUser2Device, rcItem,
130 CPWL_EditImpl::DrawEdit(pDevice, mtUser2Device, m_pList->GetItemEdit(i),
137 CPWL_EditImpl::DrawEdit(pDevice, mtUser2Device, m_pList->GetItemEdit(i),
cpwl_caret.cpp 26 void CPWL_Caret::DrawThisAppearance(CFX_RenderDevice* pDevice,
52 pDevice->DrawPath(&path, &mtUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0),
cpwl_scroll_bar.cpp 138 void CPWL_SBButton::DrawThisAppearance(CFX_RenderDevice* pDevice,
151 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device);
182 pDevice->DrawPath(&path, &mtUser2Device, nullptr,
190 pDevice->DrawStrokeRect(&mtUser2Device, rectWnd,
192 pDevice->DrawStrokeRect(&mtUser2Device, rectWnd.GetDeflated(0.5f, 0.5f),
198 pDevice->DrawShadow(&mtUser2Device, true, false,
202 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(1.0f, 1.0f),
228 pDevice->DrawFillArea(&mtUser2Device, pts.data(), 7,
255 pDevice->DrawStrokeLine(&mtUser2Device, ptTop, ptBottom, ref, 1.0f);
261 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(0.5f, 0.5f)
    [all...]
cpwl_wnd.cpp 234 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice,
237 DrawThisAppearance(pDevice, mtUser2Device);
238 DrawChildAppearance(pDevice, mtUser2Device);
242 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice,
250 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(width, width),
255 pDevice->DrawBorder(&mtUser2Device, rectWnd,
263 void CPWL_Wnd::DrawChildAppearance(CFX_RenderDevice* pDevice,
271 pChild->DrawAppearance(pDevice, mtUser2Device);
274 pChild->DrawAppearance(pDevice, mt);
cpwl_scroll_bar.h 54 void DrawThisAppearance(CFX_RenderDevice* pDevice,
128 void DrawThisAppearance(CFX_RenderDevice* pDevice,
cpwl_wnd.h 198 void DrawAppearance(CFX_RenderDevice* pDevice,
264 virtual void DrawThisAppearance(CFX_RenderDevice* pDevice,
298 void DrawChildAppearance(CFX_RenderDevice* pDevice,
  /external/pdfium/core/fpdfapi/render/
cpdf_progressiverenderer.cpp 22 CFX_RenderDevice* pDevice,
26 m_pDevice(pDevice),
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 30 void PageView_OnDraw(CFX_RenderDevice* pDevice,
35 void PageView_OnDraw(CFX_RenderDevice* pDevice,
cpdfsdk_widget.h 127 void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView);
137 void DrawAppearance(CFX_RenderDevice* pDevice,
cpdfsdk_baannothandler.cpp 67 CFX_RenderDevice* pDevice,
76 pDevice, *pUser2Device, CPDF_Annot::Normal, nullptr);
cpdfsdk_baannot.cpp 63 void CPDFSDK_BAAnnot::DrawAppearance(CFX_RenderDevice* pDevice,
67 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device,
94 void CPDFSDK_BAAnnot::DrawBorder(CFX_RenderDevice* pDevice,
97 m_pAnnot->DrawBorder(pDevice, pUser2Device, pOptions);
cpdfsdk_widgethandler.cpp 93 CFX_RenderDevice* pDevice,
98 pDevice, *pUser2Device, CPDF_Annot::Normal, nullptr);
101 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.h 96 void RenderString(CFX_RenderDevice* pDevice,
101 void RenderPath(CFX_RenderDevice* pDevice,
cxfa_imagerenderer.cpp 16 CFX_RenderDevice* pDevice,
19 : m_pDevice(pDevice),
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.h 33 CFX_RenderDevice* pDevice,
37 CFX_RenderDevice* pDevice,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaIo/
UgaIo.h 178 typedef UGA_STATUS (EFIAPI *PUGA_FW_SERVICE_DISPATCH) (IN PUGA_DEVICE pDevice, IN OUT PUGA_IO_REQUEST pIoRequest);
188 pDevice - pDevice specifies a pointer to a device object associated with a
191 is represented by pDevice being set to NULL.

Completed in 783 milliseconds

12 3 4 5 6