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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpushbutton.cpp 180 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
195 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip)) {
199 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip)) {
205 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip);
xfa_fftext.cpp 35 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
59 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex());
xfa_fwltheme.cpp 133 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
134 if (!pRenderDevice)
136 m_pTextOut->SetRenderDevice(pRenderDevice);
153 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
154 if (!pRenderDevice)
156 m_pTextOut->SetRenderDevice(pRenderDevice);
xfa_fffield.cpp 673 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
680 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip);
xfa_ffwidget.cpp 812 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
813 pRenderDevice->SaveState();
816 pRenderDevice->SetClip_PathFill(&path, pMatrix, FXFILL_WINDING);
821 FX_BOOL bRet = imageRender.Start(pRenderDevice, pDIBitmap, 0, 255, &mtImage,
826 pRenderDevice->RestoreState();
    [all...]

Completed in 295 milliseconds