Home
last modified time | relevance | path

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

/external/freetype/
Dlibft2.map.txt8 FT_New_Face; # vndk
DChangeLog.27362 (FT_Open_Face, FT_New_Face, FT_New_Memory_Face,
DChangeLog.212882 (FT_New_Face): Use FT_New_Face_From_Resource.
2900 `FT_New_Face_From_FSSpec' similar to `FT_New_Face'.
2921 (FT_New_Face): Updated to use new functions.
8543 (FT_New_Face): Use it.
DChangeLog.20617 (FT_New_Face): Updated.
DChangeLog.221751 FT_New_Face() and FT_New_Face_From_FSSpec() count the faces as
DChangeLog.233009 * src/base/ftobjs.c (FT_New_Face, FT_New_Memory_Face): Initialize
4002 * src/base/ftobjs.c (FT_New_Face): Fix the condition to include this
/external/freetype/src/tools/ftrandom/
Dftrandom.c212 if ( FT_New_Face( context, testfont, 0, &face ) ) in ExecuteTest()
230 if ( !FT_New_Face( context, testfont, i, &face ) ) in ExecuteTest()
/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
/external/harfbuzz_ng/src/
Dtest-ot-color.cc313 FT_New_Face (library, argv[1], 0, &ft_face); in main()
/external/pdfium/core/fxge/
Dfx_freetype.h79 FT_New_Face(static_cast<FT_Library>(library), filename, index, \
/external/freetype/src/bdf/
DREADME40 FT_New_Face( library, ..., &face );
/external/freetype/include/freetype/
Dfreetype.h2261 FT_New_Face( FT_Library library,
/external/freetype/src/base/
Dftmac.c969 FT_New_Face( FT_Library library, in FT_New_Face() function
Dftobjs.c1419 FT_New_Face( FT_Library library, in FT_New_Face() function
/external/harfbuzz_ng/test/api/
Dtest-ot-math.c64 if ((ft_error = FT_New_Face (ft_library, path, 0, &ft_face))) { in openFont()
/external/freetype/builds/mac/
Dftmac.c1388 FT_New_Face( FT_Library library, in FT_New_Face() function
/external/freetype/docs/
DCHANGES777 as a mutex lock is used around `FT_New_Face' and `FT_Done_Face'.
2370 - `FT_New_Face' and `FT_New_Face_From_FSSpec' in ftmac.c have been
2401 FT_New_Memory_Face (instead of FT_New_Face).
2676 `FT_New_Face_From_FSSpec' similar to `FT_New_Face' except that
4771 can now be created with a single function call (see FT_New_Face
4774 - when calling either FT_New_Face & FT_Open_Face, a size object
4939 use FT_Open_Face instead of FT_New_Face to create the face).