HomeSort by relevance Sort by last modified time
    Searched defs:fLineHeight (Results 1 - 5 of 5) 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;
  /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;
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 949 FX_FLOAT fLineHeight = 0.0f;
    [all...]

Completed in 495 milliseconds