Searched refs:GLYPH_STREAM (Results 1 – 2 of 2) sorted by relevance
84 #define GLYPH_STREAM 3 macro979 if ( FT_STREAM_SEEK( substreams[GLYPH_STREAM].offset ) || in reconstruct_glyf()982 substreams[GLYPH_STREAM].offset = FT_STREAM_POS(); in reconstruct_glyf()1073 triplet_buf = stream->base + substreams[GLYPH_STREAM].offset; in reconstruct_glyf()1075 if ( substreams[GLYPH_STREAM].size < in reconstruct_glyf()1076 ( substreams[GLYPH_STREAM].offset - in reconstruct_glyf()1077 substreams[GLYPH_STREAM].start ) ) in reconstruct_glyf()1080 triplet_size = substreams[GLYPH_STREAM].size - in reconstruct_glyf()1081 ( substreams[GLYPH_STREAM].offset - in reconstruct_glyf()1082 substreams[GLYPH_STREAM].start ); in reconstruct_glyf()[all …]
1670 (N_CONTOUR_STREAM, N_POINTS_STREAM, FLAG_STREAM, GLYPH_STREAM,