Searched refs:glyphs_size (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 781 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) in _hb_uniscribe_shape() local 788 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape() 789 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape() 790 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape() 791 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape() 792 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape() 902 glyphs_size - glyphs_offset, in _hb_uniscribe_shape()
|
D | hb-directwrite.cc | 692 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) in _hb_directwrite_shape_full() local 698 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape_full()
|
/external/freetype/src/bdf/ |
D | bdf.h | 178 unsigned long glyphs_size; /* Glyph structures allocated. */ member
|
D | bdfdrivr.c | 406 font->glyphs_size, in BDF_Face_Init() 442 bdfface->num_glyphs = (FT_Long)( font->glyphs_size + 1 ); in BDF_Face_Init() 611 if ( FT_NEW_ARRAY( face->en_table, font->glyphs_size ) ) in BDF_Face_Init() 615 for ( n = 0; n < font->glyphs_size; n++ ) in BDF_Face_Init()
|
D | bdflib.c | 1342 p->cnt = font->glyphs_size = _bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs() 1347 p->cnt = font->glyphs_size = p->size / 20; in _bdf_parse_glyphs() 1353 font->glyphs_size = 64; in _bdf_parse_glyphs() 1364 if ( FT_NEW_ARRAY( font->glyphs, font->glyphs_size ) ) in _bdf_parse_glyphs() 1488 if ( font->glyphs_used == font->glyphs_size ) in _bdf_parse_glyphs() 1491 font->glyphs_size, in _bdf_parse_glyphs() 1492 font->glyphs_size + 64 ) ) in _bdf_parse_glyphs() 1495 font->glyphs_size += 64; in _bdf_parse_glyphs()
|