Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dftoutln.h123 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.c517 error = FT_Outline_Decompose( outline, &bbox_interface, &user ); in FT_EXPORT_DEF()
Dftoutln.c43 FT_Outline_Decompose( FT_Outline* outline, in FT_Outline_Decompose() function
/external/freetype/src/smooth/
Dftgrays.c1372 FT_Outline_Decompose( const FT_Outline* outline, in FT_Outline_Decompose() function
1644 error = FT_Outline_Decompose( &ras.outline, &func_interface, &ras ); in gray_convert_glyph_inner()
/external/pdfium/core/fxge/
Dcfx_font.cpp690 FT_Outline_Decompose(FXFT_Get_Glyph_Outline(m_Face->GetRec()), &funcs, in LoadGlyphPathImpl()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp736 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path); in generateGlyphPath()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp1306 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &SkFTGeometrySink::Funcs, &sink); in generateGlyphPathStatic()
/external/ImageMagick/MagickCore/
Dannotate.c1677 ft_status=FT_Outline_Decompose(&outline,&OutlineMethods, in RenderFreetype()
/external/freetype/
DChangeLog.2958 * src/base/ftoutln.c (FT_Outline_Decompose): Improve error tracing.
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'.
DChangeLog346 * src/base/ftoutln.c (FT_Outline_Decompose): Fix number of arguments
DChangeLog.252233 (FT_Outline_Decompose), src/bdf/bdfdrivr.c (bdf_interpret_style),
DChangeLog.21303 src/smooth/ftgrays.c (FT_Outline_Decompose, gray_raster_render),