Home
last modified time | relevance | path

Searched refs:fLineHeight (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dparagraph.h64 le_int32 fLineHeight; variable
73 return fLineHeight; in getLineHeight()
Dpflow.c55 le_int32 fLineHeight; member
134 flow->fLineHeight = -1; in pf_create()
213 flow->fLineHeight = ascent + descent + leading; in pf_create()
256 return obj->fLineHeight; in pf_getLineHeight()
348 y += obj->fLineHeight; in pf_draw()
Dparagraph.cpp79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
156 fLineHeight = ascent + descent + leading; in Paragraph()
248 y += fLineHeight; in draw()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp981 FX_FLOAT fLineHeight = 0.0f; in FindTextlineFlowDirection() local
1005 if (fLineHeight <= 0.0f) { in FindTextlineFlowDirection()
1006 fLineHeight = pPageObj->m_Top - pPageObj->m_Bottom; in FindTextlineFlowDirection()
1044 if ((nEndV - nStartV) < (FX_INT32)(2 * fLineHeight)) { in FindTextlineFlowDirection()
1047 if ((nEndH - nStartH) < (FX_INT32)(2 * fLineHeight)) { in FindTextlineFlowDirection()