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

  /external/icu/icu4c/source/samples/layout/
paragraph.h 70 le_int32 fLineHeight;
79 return fLineHeight;
pflow.c 58 le_int32 fLineHeight;
137 flow->fLineHeight = -1;
216 flow->fLineHeight = ascent + descent + leading;
259 return obj->fLineHeight;
351 y += obj->fLineHeight;
paragraph.cpp 85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
163 fLineHeight = ascent + descent + leading;
259 y += fLineHeight;
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.cpp 109 FX_FLOAT fLineHeight = 0;
113 fLineHeight = para.GetLineHeight();
161 pStyle->SetLineHeight(fLineHeight);
484 FX_FLOAT fLineHeight = 0;
486 fLineHeight = pStyle->GetLineHeight();
488 fLineHeight = para.GetLineHeight();
492 if (fLineHeight < 0.1f)
493 fLineHeight = fFontSize;
495 fLineHeight = std::min(fLineHeight, fFontSize)
    [all...]
cxfa_textlayout.cpp 347 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i);
348 if ((i == iLineIndex) && (fLineHeight - fContentAreaHeight > 0.001)) {
352 if (fLinePos + fLineHeight - fContentAreaHeight > 0.001) {
377 fLinePos += fLineHeight;
543 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i);
544 if (fLinePos + fLineHeight - rtText.height > 0.001) {
550 fLinePos += fLineHeight;
    [all...]
xfa_ffwidgetacc.cpp     [all...]
  /external/pdfium/xfa/fde/css/
cfde_csscomputedstyle.cpp 138 void CFDE_CSSComputedStyle::SetLineHeight(FX_FLOAT fLineHeight) {
139 m_InheritedData.m_fLineHeight = fLineHeight;
cfde_csscomputedstyle.h 87 void SetLineHeight(FX_FLOAT fLineHeight);
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 523 FX_FLOAT fLineHeight = 0.0f;
550 if (fLineHeight <= 0.0f)
551 fLineHeight = pPageObj->m_Top - pPageObj->m_Bottom;
553 const int32_t nDoubleLineHeight = 2 * fLineHeight;
    [all...]

Completed in 189 milliseconds