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.hh42 c->check_array (mapData, get_width (), mapCount)); in sanitize()
49 if (!mapCount) in map()
52 if (v >= mapCount) in map()
53 v = mapCount - 1; in map()
83 UINT16 mapCount; /* The number of mapping entries. */ member
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_slab.c67 unsigned mapCount; member
206 buf->mapCount = 0; in pb_slab_buffer_destroy()
237 ++buf->mapCount; in pb_slab_buffer_map()
247 --buf->mapCount; in pb_slab_buffer_unmap()
248 if (buf->mapCount == 0) in pb_slab_buffer_unmap()
352 buf->mapCount = 0; in pb_slab_create()
/external/freetype/src/truetype/
Dttgxvar.h110 FT_UInt mapCount; member
Dttgxvar.c634 FT_READ_USHORT( map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
649 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
652 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
655 for ( i = 0; i < map->mapCount; i++ ) in ft_var_load_delta_set_index_mapping()
1016 if ( idx >= table->widthMap.mapCount ) in tt_hvadvance_adjust()
1017 idx = table->widthMap.mapCount - 1; in tt_hvadvance_adjust()
/external/freetype/
DChangeLog3686 glyph indices larger than `mapCount' as described in the