Searched refs:FT_New_Face (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/freetype/tests/issue-1063/ |
D | main.c | 29 if ( FT_New_Face( library, filepath, 0, &face ) != 0 ) in main()
|
/third_party/skia/third_party/externals/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()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | GnomeFontInstance.cpp | 64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | GnomeFontInstance.cpp | 64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | README | 40 FT_New_Face( library, ..., &face );
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 2202 FT_New_Face( FT_Library library,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftmac.c | 968 FT_New_Face( FT_Library library, in FT_New_Face() function
|
D | ftobjs.c | 1512 FT_New_Face( FT_Library library, in FT_New_Face() function
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-math.c | 64 if ((ft_error = FT_New_Face (ft_library, path, 0, &ft_face))) { in openFont()
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
D | ftmac.c | 1388 FT_New_Face( FT_Library library, in FT_New_Face() function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawtext.c | 459 err = FT_New_Face(s->library, path, index, &s->face); in load_font_file()
|
D | avf_showcqt.c | 525 if (FT_New_Face(lib, fontfile, 0, &face)) in render_freetype()
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 1209 as a mutex lock is used around `FT_New_Face' and `FT_Done_Face'. 2802 - `FT_New_Face' and `FT_New_Face_From_FSSpec' in ftmac.c have been 2833 FT_New_Memory_Face (instead of FT_New_Face). 3108 `FT_New_Face_From_FSSpec' similar to `FT_New_Face' except that 5203 can now be created with a single function call (see FT_New_Face 5206 - when calling either FT_New_Face & FT_Open_Face, a size object 5371 use FT_Open_Face instead of FT_New_Face to create the face).
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
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
|