Lines Matching full:width
151 msg, bm.width(), bm.height(), bm.getPixels(), bm.getColorTable());
169 int width, height;
189 width = gif->SWidth;
191 if (width <= 0 || height <= 0 ||
193 width, height)) {
197 bm->setConfig(SkBitmap::kIndex8_Config, width, height);
206 desc.Left + desc.Width > width ||
247 const int innerWidth = desc.Width;
252 return error_return(gif, *bm, "non-pos inner width/height");
257 innerWidth < width || innerHeight < height)