OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_FACE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h
300
/* This structure contains the internal fields of each
FT_Face
*/
348
/* A counter initialized to~1 at the time an @
FT_Face
structure is */
553
#define
FT_FACE
( x ) ((
FT_Face
)(x))
557
#define FT_FACE_DRIVER( x )
FT_FACE
( x )->driver
559
#define FT_FACE_MEMORY( x )
FT_FACE
( x )->memory
560
#define FT_FACE_STREAM( x )
FT_FACE
( x )->stream
565
#define FT_FACE_SLOT( x )
FT_FACE
( x )->glyph
566
#define FT_FACE_SIZE( x )
FT_FACE
( x )->size
590
FT_New_GlyphSlot(
FT_Face
face
[
all
...]
/external/freetype/include/freetype/internal/
ftobjs.h
300
/* This structure contains the internal fields of each
FT_Face
*/
348
/* A counter initialized to~1 at the time an @
FT_Face
structure is */
553
#define
FT_FACE
( x ) ((
FT_Face
)(x))
557
#define FT_FACE_DRIVER( x )
FT_FACE
( x )->driver
559
#define FT_FACE_MEMORY( x )
FT_FACE
( x )->memory
560
#define FT_FACE_STREAM( x )
FT_FACE
( x )->stream
565
#define FT_FACE_SLOT( x )
FT_FACE
( x )->glyph
566
#define FT_FACE_SIZE( x )
FT_FACE
( x )->size
590
FT_New_GlyphSlot(
FT_Face
face
[
all
...]
Completed in 300 milliseconds