Home
last modified time | relevance | path

Searched refs:FT_Outline_Transform (Results 1 – 17 of 17) sorted by relevance

/external/freetype/include/freetype/
Dftoutln.h324 FT_Outline_Transform( const FT_Outline* outline,
/external/freetype/src/base/
Dftsynth.c73 FT_Outline_Transform( outline, &transform ); in FT_GlyphSlot_Oblique()
Dftglyph.c232 FT_Outline_Transform( &glyph->outline, matrix ); in ft_outline_glyph_transform()
Dftoutln.c706 FT_Outline_Transform( const FT_Outline* outline, in FT_Outline_Transform() function
Dftobjs.c1020 FT_Outline_Transform( &slot->outline, in FT_Load_Glyph()
/external/freetype/src/raster/
Dftrend1.c68 FT_Outline_Transform( &slot->outline, matrix ); in ft_raster1_transform()
/external/freetype/src/autofit/
Dafloader.c203 FT_Outline_Transform( &slot->outline, &scale_down_matrix ); in af_loader_embolden_glyph_in_slot()
528 FT_Outline_Transform( &gloader->base.outline, &loader->trans_matrix ); in af_loader_load_glyph()
/external/freetype/src/cid/
Dcidgload.c462 FT_Outline_Transform( &cidglyph->outline, &font_matrix ); in cid_slot_load_glyph()
/external/freetype/src/pfr/
Dpfrobjs.c423 FT_Outline_Transform( outline, &font_matrix ); in pfr_slot_load()
/external/freetype/src/smooth/
Dftsmooth.c57 FT_Outline_Transform( &slot->outline, matrix ); in ft_smooth_transform()
/external/freetype/src/type1/
Dt1gload.c517 FT_Outline_Transform( &t1glyph->outline, &font_matrix ); in T1_Load_Glyph()
/external/freetype/src/cff/
Dcffgload.c614 FT_Outline_Transform( &glyph->root.outline, &font_matrix ); in cff_slot_load()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1352 FT_Outline_Transform(&bboxOutline, &fMatrix22); in generateMetrics()
/external/freetype/src/truetype/
Dttgload.c1197 FT_Outline_Transform( &current, &subglyph->transform ); in TT_Process_Composite_Component()
/external/freetype/
DChangeLog.21228 FT_Outline_Transform): Check for valid `outline' pointer.
242 FT_Outline_Transform), src/base/ftoutln.c (FT_Outline_Translate,
243 FT_Outline_Transform): Decorate parameters with `const' where
403 FT_Outline_Copy, FT_Outline_Transform, FT_Vector_Transform,
DChangeLog1163 * src/base/ftoutln.c (FT_Outline_Transform): Bail on empty points.
DChangeLog.263563 `FT_Outline_Transform' and `FT_Outline_Translate'.