Home
last modified time | relevance | path

Searched refs:FT_Outline_Decompose (Results 1 – 14 of 14) sorted by relevance

/external/freetype/include/freetype/
Dftoutln.h126 FT_Outline_Decompose( FT_Outline* outline,
/external/freetype/src/tools/ftrandom/
DREADME28 --check-outlines Call `FT_Outline_Decompose' on each glyph.
Dftrandom.c186 FT_Outline_Decompose( &face->glyph->outline, &outlinefuncs, NULL ); in TestFace()
/external/freetype/src/base/
Dftbbox.c518 error = FT_Outline_Decompose( outline, &bbox_interface, &user ); in FT_EXPORT_DEF()
Dftoutln.c51 FT_Outline_Decompose( FT_Outline* outline, in FT_Outline_Decompose() function
/external/pdfium/core/fxge/
Dfx_freetype.h181 FT_Outline_Decompose(outline, funcs, params)
/external/freetype/src/smooth/
Dftgrays.c1369 FT_Outline_Decompose( const FT_Outline* outline, in FT_Outline_Decompose() function
1641 error = FT_Outline_Decompose( &ras.outline, &func_interface, &ras ); in gray_convert_glyph_inner()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp736 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path); in generateGlyphPath()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp736 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path); in generateGlyphPath()
/external/ImageMagick/MagickCore/
Dannotate.c1615 ft_status=FT_Outline_Decompose(&outline,&OutlineMethods, in RenderFreetype()
/external/freetype/
DChangeLog.234043 (FT_Outline_Decompose): Decorate with tracing messages.
4060 (FT_Outline_Decompose) [_STANDALONE_]: Synchronize with version in
5785 * src/base/ftoutln.c (FT_Outline_Decompose): Check `last'.
DChangeLog1417 * src/base/ftoutln.c (FT_Outline_Decompose): Improve error tracing.
DChangeLog.252233 (FT_Outline_Decompose), src/bdf/bdfdrivr.c (bdf_interpret_style),
DChangeLog.21303 src/smooth/ftgrays.c (FT_Outline_Decompose, gray_raster_render),