Lines Matching defs:dimensions
118 // dimensions of size 256 (which is what a zero byte really means)
242 * Chooses the best dimensions given the desired scale
245 // We set the dimensions to the largest candidate image by default.
248 int origWidth = this->dimensions().width();
249 int origHeight = this->dimensions().height();
260 auto dimensions = fEmbeddedCodecs->operator[](i)->dimensions();
261 int width = dimensions.width();
262 int height = dimensions.height();
271 return fEmbeddedCodecs->operator[](minIndex)->dimensions();
279 if (fEmbeddedCodecs->operator[](i)->dimensions() == requestedSize) {
306 index = this->chooseCodec(dstInfo.dimensions(), index);
337 index = this->chooseCodec(dstInfo.dimensions(), index);
370 index = this->chooseCodec(dstInfo.dimensions(), index);