Searched refs:fLineHeight (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h70 le_int32 fLineHeight; member in class:Paragraph
79 return fLineHeight;
H A Dpflow.c58 le_int32 fLineHeight; member in struct:pf_object
137 flow->fLineHeight = -1;
216 flow->fLineHeight = ascent + descent + leading;
259 return obj->fLineHeight;
351 y += obj->fLineHeight;
H A Dparagraph.cpp85 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/
H A Dcxfa_textparser.cpp109 FX_FLOAT fLineHeight = 0; local
113 fLineHeight = para.GetLineHeight();
161 pStyle->SetLineHeight(fLineHeight);
484 FX_FLOAT fLineHeight = 0; local
486 fLineHeight = pStyle->GetLineHeight();
488 fLineHeight = para.GetLineHeight();
492 if (fLineHeight < 0.1f)
493 fLineHeight = fFontSize;
495 fLineHeight = std::min(fLineHeight, fFontSiz
[all...]
H A Dcxfa_textlayout.cpp347 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i); local
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); local
544 if (fLinePos + fLineHeight - rtText.height > 0.001) {
550 fLinePos += fLineHeight;
1064 FX_FLOAT fLineHeight = m_textParser.GetLineHeight( local
1068 if (fLineHeight < fLineHeightTmp)
1069 fLineHeight
1099 FX_FLOAT fLineHeight = m_textParser.GetLineHeight( local
[all...]
H A Dxfa_ffwidgetacc.cpp1238 FX_FLOAT fLineHeight = GetLineHeight(); local
1240 FX_FLOAT fTextHeight = iLinesCount * fLineHeight - fLineHeight + fFontSize;
1300 if ((fCalcHeight - fTopInset - fSpaceAbove < fLineHeight)) {
1314 if (fCalcHeight - fStartOffset < fLineHeight) {
1328 (int32_t)((fTextNum + (fLineHeight - fFontSize)) / fLineHeight);
1347 iLineNum = (int32_t)(fTextNum / fLineHeight);
1352 iLineNum * fLineHeight + fCapReserve + fStartOffset;
1520 FX_FLOAT fLineHeight local
[all...]
/external/pdfium/xfa/fde/css/
H A Dcfde_csscomputedstyle.cpp138 void CFDE_CSSComputedStyle::SetLineHeight(FX_FLOAT fLineHeight) { argument
139 m_InheritedData.m_fLineHeight = fLineHeight;
H A Dcfde_csscomputedstyle.h87 void SetLineHeight(FX_FLOAT fLineHeight);
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp523 FX_FLOAT fLineHeight = 0.0f; local
550 if (fLineHeight <= 0.0f)
551 fLineHeight = pPageObj->m_Top - pPageObj->m_Bottom;
553 const int32_t nDoubleLineHeight = 2 * fLineHeight;

Completed in 261 milliseconds