Searched defs:glyph_data (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/cid/
H A Dcidgload.c75 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/
H A Dt1gload.c168 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/src/psaux/
H A Dpsft.c725 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/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc37 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/truetype/
H A Dttgload.c1524 FT_Data glyph_data; local
1577 glyph_index, &glyph_data );
1583 loader->byte_len = glyph_data.length;
1587 glyph_data.pointer,
1588 (FT_ULong)glyph_data.length );
2096 &glyph_data );
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc353 const uint32_t *glyph_data)
364 pinfo->codepoint = glyph_data[i];
351 replace_glyphs(unsigned int num_in, unsigned int num_out, const uint32_t *glyph_data) argument
H A Dhb-ot-layout-gsubgpos-private.hh255 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;
316 set_match_func(matcher_t::match_func_t match_func_, const void *match_data_, const UINT16 glyph_data[]) argument

Completed in 216 milliseconds