Searched refs:FT_BBox (Results 1 – 25 of 44) sorted by relevance
12
/third_party/skia/third_party/externals/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 | ftglyph.c | 123 FT_BBox* cbox ) in ft_bitmap_glyph_bbox() 241 FT_BBox* bbox ) in ft_outline_glyph_bbox() 491 FT_BBox *acbox ) in FT_Glyph_Get_CBox()
|
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 | ftoutln.c | 458 FT_BBox *acbox ) in FT_Outline_Get_CBox() 600 FT_BBox cbox; in FT_Outline_Render() 1041 FT_BBox cbox = { 0, 0, 0, 0 }; in FT_Outline_Get_Orientation()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftrender.h | 54 FT_BBox* abbox ); 103 FT_BBox* cbox );
|
D | ftimage.h | 118 } FT_BBox; typedef 1050 FT_BBox clip_box;
|
D | t1tables.h | 312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1]; 411 FT_BBox font_bbox;
|
D | ftbbox.h | 86 FT_BBox *abbox );
|
D | ftoutln.h | 248 FT_BBox *acbox );
|
D | ftglyph.h | 464 FT_BBox *acbox );
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | t1types.h | 124 FT_BBox font_bbox; 174 FT_BBox FontBBox;
|
D | psaux.h | 578 FT_BBox* bbox; /* bounding box */ 842 FT_BBox bbox; /* bounding box */ 1122 FT_BBox bbox; /* bounding box */
|
D | cfftypes.h | 203 FT_BBox font_bbox;
|
D | tttypes.h | 1740 FT_BBox bbox;
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | test_bbox.c | 113 FT_BBox bbox; in dump_outline() 138 FT_BBox bbox; in profile_outline()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 26 typedef struct FT_BBox_ FT_BBox; typedef 61 bool computeColrV1GlyphBoundingBox(FT_Face face, SkGlyphID glyphID, FT_BBox* boundingBox);
|
D | SkFontHost_FreeType.cpp | 398 void getBBoxForCurrentGlyph(const SkGlyph* glyph, FT_BBox* bbox, 400 bool getCBoxForLetter(char letter, FT_BBox* bbox); 995 FT_BBox* bbox, in getBBoxForCurrentGlyph() 1033 bool SkScalerContext_FreeType::getCBoxForLetter(char letter, FT_BBox* bbox) { in getCBoxForLetter() 1095 FT_BBox bounds = { FT_PosLimits::max(), FT_PosLimits::max(), in generateMetrics() 1140 FT_BBox computed_bounds; in generateMetrics() 1180 FT_BBox bbox; in generateMetrics() 1428 FT_BBox bbox; in generateFontMetrics() 1434 FT_BBox bbox; in generateFontMetrics()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdfcommon.h | 120 typedef FT_BBox FT_CBox; /* control box of a curve */
|
D | ftsdfrend.c | 411 FT_BBox* cbox ) in ft_sdf_get_cbox()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidtoken.h | 108 #define FT_STRUCTURE FT_BBox
|
D | cidgload.c | 433 FT_BBox cbox; in cid_slot_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1tokens.h | 113 #define FT_STRUCTURE FT_BBox
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 82 FT_BBox* cbox ) in ft_raster1_get_cbox()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrtypes.h | 212 FT_BBox bbox;
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psobjs.c | 1216 FT_BBox* bbox = (FT_BBox*)q; in ps_parser_load_field() 1281 FT_BBox* bbox = (FT_BBox*)objects[i]; in ps_parser_load_field()
|
12