Home
last modified time | relevance | path

Searched refs:innerIndex (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/truetype/
Dttgxvar.c645 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
654 FT_UInt outerIndex, innerIndex; in ft_var_load_delta_set_index_mapping() local
682 innerIndex = mapData & innerIndexMask; in ft_var_load_delta_set_index_mapping()
684 if ( innerIndex >= itemStore->varData[outerIndex].itemCount ) in ft_var_load_delta_set_index_mapping()
688 innerIndex )); in ft_var_load_delta_set_index_mapping()
693 map->innerIndex[i] = innerIndex; in ft_var_load_delta_set_index_mapping()
851 FT_UInt innerIndex ) in ft_var_get_item_delta() argument
866 deltaSet = &varData->deltaSet[varData->regionIdxCount * innerIndex]; in ft_var_get_item_delta()
962 FT_UInt innerIndex, outerIndex; in tt_hvadvance_adjust() local
1007 if ( table->widthMap.innerIndex ) in tt_hvadvance_adjust()
[all …]
Dttgxvar.h110 FT_UInt* innerIndex; /* indices to delta set */ member
185 FT_UShort innerIndex; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1644 return store.get_delta (outerIndex, innerIndex, font->coords, font->num_coords); in get_delta()
1649 USHORT innerIndex; member