Home | History | Annotate | Download | only in codec

Lines Matching full:getinfo

179         SkImageInfo info = codecs->operator[](i)->getInfo();
187 int width = codecs->operator[](maxIndex)->getInfo().width();
188 int height = codecs->operator[](maxIndex)->getInfo().height();
190 SkColorSpace* colorSpace = codecs->operator[](maxIndex)->getInfo().colorSpace();
221 int origWidth = this->getInfo().width();
222 int origHeight = this->getInfo().height();
228 int width = fEmbeddedCodecs->operator[](i)->getInfo().width();
229 int height = fEmbeddedCodecs->operator[](i)->getInfo().height();
238 return fEmbeddedCodecs->operator[](minIndex)->getInfo().dimensions();
246 if (fEmbeddedCodecs->operator[](i)->getInfo().dimensions() == requestedSize) {