Home
last modified time | relevance | path

Searched refs:FT_BBox (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/base/
Dftbbox.c39 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()
Dftglyph.c123 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()
Dftlcdfil.c36 ft_lcd_padding( FT_BBox* cbox, in ft_lcd_padding()
372 ft_lcd_padding( FT_BBox* cbox, in ft_lcd_padding()
Dftoutln.c458 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/
Dftrender.h54 FT_BBox* abbox );
103 FT_BBox* cbox );
Dftimage.h118 } FT_BBox; typedef
1050 FT_BBox clip_box;
Dftbbox.h86 FT_BBox *abbox );
Dt1tables.h312 FT_BBox* bboxes [T1_MAX_MM_DESIGNS + 1];
411 FT_BBox font_bbox;
Dftoutln.h248 FT_BBox *acbox );
Dftglyph.h464 FT_BBox *acbox );
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h124 FT_BBox font_bbox;
174 FT_BBox FontBBox;
Dpsaux.h578 FT_BBox* bbox; /* bounding box */
842 FT_BBox bbox; /* bounding box */
1122 FT_BBox bbox; /* bounding box */
Dcfftypes.h203 FT_BBox font_bbox;
Dtttypes.h1740 FT_BBox bbox;
/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_bbox.c113 FT_BBox bbox; in dump_outline()
138 FT_BBox bbox; in profile_outline()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.h26 typedef struct FT_BBox_ FT_BBox; typedef
61 bool computeColrV1GlyphBoundingBox(FT_Face face, SkGlyphID glyphID, FT_BBox* boundingBox);
DSkFontHost_FreeType.cpp398 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/
Dftsdfcommon.h120 typedef FT_BBox FT_CBox; /* control box of a curve */
Dftsdfrend.c411 FT_BBox* cbox ) in ft_sdf_get_cbox()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidtoken.h108 #define FT_STRUCTURE FT_BBox
Dcidgload.c433 FT_BBox cbox; in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1tokens.h113 #define FT_STRUCTURE FT_BBox
/third_party/skia/third_party/externals/freetype/src/raster/
Dftrend1.c82 FT_BBox* cbox ) in ft_raster1_get_cbox()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrtypes.h212 FT_BBox bbox;
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c1216 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