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

/external/icu4c/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)
156 fLineHeight = ascent + descent + leading;
248 y += fLineHeight;

Completed in 3800 milliseconds