Searched refs:glyph_data (Results 1 - 10 of 10) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-buffer-private.h51 HB_UShort *glyph_data,
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
H A Dharfbuzz-buffer.c248 /* The following function copies `num_out' elements from `glyph_data'
271 HB_UShort *glyph_data,
302 item->gindex = glyph_data[i];
324 HB_UShort glyph_data = glyph_index; local
327 &glyph_data, component, ligID );
268 _hb_buffer_add_output_glyphs( HB_Buffer buffer, HB_UShort num_in, HB_UShort num_out, HB_UShort *glyph_data, HB_UShort component, HB_UShort ligID ) argument
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-buffer-private.h51 HB_UShort *glyph_data,
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
H A Dharfbuzz-buffer.c248 /* The following function copies `num_out' elements from `glyph_data'
271 HB_UShort *glyph_data,
302 item->gindex = glyph_data[i];
324 HB_UShort glyph_data = glyph_index; local
327 &glyph_data, component, ligID );
268 _hb_buffer_add_output_glyphs( HB_Buffer buffer, HB_UShort num_in, HB_UShort num_out, HB_UShort *glyph_data, HB_UShort component, HB_UShort ligID ) argument
/external/freetype/include/freetype/internal/services/
H A Dsvpscmap.h95 FT_Pointer glyph_data );
/external/freetype/src/psnames/
H A Dpsmodule.c304 FT_Pointer glyph_data )
328 const char* gname = get_glyph_name( glyph_data, n );
347 free_glyph_name( glyph_data, gname );
/external/harfbuzz_ng/src/
H A Dhb-buffer-private.hh127 const hb_codepoint_t *glyph_data);
H A Dhb-ot-layout-gsubgpos-private.hh325 const USHORT *glyph_data) const
332 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
398 const USHORT glyph_data[])
401 match_glyph_data = glyph_data;
468 const USHORT glyph_data[])
471 match_glyph_data = glyph_data;
396 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
466 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
H A Dhb-buffer.cc298 const uint32_t *glyph_data)
309 pinfo->codepoint = glyph_data[i];
296 replace_glyphs(unsigned int num_in, unsigned int num_out, const uint32_t *glyph_data) argument
/external/freetype/src/truetype/
H A Dttgload.c1229 FT_Data glyph_data; local
1278 glyph_index, &glyph_data );
1284 loader->byte_len = glyph_data.length;
1288 glyph_data.pointer, glyph_data.length );
1609 &glyph_data );

Completed in 320 milliseconds