Searched refs:FT_Outline_Get_CBox (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | test_bbox.c | 116 FT_Outline_Get_CBox( outline, &bbox ); in dump_outline() 144 FT_Outline_Get_CBox( outline, &bbox ); in profile_outline()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftoutln.h | 247 FT_Outline_Get_CBox( const FT_Outline* outline,
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 87 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
|
D | ftraster.c | 2950 FT_Outline_Get_CBox( const FT_Outline* outline, in FT_Outline_Get_CBox() function
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftoutln.c | 457 FT_Outline_Get_CBox( const FT_Outline* outline, in FT_Outline_Get_CBox() function 612 FT_Outline_Get_CBox( outline, &cbox ); in FT_Outline_Render() 1057 FT_Outline_Get_CBox( outline, &cbox ); in FT_Outline_Get_Orientation()
|
D | ftglyph.c | 246 FT_Outline_Get_CBox( &glyph->outline, bbox ); in ft_outline_glyph_bbox()
|
D | ftobjs.c | 386 FT_Outline_Get_CBox( outline, &cbox ); in ft_glyphslot_preset_bitmap()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdfrend.c | 416 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_sdf_get_cbox()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 500 FT_Outline_Get_CBox( &cidglyph->outline, &cbox ); in cid_slot_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.c | 453 FT_Outline_Get_CBox( outline, &cbox ); in pfr_slot_load()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftsmooth.c | 76 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_smooth_get_cbox()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1gload.c | 560 FT_Outline_Get_CBox( &t1glyph->outline, &cbox ); in T1_Load_Glyph()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 656 FT_Outline_Get_CBox( &glyph->root.outline, &cbox ); in cff_slot_load()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afloader.c | 528 FT_Outline_Get_CBox( &gloader->base.outline, &bbox ); in af_loader_load_glyph()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 998 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getBBoxForCurrentGlyph() 1042 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getCBoxForLetter()
|
D | SkFontHost_FreeType_common.cpp | 1412 FT_Outline_Get_CBox(outline, &bbox); in generateGlyphImage()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgload.c | 2249 FT_Outline_Get_CBox( &glyph->outline, &bbox ); in compute_glyph_metrics()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.22 | 2660 (compute_glyph_metrics): Call FT_Outline_Get_CBox. 2752 FT_Outline_Get_CBox is called twice.
|
D | ChangeLog.26 | 313 [smooth] Use `FT_Outline_Get_CBox'. 315 * src/smooth/ftgrays.c [STANDALONE_]: Duplicate `FT_Outline_Get_CBox'. 317 (gray_convert_glyph): Update to use `FT_Outline_Get_CBox'.
|
D | ChangeLog.210 | 2846 `FT_Outline_Get_CBox` that retrieves the glyph bbox in scaled units. 6469 [STANDALONE]: Remove `FT_Outline_Get_CBox' copy. 7364 * src/raster/ftraster.c [STANDALONE] (FT_Outline_Get_CBox): Add
|
D | ChangeLog.21 | 402 include/freetype/ftoutln.h, src/base/ftoutln.c (FT_Outline_Get_CBox,
|