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

  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 108 final int backgroundIndex = (byte)byteStream.read();
139 backgroundIndex,
  /external/skia/src/codec/
SkGifCodec.cpp 428 // backgroundIndex as the fill index. If the backgroundIndex is also not
432 uint32_t backgroundIndex = fGif->SBackGroundColor;
436 } else if (backgroundIndex < colorCount) {
437 fFillIndex = backgroundIndex;

Completed in 400 milliseconds