HomeSort by relevance Sort by last modified time
    Searched full:glyph_data (Results 1 - 10 of 10) sorted by null

  /external/harfbuzz/src/
harfbuzz-buffer-private.h 51 HB_UShort *glyph_data,
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
harfbuzz-buffer.c 248 /* 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 );
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer-private.h 51 HB_UShort *glyph_data,
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
harfbuzz-buffer.c 248 /* 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 );
  /external/freetype/include/freetype/internal/services/
svpscmap.h 95 FT_Pointer glyph_data );
  /external/freetype/src/psnames/
psmodule.c 304 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/
hb-buffer-private.hh 127 const hb_codepoint_t *glyph_data);
hb-ot-layout-gsubgpos-private.hh 325 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;
    [all...]
hb-buffer.cc 298 const uint32_t *glyph_data)
309 pinfo->codepoint = glyph_data[i];
  /external/freetype/src/truetype/
ttgload.c 1229 FT_Data glyph_data; local
    [all...]

Completed in 268 milliseconds