Searched refs:FT_New_Face (Results 1 – 17 of 17) sorted by relevance
/external/freetype/ |
D | libft2.map.txt | 8 FT_New_Face; # vndk
|
D | ChangeLog.27 | 362 (FT_Open_Face, FT_New_Face, FT_New_Memory_Face,
|
D | ChangeLog.21 | 2882 (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.
|
D | ChangeLog.20 | 617 (FT_New_Face): Updated.
|
D | ChangeLog.22 | 1751 FT_New_Face() and FT_New_Face_From_FSSpec() count the faces as
|
D | ChangeLog.23 | 3009 * 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/ |
D | ftrandom.c | 212 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/ |
D | GnomeFontInstance.cpp | 64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
|
/external/harfbuzz_ng/src/ |
D | test-ot-color.cc | 313 FT_New_Face (library, argv[1], 0, &ft_face); in main()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 79 FT_New_Face(static_cast<FT_Library>(library), filename, index, \
|
/external/freetype/src/bdf/ |
D | README | 40 FT_New_Face( library, ..., &face );
|
/external/freetype/include/freetype/ |
D | freetype.h | 2261 FT_New_Face( FT_Library library,
|
/external/freetype/src/base/ |
D | ftmac.c | 969 FT_New_Face( FT_Library library, in FT_New_Face() function
|
D | ftobjs.c | 1419 FT_New_Face( FT_Library library, in FT_New_Face() function
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-math.c | 64 if ((ft_error = FT_New_Face (ft_library, path, 0, &ft_face))) { in openFont()
|
/external/freetype/builds/mac/ |
D | ftmac.c | 1388 FT_New_Face( FT_Library library, in FT_New_Face() function
|
/external/freetype/docs/ |
D | CHANGES | 777 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).
|