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

  /external/freetype/src/bdf/
bdf.h 190 long font_ascent; /* Font ascent. */ member in struct:bdf_font_t_
bdfdrivr.c 446 if ( font->font_ascent > 0x7FFF || font->font_ascent < -0x7FFF )
448 font->font_ascent = font->font_ascent < 0 ? -0x7FFF : 0x7FFF;
450 font->font_ascent ));
459 bsize->height = (FT_Short)( font->font_ascent + font->font_descent );
727 size->metrics.ascender = bdffont->font_ascent * 64;
757 if ( height == ( bdffont->font_ascent +
bdflib.c 101 { (char *)"FONT_ASCENT", BDF_INTEGER, 1, { 0 } },
185 #define ACMSG1 "FONT_ASCENT property missing. " \
186 "Added `FONT_ASCENT %hd'.\n"
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 172 float font_ascent = m_EdtEngine.GetFontAscent(); local
177 float fY = rect.top + font_ascent + fOffSetY;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 2523 int16_t font_ascent; \/**< *\/ member in struct:xcb_query_font_reply_t
2556 int16_t font_ascent; \/**< *\/ member in struct:xcb_query_text_extents_reply_t
2655 int16_t font_ascent; \/**< *\/ member in struct:xcb_list_fonts_with_info_reply_t
    [all...]

Completed in 255 milliseconds