OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_FACE_DRIVER
(Results
1 - 3
of
3
) sorted by null
/external/freetype/include/freetype/internal/
ftobjs.h
527
#define
FT_FACE_DRIVER
( x ) FT_FACE( x )->driver
528
#define FT_FACE_LIBRARY( x )
FT_FACE_DRIVER
( x )->root.library
[
all
...]
/external/freetype/src/truetype/
ttobjs.c
732
exec = ( (TT_Driver)
FT_FACE_DRIVER
( face ) )->context;
826
exec = ( (TT_Driver)
FT_FACE_DRIVER
( face ) )->context;
[
all
...]
ttgload.c
[
all
...]
Completed in 2062 milliseconds