OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:afm_stream
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/psaux/
afmparse.c
31
/*
AFM_Stream
*/
33
/* The use of
AFM_Stream
is largely inspired by parseAFM.[ch] from t1lib. */
92
afm_stream_skip_spaces(
AFM_Stream
stream )
120
afm_stream_read_one(
AFM_Stream
stream )
161
afm_stream_read_string(
AFM_Stream
stream )
364
* high-level operations to an
AFM_Stream
. The rest of the
366
*
AFM_Stream
directly.
374
AFM_Stream
stream = parser->stream;
448
AFM_Stream
stream = parser->stream;
533
AFM_Stream
stream = NULL
[
all
...]
/external/pdfium/third_party/freetype/src/psaux/
afmparse.c
31
/*
AFM_Stream
*/
33
/* The use of
AFM_Stream
is largely inspired by parseAFM.[ch] from t1lib. */
92
afm_stream_skip_spaces(
AFM_Stream
stream )
120
afm_stream_read_one(
AFM_Stream
stream )
161
afm_stream_read_string(
AFM_Stream
stream )
364
* high-level operations to an
AFM_Stream
. The rest of the
366
*
AFM_Stream
directly.
374
AFM_Stream
stream = parser->stream;
448
AFM_Stream
stream = parser->stream;
533
AFM_Stream
stream = NULL
[
all
...]
/external/freetype/include/freetype/internal/
psaux.h
733
typedef struct AFM_StreamRec_*
AFM_Stream
;
758
AFM_Stream
stream;
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h
731
typedef struct AFM_StreamRec_*
AFM_Stream
;
756
AFM_Stream
stream;
[
all
...]
Completed in 731 milliseconds