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

/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h64 le_int32 fLineHeight; member in class:Paragraph
73 return fLineHeight;
H A Dpflow.c55 le_int32 fLineHeight; member in struct:pf_object
134 flow->fLineHeight = -1;
213 flow->fLineHeight = ascent + descent + leading;
256 return obj->fLineHeight;
348 y += obj->fLineHeight;
H A Dparagraph.cpp79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
157 fLineHeight = ascent + descent + leading;
253 y += fLineHeight;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp138 FX_FLOAT fLineHeight = 0, fFontSize = 10; local
140 fLineHeight = para.GetLineHeight();
189 pParaStyle->SetLineHeight(fLineHeight);
505 FX_FLOAT fLineHeight = 0; local
507 fLineHeight = pStyle->GetParagraphStyles()->GetLineHeight();
509 fLineHeight = para.GetLineHeight();
513 if (fLineHeight < 0.1f) {
514 fLineHeight = fFontSize;
516 fLineHeight = std::min(fLineHeight, fFontSiz
1000 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i); local
1215 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i); local
1765 FX_FLOAT fLineHeight = m_textParser.GetLineHeight( local
1805 FX_FLOAT fLineHeight = m_textParser.GetLineHeight( local
[all...]
H A Dxfa_ffwidgetacc.cpp1292 FX_FLOAT fLineHeight = GetLineHeight();
1294 FX_FLOAT fTextHeight = iLinesCount * fLineHeight - fLineHeight + fFontSize;
1356 if ((fCalcHeight - fTopInset - fSpaceAbove < fLineHeight)) {
1370 if (fCalcHeight - fStartOffset < fLineHeight) {
1384 (int32_t)((fTextNum + (fLineHeight - fFontSize)) / fLineHeight);
1403 iLineNum = (int32_t)(fTextNum / fLineHeight);
1408 iLineNum * fLineHeight + fCapReserve + fStartOffset;
1564 FX_FLOAT fLineHeight
[all...]
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstyleselector.h753 virtual void SetLineHeight(FX_FLOAT fLineHeight) { argument
754 m_InheritedData.m_fLineHeight = fLineHeight;
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp816 FX_FLOAT fLineHeight = 0.0f; local
846 if (fLineHeight <= 0.0f) {
847 fLineHeight = pPageObj->m_Top - pPageObj->m_Bottom;
885 if ((nEndV - nStartV) < (int32_t)(2 * fLineHeight)) {
888 if ((nEndH - nStartH) < (int32_t)(2 * fLineHeight)) {
/external/pdfium/xfa/src/fdp/include/
H A Dfde_css.h961 virtual void SetLineHeight(FX_FLOAT fLineHeight) = 0;
/external/pdfium/xfa/include/fxfa/
H A Dfxfa_objectacc.h207 FX_BOOL SetLineHeight(FX_FLOAT fLineHeight);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_objectacc_imp.cpp475 FX_BOOL CXFA_Para::SetLineHeight(FX_FLOAT fLineHeight) { argument

Completed in 838 milliseconds