Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh43 mapCount, in sanitize()
51 if (!mapCount) in map()
54 if (v >= mapCount) in map()
55 v = mapCount - 1; in map()
83 HBUINT16 mapCount; /* The number of mapping entries. */ member
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_slab.c66 unsigned mapCount; member
205 buf->mapCount = 0; in pb_slab_buffer_destroy()
236 ++buf->mapCount; in pb_slab_buffer_map()
246 --buf->mapCount; in pb_slab_buffer_unmap()
247 if (buf->mapCount == 0) in pb_slab_buffer_unmap()
351 buf->mapCount = 0; in pb_slab_create()
/external/freetype/src/truetype/
Dttgxvar.h110 FT_UInt mapCount; member
Dttgxvar.c645 FT_READ_USHORT( map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
660 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
663 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
666 for ( i = 0; i < map->mapCount; i++ ) in ft_var_load_delta_set_index_mapping()
1032 if ( idx >= table->widthMap.mapCount ) in tt_hvadvance_adjust()
1033 idx = table->widthMap.mapCount - 1; in tt_hvadvance_adjust()
/external/freetype/
DChangeLog.281758 glyph indices larger than `mapCount' as described in the