Home
last modified time | relevance | path

Searched refs:glyphs_size (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.cc655 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) in _hb_uniscribe_shape() local
662 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); in _hb_uniscribe_shape()
663 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape()
664 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape()
665 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size); in _hb_uniscribe_shape()
666 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_uniscribe_shape()
763 glyphs_size - glyphs_offset, in _hb_uniscribe_shape()
Dhb-directwrite.cc705 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) in _hb_directwrite_shape() local
711 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size); in _hb_directwrite_shape()
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdfdrivr.c406 font->glyphs_size, in BDF_Face_Init()
442 bdfface->num_glyphs = (FT_Long)( font->glyphs_size + 1 ); in BDF_Face_Init()
609 if ( FT_QNEW_ARRAY( face->en_table, font->glyphs_size ) ) in BDF_Face_Init()
613 for ( n = 0; n < font->glyphs_size; n++ ) in BDF_Face_Init()
Dbdflib.c1347 p->cnt = font->glyphs_size = _bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs()
1352 p->cnt = font->glyphs_size = p->size / 20; in _bdf_parse_glyphs()
1358 font->glyphs_size = 64; in _bdf_parse_glyphs()
1369 if ( FT_NEW_ARRAY( font->glyphs, font->glyphs_size ) ) in _bdf_parse_glyphs()
1493 if ( font->glyphs_used == font->glyphs_size ) in _bdf_parse_glyphs()
1496 font->glyphs_size, in _bdf_parse_glyphs()
1497 font->glyphs_size + 64 ) ) in _bdf_parse_glyphs()
1500 font->glyphs_size += 64; in _bdf_parse_glyphs()
Dbdf.h178 unsigned long glyphs_size; /* Glyph structures allocated. */ member