HomeSort by relevance Sort by last modified time
    Searched defs:glyphs_size (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/bdf/
bdf.h 168 unsigned long glyphs_size; /* Glyph structures allocated. */ member in struct:bdf_glyphlist_t_
193 unsigned long glyphs_size; /* Glyph structures allocated. */ member in struct:bdf_font_t_
  /external/harfbuzz_ng/src/
hb-directwrite.cc 698 unsigned int glyphs_size = (scratch_size * sizeof(int) - 2) local
704 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size);
hb-uniscribe.cc 800 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2) local
807 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size);
808 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
809 ALLOCATE_ARRAY (int, advances, glyphs_size);
810 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size);
811 ALLOCATE_ARRAY (uint32_t, vis_clusters, glyphs_size);
915 glyphs_size - glyphs_offset,

Completed in 655 milliseconds