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

  /external/pdfium/xfa/fxfa/app/
xfa_fftext.cpp 43 CFX_RectF rtText = GetRectWithoutRotate();
47 XFA_RectWidthoutMargin(rtText, mgWidget);
60 rtText.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset);
64 CFX_Matrix mt(1, 0, 0, 1, rtText.left, rtText.top);
65 CFX_RectF rtClip = rtText;
91 CFX_RectF rtText = pItem->GetRect(false);
96 rtText.height -= fTopInset;
100 rtText.height -= fBottomInset;
103 pTextLayout->ItemBlocks(rtText, pItem->GetIndex())
    [all...]
cxfa_textlayout.h 51 void ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex);
cxfa_textlayout.cpp 516 void CXFA_TextLayout::ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex) {
544 if (fLinePos + fLineHeight - rtText.height > 0.001) {
    [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 171 CFX_RectF rtText(0.0f, 0.0f, size.width, size.height);
172 CalcLogicSize(pwsStr, iLength, rtText);
173 size = rtText.Size();
303 CFX_RectF rtText(static_cast<FX_FLOAT>(x), static_cast<FX_FLOAT>(y),
305 DrawText(pwsStr, iLength, rtText);
325 CFX_RectF rtText(rect.left, rect.top, rect.width, rect.height);
328 rm.TransformRect(rtText);
329 DrawText(pwsStr, iLength, rtText, m_rtClip);
336 CFX_RectF rtText(x, y, m_fFontSize * 1000.0f, m_fFontSize * 1000.0f);
337 DrawLogicText(pwsStr, iLength, rtText);
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]
fgas_rtfbreak.cpp 871 CFX_RectF rtText(*pText->pRect);
888 FX_FLOAT fX = rtText.left;
889 FX_FLOAT fY = rtText.top;
899 fX = rtText.right();
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 454 CFX_RectF rtText(rtItem);
455 rtText.Deflate(kItemTextMargin, kItemTextMargin);
463 textParam.m_rtPart = rtText;

Completed in 347 milliseconds