Lines Matching defs:width
288 * Return the row bytes of a particular image type and width
339 dinfo.image_width = this->dimensions().width();
439 const unsigned int dstWidth = size.width();
446 dinfo.image_width = this->dimensions().width();
491 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width();
596 int dstWidth = dstInfo.width();
631 fSwizzlerSubset.width() == options.fSubset->width());
643 // The swizzler does not use the width or height on SkEncodedInfo.
705 uint32_t width = options.fSubset->width();
710 // of width so that the right edge of the requested subset remains
712 jpeg_crop_scanline(fDecoderMgr->dinfo(), &startX, &width);
715 SkASSERT(width >= (uint32_t) options.fSubset->width());
716 SkASSERT(startX + width >= (uint32_t) options.fSubset->right());
730 options.fSubset->width(), options.fSubset->height());
735 width != (uint32_t) options.fSubset->width()) {