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

  /external/freetype/src/bdf/
bdfdrivr.c 439 FT_Short resolution_x = 0, resolution_y = 0; local
538 prop = bdf_get_font_property( font, "RESOLUTION_X" );
542 value = (long)font->resolution_x;
551 resolution_x = 0x7FFF;
553 resolution_x ));
556 resolution_x = FT_ABS( (FT_Short)value );
586 if ( resolution_x && resolution_y )
588 resolution_x,
bdf.h 181 unsigned long resolution_x; /* Font horizontal resolution. */ member in struct:bdf_font_t_
  /external/freetype/src/pcf/
pcfread.c 1500 FT_Short resolution_x = 0, resolution_y = 0; local
    [all...]
  /external/ImageMagick/coders/
wmf.c 2553 resolution_x, local
    [all...]

Completed in 2107 milliseconds