OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FTC_Cache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/cache/
ftccache.h
31
typedef struct FTC_CacheRec_*
FTC_Cache
;
83
ftc_get_top_node_for_hash(
FTC_Cache
cache,
102
FTC_Cache
cache );
106
FTC_Cache
cache );
112
FTC_Cache
cache,
118
FTC_Cache
cache );
121
(*FTC_Cache_InitFunc)(
FTC_Cache
cache );
124
(*FTC_Cache_DoneFunc)(
FTC_Cache
cache );
161
#define
FTC_CACHE
( x ) ( (
FTC_Cache
)(x)
[
all
...]
/external/freetype/src/cache/
ftccache.h
31
typedef struct FTC_CacheRec_*
FTC_Cache
;
83
ftc_get_top_node_for_hash(
FTC_Cache
cache,
102
FTC_Cache
cache );
106
FTC_Cache
cache );
112
FTC_Cache
cache,
118
FTC_Cache
cache );
121
(*FTC_Cache_InitFunc)(
FTC_Cache
cache );
124
(*FTC_Cache_DoneFunc)(
FTC_Cache
cache );
161
#define
FTC_CACHE
( x ) ( (
FTC_Cache
)(x)
[
all
...]
Completed in 56 milliseconds