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

  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 504 CFX_RenderDevice* pRenderDev = pGraphics->GetRenderDevice();
505 if (!pRenderDev)
508 RenderText(pRenderDev, rtClip, mt);
534 void CFWL_Edit::RenderText(CFX_RenderDevice* pRenderDev,
537 ASSERT(pRenderDev);
543 pRenderDev->SetClip_Rect(clipRect);
549 rtDocClip.width = static_cast<float>(pRenderDev->GetWidth());
550 rtDocClip.height = static_cast<float>(pRenderDev->GetHeight());
563 CFDE_TextOut::DrawString(pRenderDev, m_EdtEngine.GetFontColor(), font,
    [all...]
cfwl_edit.h 108 void RenderText(CFX_RenderDevice* pRenderDev,

Completed in 89 milliseconds