Home | History | Annotate | Download | only in images

Lines Matching refs:innerWidth

281             const int innerWidth = desc.Width;
283 if (innerWidth <= 0 || innerHeight <= 0) {
288 if (innerWidth > width) {
290 width = innerWidth;
292 } else if (imageLeft + innerWidth > width) {
294 imageLeft = width - innerWidth;
375 if (innerWidth <= 0 || innerHeight <= 0) {
381 SkAutoMalloc storage(innerWidth);
391 innerWidth < width || innerHeight < height) {
398 innerWidth / sampler.srcDX(),
404 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize());
424 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
426 memset(scanline, fillIndex, innerWidth);
439 skip_src_rows(gif, scanline, innerWidth, sampler.srcY0());
441 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) {
443 innerWidth);
452 skip_src_rows(gif, scanline, innerWidth, sampler.srcDY() - 1);
458 skip_src_rows(gif, scanline, innerWidth, innerHeight - read);