Searched refs:FT_BBox (Results 1 – 25 of 48) sorted by relevance
12
/external/freetype/src/base/ |
D | ftbbox.c | 39 FT_BBox bbox; 463 FT_BBox *abbox ) in FT_EXPORT_DEF() 465 FT_BBox cbox = { 0x7FFFFFFFL, 0x7FFFFFFFL, in FT_EXPORT_DEF() 467 FT_BBox bbox = { 0x7FFFFFFFL, 0x7FFFFFFFL, in FT_EXPORT_DEF()
|
D | ftlcdfil.c | 36 ft_lcd_padding( FT_BBox* cbox, in ft_lcd_padding() 372 ft_lcd_padding( FT_BBox* cbox, in ft_lcd_padding()
|
D | ftglyph.c | 124 FT_BBox* cbox ) in ft_bitmap_glyph_bbox() 242 FT_BBox* bbox ) in ft_outline_glyph_bbox() 735 FT_BBox *acbox ) in FT_Glyph_Get_CBox()
|
D | ftoutln.c | 470 FT_BBox *acbox ) in FT_Outline_Get_CBox() 612 FT_BBox cbox; in FT_Outline_Render() 1053 FT_BBox cbox = { 0, 0, 0, 0 }; in FT_Outline_Get_Orientation()
|
/external/freetype/include/freetype/ |
D | ftrender.h | 54 FT_BBox* abbox ); 103 FT_BBox* cbox );
|
D | ftimage.h | 118 } FT_BBox; typedef 1055 FT_BBox clip_box;
|
D | ftbbox.h | 86 FT_BBox *abbox );
|
D | t1tables.h | 312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; 411 FT_BBox font_bbox;
|
D | ftoutln.h | 250 FT_BBox *acbox );
|
D | ftglyph.h | 550 FT_BBox *acbox );
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 124 FT_BBox font_bbox; 174 FT_BBox FontBBox;
|
D | psaux.h | 574 FT_BBox* bbox; /* bounding box */ 838 FT_BBox bbox; /* bounding box */ 1118 FT_BBox bbox; /* bounding box */
|
D | cfftypes.h | 203 FT_BBox font_bbox;
|
D | tttypes.h | 1749 FT_BBox bbox;
|
/external/freetype/src/tools/ |
D | test_bbox.c | 113 FT_BBox bbox; in dump_outline() 138 FT_BBox bbox; in profile_outline()
|
/external/fonttools/Lib/fontTools/pens/ |
D | freetypePen.py | 17 from freetype.ft_structs import FT_Vector, FT_BBox, FT_Bitmap, FT_Outline 412 bbox = FT_BBox() 424 cbox = FT_BBox()
|
/external/freetype/src/sdf/ |
D | ftsdfcommon.h | 122 typedef FT_BBox FT_CBox; /* control box of a curve */
|
/external/freetype/src/cid/ |
D | cidtoken.h | 108 #define FT_STRUCTURE FT_BBox
|
/external/freetype/src/type1/ |
D | t1tokens.h | 113 #define FT_STRUCTURE FT_BBox
|
/external/freetype/src/raster/ |
D | ftrend1.c | 82 FT_BBox* cbox ) in ft_raster1_get_cbox()
|
/external/freetype/src/pfr/ |
D | pfrtypes.h | 212 FT_BBox bbox;
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafont.cpp | 95 FT_BBox cbox; in GetGlyphBBox()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 30 typedef struct FT_BBox_ FT_BBox; typedef
|
D | SkFontHost_FreeType.cpp | 477 bool getCBoxForLetter(char letter, FT_BBox* bbox); 1118 FT_BBox bbox; in getBoundsOfCurrentOutlineGlyph() 1125 bool SkScalerContext_FreeType::getCBoxForLetter(char letter, FT_BBox* bbox) { in getCBoxForLetter() 1220 FT_BBox bbox; in generateMetrics() 1607 FT_BBox bbox; in generateFontMetrics() 1613 FT_BBox bbox; in generateFontMetrics()
|
/external/freetype/src/psaux/ |
D | psobjs.c | 1180 FT_BBox* bbox = (FT_BBox*)q; in ps_parser_load_field() 1245 FT_BBox* bbox = (FT_BBox*)objects[i]; in ps_parser_load_field()
|
12