OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_dicts
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.c
113
if ( parser->num_dict < 0 || parser->num_dict >= cid->
num_dicts
)
159
if ( parser->num_dict >= 0 && parser->num_dict < face->cid.
num_dicts
)
220
FT_Long
num_dicts
;
local
223
num_dicts
= cid_parser_to_int( parser );
224
if (
num_dicts
< 0 )
247
if ( (FT_ULong)
num_dicts
> stream->size / 100 )
251
num_dicts
,
253
num_dicts
= (FT_Long)( stream->size / 100 );
261
if ( FT_NEW_ARRAY( cid->font_dicts,
num_dicts
) )
264
cid->
num_dicts
= num_dicts
[
all
...]
/external/pdfium/third_party/freetype/src/cid/
cidload.c
113
if ( parser->num_dict < 0 || parser->num_dict >= cid->
num_dicts
)
159
if ( parser->num_dict >= 0 && parser->num_dict < face->cid.
num_dicts
)
219
FT_Long
num_dicts
;
local
222
num_dicts
= cid_parser_to_int( parser );
223
if (
num_dicts
< 0 )
235
if ( FT_NEW_ARRAY( cid->font_dicts,
num_dicts
) )
238
cid->
num_dicts
=
num_dicts
;
241
for ( n = 0; n < cid->
num_dicts
; n++ )
267
if ( parser->num_dict >= 0 && parser->num_dict < face->cid.
num_dicts
)
[
all
...]
/external/freetype/include/freetype/
t1tables.h
416
FT_Int
num_dicts
;
member in struct:CID_FaceInfoRec_
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
t1tables.h
416
FT_Int
num_dicts
;
member in struct:CID_FaceInfoRec_
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/
t1tables.h
416
FT_Int
num_dicts
;
member in struct:CID_FaceInfoRec_
[
all
...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h
416
FT_Int
num_dicts
;
member in struct:CID_FaceInfoRec_
[
all
...]
Completed in 687 milliseconds