Home
last modified time | relevance | path

Searched refs:FT_Outline_Get_CBox (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/tools/
Dtest_bbox.c116 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/
Dftoutln.h247 FT_Outline_Get_CBox( const FT_Outline* outline,
/third_party/skia/third_party/externals/freetype/src/raster/
Dftrend1.c87 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
Dftraster.c2950 FT_Outline_Get_CBox( const FT_Outline* outline, in FT_Outline_Get_CBox() function
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c457 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()
Dftglyph.c246 FT_Outline_Get_CBox( &glyph->outline, bbox ); in ft_outline_glyph_bbox()
Dftobjs.c386 FT_Outline_Get_CBox( outline, &cbox ); in ft_glyphslot_preset_bitmap()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdfrend.c416 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_sdf_get_cbox()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c500 FT_Outline_Get_CBox( &cidglyph->outline, &cbox ); in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c453 FT_Outline_Get_CBox( outline, &cbox ); in pfr_slot_load()
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftsmooth.c76 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_smooth_get_cbox()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c560 FT_Outline_Get_CBox( &t1glyph->outline, &cbox ); in T1_Load_Glyph()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c656 FT_Outline_Get_CBox( &glyph->root.outline, &cbox ); in cff_slot_load()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafloader.c528 FT_Outline_Get_CBox( &gloader->base.outline, &bbox ); in af_loader_load_glyph()
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp998 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getBBoxForCurrentGlyph()
1042 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getCBoxForLetter()
DSkFontHost_FreeType_common.cpp1412 FT_Outline_Get_CBox(outline, &bbox); in generateGlyphImage()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c2249 FT_Outline_Get_CBox( &glyph->outline, &bbox ); in compute_glyph_metrics()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.222660 (compute_glyph_metrics): Call FT_Outline_Get_CBox.
2752 FT_Outline_Get_CBox is called twice.
DChangeLog.26313 [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'.
DChangeLog.2102846 `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
DChangeLog.21402 include/freetype/ftoutln.h, src/base/ftoutln.c (FT_Outline_Get_CBox,