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 652 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) )
658 FT_UInt outerIndex, innerIndex;
673 outerIndex = mapData >> innerBitCount;
675 if ( outerIndex >= itemStore->dataCount )
677 FT_TRACE2(( "outerIndex[%d] == %d out of range\n",
679 outerIndex ));
684 map->outerIndex[i] = outerIndex;
688 if ( innerIndex >= itemStore->varData[outerIndex].itemCount )
854 FT_UInt outerIndex,
    [all...]
ttgxvar.h 100 /* use `outerIndex' for this array */
111 FT_UInt* outerIndex; /* indices to item var data */
186 FT_UShort outerIndex;
  /frameworks/base/libs/hwui/
SpotShadow.cpp 595 int outerIndex;
752 verticesPair[verticesPairIndex].outerIndex = newPenumbraIndex;
758 verticesPair[verticesPairIndex].outerIndex = newPenumbraIndex;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]

Completed in 699 milliseconds