Searched refs:glyphs_size (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/bdf/ |
D | bdf.h | 168 unsigned long glyphs_size; /* Glyph structures allocated. */ member 193 unsigned long glyphs_size; /* Glyph structures allocated. */ member
|
D | bdfdrivr.c | 394 font->glyphs_size, in BDF_Face_Init() 430 bdfface->num_glyphs = (FT_Long)( font->glyphs_size + 1 ); in BDF_Face_Init() 599 if ( FT_NEW_ARRAY( face->en_table, font->glyphs_size ) ) in BDF_Face_Init() 603 for ( n = 0; n < font->glyphs_size; n++ ) in BDF_Face_Init()
|
D | bdflib.c | 1325 p->cnt = font->glyphs_size = _bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs() 1330 p->cnt = font->glyphs_size = p->size / 20; in _bdf_parse_glyphs() 1336 font->glyphs_size = 64; in _bdf_parse_glyphs() 1347 if ( FT_NEW_ARRAY( font->glyphs, font->glyphs_size ) ) in _bdf_parse_glyphs() 1499 if ( font->glyphs_used == font->glyphs_size ) in _bdf_parse_glyphs() 1502 font->glyphs_size, in _bdf_parse_glyphs() 1503 font->glyphs_size + 64 ) ) in _bdf_parse_glyphs() 1506 font->glyphs_size += 64; in _bdf_parse_glyphs()
|
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 773 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) in _hb_uniscribe_shape() local 780 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape() 781 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape() 782 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape() 783 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape() 784 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape() 894 glyphs_size - glyphs_offset, in _hb_uniscribe_shape()
|
D | hb-directwrite.cc | 656 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) in _hb_directwrite_shape_full() local 662 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape_full()
|