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

  /external/freetype/src/cid/
cidgload.c 75 FT_Data glyph_data; local
79 glyph_index, &glyph_data );
83 p = (FT_Byte*)glyph_data.pointer;
86 if ( glyph_data.length != 0 )
88 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes );
91 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes,
95 inc->funcs->free_glyph_data( inc->object, &glyph_data );
  /external/freetype/src/type1/
t1gload.c 168 FT_Data glyph_data; local
171 decoder, glyph_index, &glyph_data,
185 &glyph_data );
348 FT_Data glyph_data; local
422 &glyph_data,
562 t1glyph->control_data = (FT_Byte*)glyph_data.pointer;
563 t1glyph->control_len = glyph_data.length;
574 &glyph_data );
  /external/freetype/include/freetype/internal/services/
svpscmap.h 95 FT_Pointer glyph_data );
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 37 ReadableFontDataPtr glyph_data; local
38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length)));
39 return BitmapGlyph::CreateGlyph(glyph_data, format);
  /external/freetype/src/psaux/
psft.c 725 FT_Data glyph_data; local
739 glyph_index, &glyph_data );
744 glyph_data.pointer = type1->charstrings[glyph_index];
745 glyph_data.length = (FT_Int)type1->charstrings_len[glyph_index];
750 FT_Byte* charstring_base = (FT_Byte*)glyph_data.pointer;
751 FT_ULong charstring_len = (FT_ULong)glyph_data.length;
  /external/freetype/src/psnames/
psmodule.c 321 FT_Pointer glyph_data )
345 const char* gname = get_glyph_name( glyph_data, n );
364 free_glyph_name( glyph_data, gname );
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 212 const hb_codepoint_t *glyph_data);
hb-buffer.cc 353 const uint32_t *glyph_data)
364 pinfo->codepoint = glyph_data[i];
    [all...]
hb-ot-layout-gsubgpos-private.hh 255 const UINT16 *glyph_data) const
262 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
318 const UINT16 glyph_data[])
321 match_glyph_data = glyph_data;
    [all...]
  /external/freetype/src/truetype/
ttgload.c 1524 FT_Data glyph_data; local
    [all...]

Completed in 190 milliseconds