OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dir_tables
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c
131
*tag = face->
dir_tables
[idx].Tag;
132
*offset = face->
dir_tables
[idx].Offset;
133
*length = face->
dir_tables
[idx].Length;
ttload.c
73
entry = face->
dir_tables
;
380
if ( FT_QNEW_ARRAY( face->
dir_tables
, face->num_tables ) )
387
entry = face->
dir_tables
;
[
all
...]
sfobjs.c
[
all
...]
/external/freetype/src/sfnt/
sfdriver.c
131
*tag = face->
dir_tables
[idx].Tag;
132
*offset = face->
dir_tables
[idx].Offset;
133
*length = face->
dir_tables
[idx].Length;
ttload.c
73
entry = face->
dir_tables
;
380
if ( FT_QNEW_ARRAY( face->
dir_tables
, face->num_tables ) )
387
entry = face->
dir_tables
;
[
all
...]
sfobjs.c
[
all
...]
/external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c
218
if ( face->
dir_tables
[i].CheckSum )
219
return face->
dir_tables
[i].CheckSum;
226
face->
dir_tables
[i].Tag,
232
face->
dir_tables
[i].Length );
361
switch( face->
dir_tables
[i].Tag )
383
if ( face->
dir_tables
[i].Length == sfnt_id[j][k].Length )
[
all
...]
ttpload.c
124
TT_Table entry = face->
dir_tables
;
/external/freetype/src/truetype/
ttobjs.c
218
if ( face->
dir_tables
[i].CheckSum )
219
return face->
dir_tables
[i].CheckSum;
226
face->
dir_tables
[i].Tag,
232
face->
dir_tables
[i].Length );
361
switch( face->
dir_tables
[i].Tag )
383
if ( face->
dir_tables
[i].Length == sfnt_id[j][k].Length )
[
all
...]
ttpload.c
124
TT_Table entry = face->
dir_tables
;
/external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h
1185
TT_Table
dir_tables
;
member in struct:TT_FaceRec_
[
all
...]
/external/freetype/include/freetype/internal/
tttypes.h
1185
TT_Table
dir_tables
;
member in struct:TT_FaceRec_
[
all
...]
Completed in 543 milliseconds