Searched refs:map_size (Results 1 – 3 of 3) sorted by relevance
30 DWORD GetMapSize(){ return map_size; }; in GetMapSize()46 DWORD map_size; variable
1444 map_size = 8192; in FontCharMap()1462 if (index < map_size) in Test()1490 if (index < map_size) in Set()1521 if (map_size != size) in SetMapSize()1528 map_size = size; in SetMapSize()1529 map = new unsigned char[map_size]; in SetMapSize()1537 memset(map, 0, map_size); in Clear()1573 if (map_size != CHARMAP_SIZE_EXTENDED) in AddToMap()1580 map_size = CHARMAP_SIZE_EXTENDED; in AddToMap()
1562 int map_size = header.gx_glyph_header_map_size; in WriteGlyphBock() local1567 RotateGlyphData(glyph, font->gx_font_format, &rotated_data, &map_size); in WriteGlyphBock()1569 header.gx_glyph_header_map_size = map_size; in WriteGlyphBock()1601 if (map_size) in WriteGlyphBock()1603 header.gx_glyph_header_data_size = map_size & 0x7fff; in WriteGlyphBock()