Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c1412 return FT_Open_Face( library, &args, face_index, aface ); in FT_New_Face()
1467 return FT_Open_Face( library, &args, face_index, aface ); in FT_New_Face_From_FSRef()
1524 return FT_Open_Face( library, &args, face_index, aface ); in FT_New_Face_From_FSSpec()
/third_party/skia/third_party/externals/freetype/src/base/
Dftmac.c993 return FT_Open_Face( library, &args, face_index, aface ); in FT_New_Face()
1039 return FT_Open_Face( library, &args, face_index, aface ); in FT_New_Face_From_FSRef()
Dftobjs.c2423 FT_Open_Face( FT_Library library, in FT_Open_Face() function
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h2391 FT_Open_Face( FT_Library library,
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c304 error = FT_Open_Face( FT_FACE_LIBRARY( face ), in T42_Face_Init()
/third_party/skia/third_party/externals/freetype/docs/
DDOCGUIDE270 See @FT_Open_Face for a detailed description of this
DCHANGES1151 number of instances for the given face index. `FT_Open_Face'
2081 - For `FT_Open_Face', new parameters are available to ignore
2233 initialized properly after calling FT_Open_Face and friends with
2350 - A call to FT_Open_Face with `face_index' < 0 crashed FreeType if
2612 unpatented hinting with a special parameter to `FT_Open_Face' as
3175 - Using an invalid face index in FT_Open_Face and friends now
5073 - FT_Open_Face changed in order to received a pointer to a
5125 - FT_New_Memory_Face is gone. Likewise, FT_Open_Face has a new
5204 and FT_Open_Face)
5206 - when calling either FT_New_Face & FT_Open_Face, a size object
[all …]
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.27358 * src/base/ftobjs.c (FT_Open_Face): Code moved to...
362 (FT_Open_Face, FT_New_Face, FT_New_Memory_Face,
445 Improve tracing of `FT_Open_Face'.
447 * src/base/ftobjs.c (FT_Open_Face): Return info on number of
1631 * src/base/ftobjs.c (FT_Open_Face): Check whether negation was
DChangeLog.25804 the call to `FT_Open_Face', which follows after parsing, even for
3652 * src/base/ftobjs.c (FT_Open_Face): Set `stream' after calling
3704 FT_Open_Face: Improve external stream handling.
3712 * src/base/ftobjs.c (FT_Open_Face): Move code to set
4610 * src/base/ftobjs.c (FT_Open_Face): Pacify compiler.
4629 FT_Open_Face() fails in a memory allocation before the face's
4636 (FT_Open_Face) <Fail>: Behave correctly if `node' is NULL.
DChangeLog.210190 [base] Fix `FT_Open_Face`'s handling of user-supplied streams.
196 Normally, `FT_Open_Face` calls `FT_Stream_New`, which returns the
198 in `FT_Open_Face`, the stream is closed via `FT_Stream_Free`.
202 user-supplied stream is not returned to `FT_Open_Face` and never
204 see is that `FT_Open_Face` returns `FT_Err_Out_Of_Memory`, but that
206 body of `FT_Open_Face`, when the user's stream has already been
207 closed by `FT_Open_Face`. It is plausible that the user stream's
209 so the user cannot defensively free it upon `FT_Open_Face` failure
218 cases, so the user can be sure that if `FT_Open_Face` failed, the
250 allocated a new stream but `FT_Open_Face` marked it as an 'external'
DChangeLog.21233 (FT_Open_Face): Updated -- face->glyph is already managed by
283 * src/base/ftobjs.c (FT_Open_Face): Make it work as documented, this
2795 to zero before calling FT_Open_Face.
3750 (FT_Open_Face) [!FT_MACINTOSH]: Add conditional
5647 (FT_Open_Face) [!FT_MACINTOSH]: Use load_mac_face.
6682 * include/freetype/freetype.h (FT_Open_Face): Use `const' for `args'
6684 * src/base/ftobjs.c (FT_Open_Face): Updated.
7454 * src/base/ftobjs.c (open_face, FT_Open_Face)
7522 designed to be passed to FT_Open_Face to provide callback functions
7545 (FT_Open_Face) [FT_CONFIG_OPTION_INCREMENTAL]: Use incremental
DChangeLog.221850 FT_New_Memory_Face with call to FT_Open_Face to pass `params'.
2074 * src/base/ftobjs.c (FT_Open_Face): Avoid possible memory leak.
2229 * src/base/ftobjs.c (FT_Open_Face): Don't call FT_New_GlyphSlot and
DChangeLog.23106 New parameters for FT_Open_Face() to ignore preferred family names.
3860 * src/base/ftobjs.c (FT_Open_Face): When TrueType driver returns
4272 (FT_Open_Face): Ditto (stream).
4877 * src/base/ftobjs.c (FT_Open_Face): Don't define a variable in block
5158 (FT_Open_Face): Even when FT_New_Stream() returns an error, proceed
7121 FT_Open_Face is now more than three times faster.
DChangeLog.201417 * src/base/ftobjs.c (FT_Open_Face, FT_Render_Glyph_Internal): Use it
1583 * src/base/ftobjs.c (FT_Open_Face): Fixed a small memory leak
DChangeLog.241691 * src/base/ftobjs.c (FT_Open_Face): Initialize `error' with
5556 * src/base/ftobjs.c (FT_Open_Face, FT_New_Library): Handle
DChangeLog.261866 * src/base/ftobjs.c (Mac_Read_sfnt_Resource, FT_Open_Face): Set
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp316 FT_Error err = FT_Open_Face(gFTLibrary->library(), &args, data->getIndex(), &rawFace); in Make()
1821 if (FT_Open_Face(fLibrary, &args, ttcIndex, &face)) { in openFace()
/third_party/chromium/patch/
D0001-cve.patch7293 + - A new tag `FT_PARAM_TAG_IGNORE_SBIX` for `FT_Open_Face` makes
7490 + * a bitmap-only face. Using @FT_Open_Face with
7509 + * FT_Open_Face( library, &args, 0, &face2 );
7824 + * A tag for @FT_Parameter to make @FT_Open_Face ignore an 'sbix' table
8518 FT_TRACE3(( "FT_Open_Face: " ));