Home
last modified time | relevance | path

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

/external/freetype/src/raster/
Dftrend1.c93 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_raster1_get_cbox()
162 FT_Outline_Get_CBox( outline, &cbox ); in ft_raster1_render()
/external/freetype/include/freetype/
Dftoutln.h234 FT_Outline_Get_CBox( const FT_Outline* outline,
/external/freetype/src/smooth/
Dftsmooth.c93 FT_Outline_Get_CBox( &slot->outline, cbox ); in ft_smooth_get_cbox()
139 FT_Outline_Get_CBox( outline, &cbox ); in ft_smooth_render_generic()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp361 FT_Outline_Get_CBox(&face->glyph->outline, bbox); in GetLetterCBox()
969 FT_Outline_Get_CBox(&fFace->glyph->outline, bbox); in getBBoxForCurrentGlyph()
1344 FT_Outline_Get_CBox(outline, &bbox); in generateImage()
1604 FT_Outline_Get_CBox(&fFace->glyph->outline, &bbox); in generateFontMetrics()
/external/freetype/src/base/
Dftglyph.c238 FT_Outline_Get_CBox( &glyph->outline, bbox ); in ft_outline_glyph_bbox()
Dftoutln.c460 FT_Outline_Get_CBox( const FT_Outline* outline, in FT_Outline_Get_CBox() function
/external/freetype/src/autofit/
Dafloader.c411 FT_Outline_Get_CBox( &gloader->base.outline, &bbox ); in af_loader_load_g()
/external/freetype/src/truetype/
Dttgload.c1633 FT_Outline_Get_CBox( &glyph->outline, &bbox ); in compute_glyph_metrics()
/external/freetype/src/cff/
Dcffgload.c2948 FT_Outline_Get_CBox( &glyph->root.outline, &cbox ); in cff_slot_load()