Lines Matching defs:width
174 if (dst && is_coord_necessary(x, fSampleX, dstInfo.width())) {
208 if (dst && is_coord_necessary(x, fSampleX, dstInfo.width())) {
301 dstInfo = dstInfo.makeWH(dstInfo.width(), height);
314 int count = height * dstInfo.width();
318 decodeRowBytes = dstInfo.width() * sizeof(uint32_t);
326 this->applyColorXform(dst, decodeDst, dstInfo.width());
336 // Use the original width to count the number of pixels in each row.
337 const int width = this->dimensions().width();
397 if (x > width) {
416 if (x + numPixels > width) {
485 const int endX = std::min<int>(x + numPixels, width);
527 const SkImageInfo rowInfo = SkImageInfo::Make(this->dimensions().width(), count,
570 return get_scaled_dimension(this->dimensions().width(), fSampleX);