Lines Matching defs:index
277 // FIXME: Cache the index from onGetScaledDimensions?
303 int index = 0;
306 index = this->chooseCodec(dstInfo.dimensions(), index);
307 if (index < 0) {
311 SkCodec* embeddedCodec = fEmbeddedCodecs->operator[](index).get();
325 index++;
334 int index = 0;
337 index = this->chooseCodec(dstInfo.dimensions(), index);
338 if (index < 0) {
342 SkCodec* embeddedCodec = fEmbeddedCodecs->operator[](index).get();
349 index++;
368 int index = 0;
370 index = this->chooseCodec(dstInfo.dimensions(), index);
371 if (index < 0) {
375 SkCodec* embeddedCodec = fEmbeddedCodecs->operator[](index).get();
403 index++;