OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comp_stream
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfdrivr.c
250
if ( pcfface->stream == &face->
comp_stream
)
252
FT_Stream_Close( &face->
comp_stream
);
289
error2 = FT_Stream_OpenGzip( &face->
comp_stream
, stream );
304
error3 = FT_Stream_OpenLZW( &face->
comp_stream
, stream );
319
error4 = FT_Stream_OpenBzip2( &face->
comp_stream
, stream );
331
pcfface->stream = &face->
comp_stream
;
pcf.h
139
FT_StreamRec
comp_stream
;
member in struct:PCF_FaceRec_
Completed in 865 milliseconds