Home
last modified time | relevance | path

Searched refs:backgroundIndex (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DLevelSystem.java108 final int backgroundIndex = (byte)byteStream.read(); in loadLevel() local
139 backgroundIndex, in loadLevel()
/external/skia/src/codec/
DSkGifCodec.cpp432 uint32_t backgroundIndex = fGif->SBackGroundColor; local
436 } else if (backgroundIndex < colorCount) {
437 fFillIndex = backgroundIndex;