Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/tests/issue-1063/
Dmain.c29 if ( FT_New_Face( library, filepath, 0, &face ) != 0 ) in main()
/third_party/skia/third_party/externals/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()
/third_party/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
/third_party/skia/third_party/externals/icu/source/samples/layout/
DGnomeFontInstance.cpp64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
/third_party/skia/third_party/externals/freetype/src/bdf/
DREADME40 FT_New_Face( library, ..., &face );
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2202 FT_New_Face( FT_Library library,
/third_party/skia/third_party/externals/freetype/src/base/
Dftmac.c968 FT_New_Face( FT_Library library, in FT_New_Face() function
Dftobjs.c1512 FT_New_Face( FT_Library library, in FT_New_Face() function
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-math.c64 if ((ft_error = FT_New_Face (ft_library, path, 0, &ft_face))) { in openFont()
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c1388 FT_New_Face( FT_Library library, in FT_New_Face() function
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c459 err = FT_New_Face(s->library, path, index, &s->face); in load_font_file()
Davf_showcqt.c525 if (FT_New_Face(lib, fontfile, 0, &face)) in render_freetype()
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES1209 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/
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