HomeSort by: relevance | last modified time | path
    Searched refs:FT_BBox (Results 1 - 25 of 35) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/include/freetype/
ftbbox.h 86 FT_BBox *abbox );
ftrender.h 54 FT_BBox* abbox );
103 FT_BBox* cbox );
ftglyph.h 464 FT_BBox *acbox );
ftoutln.h 248 FT_BBox *acbox );
ftimage.h 86 * FT_BBox
123 } FT_BBox;
1045 FT_BBox clip_box;
t1tables.h 312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1];
411 FT_BBox font_bbox;
freetype.h 1052 FT_BBox bbox;
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
t1types.h 124 FT_BBox font_bbox;
174 FT_BBox FontBBox;
psaux.h 578 FT_BBox* bbox; /* bounding box */
842 FT_BBox bbox; /* bounding box */
1122 FT_BBox bbox; /* bounding box */
cfftypes.h 203 FT_BBox font_bbox;
tttypes.h 1740 FT_BBox bbox;
ftobjs.h 274 ft_lcd_padding( FT_BBox* cbox,
  /xsrc/external/mit/freetype/dist/src/tools/
test_bbox.c 113 FT_BBox bbox;
138 FT_BBox bbox;
  /xsrc/external/mit/freetype/dist/src/base/
ftbbox.c 39 FT_BBox bbox;
463 FT_BBox *abbox )
465 FT_BBox cbox = { 0x7FFFFFFFL, 0x7FFFFFFFL,
467 FT_BBox bbox = { 0x7FFFFFFFL, 0x7FFFFFFFL,
ftglyph.c 123 FT_BBox* cbox )
241 FT_BBox* bbox )
491 FT_BBox *acbox )
ftlcdfil.c 36 ft_lcd_padding( FT_BBox* cbox,
372 ft_lcd_padding( FT_BBox* cbox,
ftoutln.c 458 FT_BBox *acbox )
600 FT_BBox cbox;
1041 FT_BBox cbox = { 0, 0, 0, 0 };
  /xsrc/external/mit/freetype/dist/src/cid/
cidtoken.h 108 #define FT_STRUCTURE FT_BBox
cidgload.c 437 FT_BBox cbox;
  /xsrc/external/mit/freetype/dist/src/type1/
t1tokens.h 113 #define FT_STRUCTURE FT_BBox
  /xsrc/external/mit/freetype/dist/src/raster/
ftrend1.c 82 FT_BBox* cbox )
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrtypes.h 212 FT_BBox bbox;
pfrobjs.c 366 FT_BBox cbox;
  /xsrc/external/mit/freetype/dist/src/psaux/
psobjs.c 1216 FT_BBox* bbox = (FT_BBox*)q;
1281 FT_BBox* bbox = (FT_BBox*)objects[i];
  /xsrc/external/mit/freetype/dist/src/autofit/
afloader.c 516 FT_BBox bbox;

Completed in 79 milliseconds

1 2