OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_last
(Results
1 - 9
of
9
) sorted by null
/external/freetype/include/freetype/internal/
t1types.h
62
/*
code_last
:: The highest valid character code in the encoding */
74
FT_Int
code_last
;
member in struct:T1_EncodingRecRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/pdfium/third_party/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
193
cmap->count = (FT_UInt)encoding->
code_last
- cmap->first;
197
FT_ASSERT( encoding->code_first <= encoding->
code_last
);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1cmap.c
193
cmap->count = (FT_UInt)encoding->
code_last
- cmap->first;
197
FT_ASSERT( encoding->code_first <= encoding->
code_last
);
/external/pdfium/third_party/freetype/src/psaux/
t1cmap.c
193
cmap->count = (FT_UInt)encoding->
code_last
- cmap->first;
197
FT_ASSERT( encoding->code_first <= encoding->
code_last
);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c
150
type1->encoding.
code_last
= max_char;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.c
[
all
...]
/external/pdfium/third_party/freetype/src/type1/
t1load.c
[
all
...]
Completed in 3504 milliseconds