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

  /external/chromium_org/third_party/icu/source/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;
paragraph.cpp 79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
156 fLineHeight = ascent + descent + leading;
248 y += fLineHeight;
  /external/icu/icu4c/source/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;
paragraph.cpp 79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
156 fLineHeight = ascent + descent + leading;
248 y += fLineHeight;
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 949 FX_FLOAT fLineHeight = 0.0f;
    [all...]

Completed in 812 milliseconds