Lines Matching defs:width
76 const int width = WebPDemuxGetI(demux, WEBP_FF_CANVAS_WIDTH);
81 const int64_t size = sk_64_mul(width, height);
134 || frame.width != width || frame.height != height;
173 SkEncodedInfo info = SkEncodedInfo::Make(width, height, color, alpha, 8, std::move(profile));
262 frame->setXYWH(iter.x_offset, iter.y_offset, iter.width, iter.height);
320 int width) {
343 p.run(0,0, width,1);
371 auto frameRect = SkIRect::MakeXYWH(frame.x_offset, frame.y_offset, frame.width, frame.height);
380 int subsetWidth = frameRect.width();
406 subsetWidth = intersection.width();
424 float scaleX = ((float) dstInfo.width()) / srcSize.width();
437 scaledWidth = dstInfo.width();
559 fFrameHolder.setScreenSize(eInfo.width(), eInfo.height());