OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_last
(Results
1 - 2
of
2
) sorted by null
/external/freetype/include/freetype/internal/
t1types.h
61
/*
code_last
:: The highest valid character code in the encoding */
73
FT_Int
code_last
;
member in struct:T1_EncodingRecRec_
/external/freetype/src/psaux/
t1cmap.c
182
cmap->count = (FT_UInt)( encoding->
code_last
- cmap->first );
186
FT_ASSERT( encoding->code_first <= encoding->
code_last
);
Completed in 2190 milliseconds