OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cid_stream
(Results
1 - 5
of
5
) sorted by null
/external/freetype/include/internal/
t1types.h
245
FT_Stream
cid_stream
;
member in struct:CID_FaceRec_
/external/pdfium/third_party/freetype/include/internal/
t1types.h
245
FT_Stream
cid_stream
;
member in struct:CID_FaceRec_
/external/pdfium/third_party/freetype/src/cid/
cidload.c
405
FT_Stream stream = face->
cid_stream
;
672
if ( FT_NEW( face->
cid_stream
) )
683
FT_Stream_OpenMemory( face->
cid_stream
,
689
*face->
cid_stream
= *face->root.stream;
cidobjs.c
250
FT_FREE( face->
cid_stream
);
cidgload.c
48
FT_Stream stream = face->
cid_stream
;
Completed in 293 milliseconds