Searched refs:fLineHeight (Results 1 – 4 of 4) sorted by relevance
64 le_int32 fLineHeight; variable73 return fLineHeight; in getLineHeight()
55 le_int32 fLineHeight; member134 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()
79 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()
981 FX_FLOAT fLineHeight = 0.0f; in FindTextlineFlowDirection() local1005 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()