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

  /external/pdfium/xfa/fxfa/
cxfa_fftext.cpp 63 CFX_RectF rtClip = mtRotate.TransformRect(rtText);
65 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex());
cxfa_ffpushbutton.cpp 181 CFX_RectF rtClip = m_rtCaption;
182 rtClip.Intersect(GetRectWithoutRotate());
185 rtClip = pMatrix->TransformRect(rtClip);
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_fffield.cpp 612 CFX_RectF rtClip = m_rtCaption;
613 rtClip.Intersect(GetRectWithoutRotate());
617 rtClip = pMatrix->TransformRect(rtClip);
620 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip, 0);
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 226 CFX_RectF rtClip = m_rtEngine;
229 rtClip = pMatrix->TransformRect(rtClip);
232 pGraphics->SetClipRect(rtClip);
469 CFX_RectF rtClip = m_rtEngine;
475 rtClip = pMatrix->TransformRect(rtClip);
493 pGraphics->SetClipRect(rtClip);
508 RenderText(pRenderDev, rtClip, mt);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 86 milliseconds