Home
last modified time | relevance | path

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

/external/freetype/src/tools/
Dtest_bbox.c117 FT_Outline_Get_CBox( outline, &bbox ); in dump_outline()
145 FT_Outline_Get_CBox( outline, &bbox ); in profile_outline()
/external/freetype/include/freetype/
Dftoutln.h264 FT_Outline_Get_CBox( const FT_Outline* outline,
/external/freetype/src/raster/
Dftrend1.c88 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
Dftraster.c2945 FT_Outline_Get_CBox( const FT_Outline* outline, in FT_Outline_Get_CBox() function
/external/freetype/src/base/
Dftoutln.c479 FT_Outline_Get_CBox( const FT_Outline* outline, in FT_Outline_Get_CBox() function
634 FT_Outline_Get_CBox( outline, &cbox ); in FT_Outline_Render()
1069 FT_Outline_Get_CBox( outline, &cbox ); in FT_Outline_Get_Orientation()
Dftglyph.c245 FT_Outline_Get_CBox( &glyph->outline, bbox ); in ft_outline_glyph_bbox()
Dftobjs.c373 FT_Outline_Get_CBox( outline, &cbox ); in ft_glyphslot_preset_bitmap()
/external/freetype/src/smooth/
Dftsmooth.c103 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_smooth_get_cbox()
/external/freetype/src/cid/
Dcidgload.c506 FT_Outline_Get_CBox( &cidglyph->outline, &cbox ); in cid_slot_load_glyph()
/external/freetype/src/pfr/
Dpfrobjs.c449 FT_Outline_Get_CBox( outline, &cbox ); in pfr_slot_load()
/external/freetype/src/type1/
Dt1gload.c562 FT_Outline_Get_CBox( &t1glyph->outline, &cbox ); in T1_Load_Glyph()
/external/freetype/src/cff/
Dcffgload.c659 FT_Outline_Get_CBox( &glyph->root.outline, &cbox ); in cff_slot_load()
/external/freetype/src/autofit/
Dafloader.c532 FT_Outline_Get_CBox( &gloader->base.outline, &bbox ); in af_loader_load_glyph()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp534 FT_Outline_Get_CBox(outline, &bbox); in generateGlyphImage()
DSkFontHost_FreeType.cpp1073 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getBBoxForCurrentGlyph()
1117 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getCBoxForLetter()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp534 FT_Outline_Get_CBox(outline, &bbox); in generateGlyphImage()
DSkFontHost_FreeType.cpp1073 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getBBoxForCurrentGlyph()
1117 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getCBoxForLetter()
/external/freetype/src/truetype/
Dttgload.c2133 FT_Outline_Get_CBox( &glyph->outline, &bbox ); in compute_glyph_metrics()
/external/freetype/
DChangeLog.222660 (compute_glyph_metrics): Call FT_Outline_Get_CBox.
2752 FT_Outline_Get_CBox is called twice.
DChangeLog30 [STANDALONE]: Remove `FT_Outline_Get_CBox' copy.
925 * src/raster/ftraster.c [STANDALONE] (FT_Outline_Get_CBox): Add
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.21402 include/freetype/ftoutln.h, src/base/ftoutln.c (FT_Outline_Get_CBox,