HomeSort by relevance Sort by last modified time
    Searched refs:HB_Stream (Results 1 - 25 of 30) sorted by null

1 2

  /external/harfbuzz/src/
harfbuzz-open-private.h 49 HB_Stream input );
52 HB_Stream input );
55 HB_Stream input,
60 HB_Stream input );
64 HB_Stream input );
70 HB_Stream input );
73 HB_Stream input );
harfbuzz-stream-private.h 35 _hb_close_stream( HB_Stream stream );
38 _hb_stream_pos( HB_Stream stream );
41 _hb_stream_seek( HB_Stream stream,
45 _hb_stream_frame_enter( HB_Stream stream,
49 _hb_stream_frame_exit( HB_Stream stream );
harfbuzz-stream.c 52 _hb_close_stream( HB_Stream stream )
62 _hb_stream_pos( HB_Stream stream )
70 _hb_stream_seek( HB_Stream stream,
85 _hb_stream_frame_enter( HB_Stream stream,
109 _hb_stream_frame_exit( HB_Stream stream )
harfbuzz-gpos.h 90 HB_Error HB_Load_GPOS_Table( HB_Stream stream,
93 HB_Stream gdefStream );
harfbuzz-gsub.h 88 HB_Error HB_Load_GSUB_Table( HB_Stream stream,
91 HB_Stream gdefStream );
harfbuzz-gdef-private.h 125 HB_Stream input,
harfbuzz-gdef.h 117 HB_Error HB_Load_GDEF_Table( HB_Stream stream,
harfbuzz-global.h 113 typedef struct HB_StreamRec_ *HB_Stream;
harfbuzz-open.c 38 HB_Stream stream )
85 HB_Stream stream )
202 HB_Stream stream )
305 HB_Stream stream )
354 HB_Stream stream )
451 HB_Stream stream,
476 HB_Stream stream,
579 HB_Stream stream,
671 HB_Stream stream )
718 HB_Stream stream
    [all...]
harfbuzz-gdef.c 31 HB_Stream stream );
33 HB_Stream stream );
82 HB_Error HB_Load_GDEF_Table( HB_Stream stream,
227 HB_Stream stream )
276 HB_Stream stream )
384 HB_Stream stream )
472 HB_Stream stream )
548 HB_Stream stream )
1125 HB_Stream stream,
harfbuzz-gsub.c 48 HB_Error HB_Load_GSUB_Table( HB_Stream stream,
51 HB_Stream gdefStream )
164 HB_Stream stream )
326 HB_Stream stream )
375 HB_Stream stream )
527 HB_Stream stream )
573 HB_Stream stream )
725 HB_Stream stream )
774 HB_Stream stream )
850 HB_Stream stream
    [all...]
harfbuzz-gpos.c 79 HB_Error HB_Load_GPOS_Table( HB_Stream stream,
82 HB_Stream gdefStream )
204 HB_Stream stream )
576 HB_Stream stream )
814 HB_Stream stream )
894 HB_Stream stream )
1070 HB_Stream stream )
1173 HB_Stream stream )
1254 HB_Stream stream )
1412 HB_Stream stream
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open-private.h 49 HB_Stream input );
52 HB_Stream input );
55 HB_Stream input,
60 HB_Stream input );
64 HB_Stream input );
70 HB_Stream input );
73 HB_Stream input );
harfbuzz-stream-private.h 35 _hb_close_stream( HB_Stream stream );
38 _hb_stream_pos( HB_Stream stream );
41 _hb_stream_seek( HB_Stream stream,
45 _hb_stream_frame_enter( HB_Stream stream,
49 _hb_stream_frame_exit( HB_Stream stream );
harfbuzz-stream.c 52 _hb_close_stream( HB_Stream stream )
62 _hb_stream_pos( HB_Stream stream )
70 _hb_stream_seek( HB_Stream stream,
85 _hb_stream_frame_enter( HB_Stream stream,
109 _hb_stream_frame_exit( HB_Stream stream )
harfbuzz-gpos.h 90 HB_Error HB_Load_GPOS_Table( HB_Stream stream,
93 HB_Stream gdefStream );
harfbuzz-gsub.h 88 HB_Error HB_Load_GSUB_Table( HB_Stream stream,
91 HB_Stream gdefStream );
harfbuzz-gdef-private.h 125 HB_Stream input,
harfbuzz-gdef.h 117 HB_Error HB_Load_GDEF_Table( HB_Stream stream,
harfbuzz-global.h 120 typedef struct HB_StreamRec_ *HB_Stream;
harfbuzz-open.c 38 HB_Stream stream )
85 HB_Stream stream )
202 HB_Stream stream )
305 HB_Stream stream )
354 HB_Stream stream )
451 HB_Stream stream,
476 HB_Stream stream,
579 HB_Stream stream,
671 HB_Stream stream )
718 HB_Stream stream
    [all...]
harfbuzz-gdef.c 31 HB_Stream stream );
33 HB_Stream stream );
82 HB_Error HB_Load_GDEF_Table( HB_Stream stream,
227 HB_Stream stream )
276 HB_Stream stream )
384 HB_Stream stream )
472 HB_Stream stream )
548 HB_Stream stream )
1125 HB_Stream stream,
harfbuzz-gsub.c 48 HB_Error HB_Load_GSUB_Table( HB_Stream stream,
51 HB_Stream gdefStream )
164 HB_Stream stream )
326 HB_Stream stream )
375 HB_Stream stream )
527 HB_Stream stream )
573 HB_Stream stream )
725 HB_Stream stream )
774 HB_Stream stream )
850 HB_Stream stream
    [all...]
harfbuzz-gpos.c 79 HB_Error HB_Load_GPOS_Table( HB_Stream stream,
82 HB_Stream gdefStream )
204 HB_Stream stream )
576 HB_Stream stream )
814 HB_Stream stream )
894 HB_Stream stream )
1070 HB_Stream stream )
1173 HB_Stream stream )
1254 HB_Stream stream )
1412 HB_Stream stream
    [all...]
harfbuzz-shaper.cpp 583 static HB_Stream getTableStream(void *font, HB_GetFontTableFunc tableFunc, HB_Tag tag)
587 HB_Stream stream = 0;
595 stream = (HB_Stream)malloc(sizeof(HB_StreamRec));
633 HB_Stream stream;
634 HB_Stream gdefStream;
    [all...]

Completed in 732 milliseconds

1 2