OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:font_dict
(Results
1 - 5
of
5
) sorted by null
/external/freetype/src/cff/
cffdrivr.c
329
CFF_FontRecDict dict = &cff->top_font.
font_dict
;
453
CFF_FontRecDict dict = &cff->top_font.
font_dict
;
510
CFF_FontRecDict dict = &cff->top_font.
font_dict
;
535
CFF_FontRecDict dict = &cff->top_font.
font_dict
;
cffobjs.c
225
FT_ULong top_upm = font->top_font.
font_dict
.units_per_em;
236
FT_ULong sub_upm = sub->
font_dict
.units_per_em;
297
FT_ULong top_upm = font->top_font.
font_dict
.units_per_em;
308
FT_ULong sub_upm = sub->
font_dict
.units_per_em;
604
dict = &cff->top_font.
font_dict
;
672
CFF_FontRecDict sub = &cff->subfonts[i - 1]->
font_dict
;
673
CFF_FontRecDict top = &cff->top_font.
font_dict
;
950
if ( pure_cff && cff->top_font.
font_dict
.cid_registry != 0xFFFFU )
[
all
...]
cfftypes.h
207
CFF_FontRecDictRec
font_dict
;
member in struct:CFF_SubFontRec_
cffgload.c
398
cff->top_font.
font_dict
.charstring_type,
452
decoder->cff->top_font.
font_dict
.charstring_type,
896
decoder->cff->top_font.
font_dict
.charstring_type;
[
all
...]
cffload.c
[
all
...]
Completed in 1853 milliseconds