Lines Matching defs:width
227 // The image width and height
228 int width, height;
241 width = get_int(iBuffer.get(), 0);
260 width = (int) get_short(iBuffer.get(), 0);
290 if (width <= 0 || height <= 0 || width >= kMaxDim || height >= kMaxDim) {
487 auto info = SkEncodedInfo::Make(width, height, color, alpha, bitsPerComponent);
546 auto info = SkEncodedInfo::Make(width, height, color, alpha, 8);
577 auto info = SkEncodedInfo::Make(width, height, SkEncodedInfo::kBGRA_Color,
612 , fSrcRowBytes(SkAlign4(compute_row_bytes(this->dimensions().width(), fBitsPerPixel)))
640 SkImageInfo rowInfo = this->dstInfo().makeWH(this->dstInfo().width(), count);