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

  /external/pdfium/xfa/fxfa/
cxfa_fwltheme.cpp 110 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
111 if (!pRenderDevice)
120 m_pTextOut->DrawLogicText(pRenderDevice, pParams->m_wsText.AsStringView(),
130 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
131 if (!pRenderDevice)
145 m_pTextOut->DrawLogicText(pRenderDevice, pParams->m_wsText.AsStringView(),
cxfa_ffpushbutton.cpp 180 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
192 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip, 0))
195 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip, 0))
200 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip, 0);
cxfa_fftext.cpp 42 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
65 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex());
cxfa_ffwidget.cpp 131 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
132 CFX_RenderDevice::StateRestorer restorer(pRenderDevice);
135 pRenderDevice->SetClip_PathFill(&path, &matrix, FXFILL_WINDING);
142 CXFA_ImageRenderer imageRender(pRenderDevice, pDIBitmap, &mtImage);
cxfa_fffield.cpp 614 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice();
620 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip, 0);

Completed in 156 milliseconds