OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charstrings_index
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/freetype/src/cff/
cfftypes.h
238
CFF_IndexRec
charstrings_index
;
member in struct:CFF_FontRec_
cffload.c
[
all
...]
cffgload.c
669
return cff_index_access_element( &cff->
charstrings_index
, glyph_index,
705
cff_index_forget_element( &cff->
charstrings_index
, pointer );
[
all
...]
cffobjs.c
727
cffface->num_glyphs = cff->
charstrings_index
.count;
[
all
...]
/external/freetype/src/cff/
cfftypes.h
239
CFF_IndexRec
charstrings_index
;
member in struct:CFF_FontRec_
cffload.c
[
all
...]
cffgload.c
690
return cff_index_access_element( &cff->
charstrings_index
, glyph_index,
726
cff_index_forget_element( &cff->
charstrings_index
, pointer );
[
all
...]
cffobjs.c
742
cffface->num_glyphs = cff->
charstrings_index
.count;
[
all
...]
Completed in 2174 milliseconds