HomeSort by relevance Sort by last modified time
    Searched refs:outerIndex (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/truetype/
ttgxvar.h 100 /* use `outerIndex' for this array */
111 FT_UInt* outerIndex; /* indices to item var data */
186 FT_UShort outerIndex;
ttgxvar.c 663 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) )
669 FT_UInt outerIndex, innerIndex;
684 outerIndex = mapData >> innerBitCount;
686 if ( outerIndex >= itemStore->dataCount )
688 FT_TRACE2(( "outerIndex[%d] == %d out of range\n",
690 outerIndex ));
695 map->outerIndex[i] = outerIndex;
699 if ( innerIndex >= itemStore->varData[outerIndex].itemCount )
866 FT_UInt outerIndex,
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common.hh     [all...]

Completed in 655 milliseconds