HomeSort by relevance Sort by last modified time
    Searched defs:pRenderDevice (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 109 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
110 if (!pRenderDevice)
113 m_pTextOut->SetRenderDevice(pRenderDevice);
130 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
131 if (!pRenderDevice)
134 m_pTextOut->SetRenderDevice(pRenderDevice);
xfa_fffield.cpp 587 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
593 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip);
xfa_ffwidget.cpp 889 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
890 pRenderDevice->SaveState();
894 pRenderDevice->SetClip_PathFill(&path, pMatrix, FXFILL_WINDING);
902 bool bRet = imageRender.Start(pRenderDevice, pDIBitmap, 0, 255, &mtImage,
907 pRenderDevice->RestoreState(false);
    [all...]

Completed in 369 milliseconds