HomeSort by relevance Sort by last modified time
    Searched defs:fLineHeight (Results 1 - 2 of 2) sorted by null

  /external/icu4c/samples/layout/
paragraph.h 64 le_int32 fLineHeight;
73 return fLineHeight;
pflow.c 55 le_int32 fLineHeight;
134 flow->fLineHeight = -1;
213 flow->fLineHeight = ascent + descent + leading;
256 return obj->fLineHeight;
348 y += obj->fLineHeight;

Completed in 33 milliseconds