Searched refs:mapCount (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-var-hvar-table.hh42 c->check_array (mapData, get_width (), mapCount));
49 if (!mapCount)
52 if (v >= mapCount)
53 v = mapCount - 1;
83 USHORT mapCount; /* The number of mapping entries. */ member in struct:OT::DeltaSetIndexMap
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c67 unsigned mapCount; member in struct:pb_slab_buffer
206 buf->mapCount = 0;
237 ++buf->mapCount;
247 --buf->mapCount;
248 if (buf->mapCount == 0)
352 buf->mapCount = 0;
/external/freetype/src/truetype/
H A Dttgxvar.h108 FT_UInt mapCount; member in struct:GX_DeltaSetIdxMapRec_
H A Dttgxvar.c630 FT_READ_USHORT( map->mapCount ) )
645 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) )
648 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) )
651 for ( i = 0; i < map->mapCount; i++ )
1012 if ( idx >= table->widthMap.mapCount )
1013 idx = table->widthMap.mapCount - 1;

Completed in 222 milliseconds