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

  /external/freetype/src/truetype/
ttgxvar.c 648 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) )
654 FT_UInt outerIndex, innerIndex;
669 outerIndex = mapData >> innerBitCount;
671 if ( outerIndex >= itemStore->dataCount )
673 FT_TRACE2(( "outerIndex[%d] == %d out of range\n",
675 outerIndex ));
680 map->outerIndex[i] = outerIndex;
684 if ( innerIndex >= itemStore->varData[outerIndex].itemCount )
850 FT_UInt outerIndex,
    [all...]
ttgxvar.h 98 /* use `outerIndex' for this array */
109 FT_UInt* outerIndex; /* indices to item var data */
184 FT_UShort outerIndex;
  /frameworks/base/libs/hwui/
SpotShadow.cpp 607 int outerIndex;
762 verticesPair[verticesPairIndex].outerIndex = newPenumbraIndex;
768 verticesPair[verticesPairIndex].outerIndex = newPenumbraIndex;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]

Completed in 184 milliseconds