Lines Matching defs:width
122 dst->fRowBytes = dst->fBounds.width();
126 // The margin is actually {-(src.fBounds.width() / 2), -(src.fBounds.height() / 2)}
147 dst->fRowBytes = dst->fBounds.width();
162 src.fBounds.width(), src.fBounds.height());
168 src.fBounds.width(), src.fBounds.height());
175 src.fBounds.width(), src.fBounds.height());
182 src.fBounds.width(), src.fBounds.height());
195 src.fBounds.width(), src.fBounds.height());
201 src.fBounds.width(), src.fBounds.height());
208 src.fBounds.width(), src.fBounds.height());
215 src.fBounds.width(), src.fBounds.height());
226 dst->fRowBytes = dst->fBounds.width();
239 src.fBounds.width(), src.fBounds.height());
246 src.fBounds.width(), src.fBounds.height());
254 src.fBounds.width(), src.fBounds.height());
262 src.fBounds.width(), src.fBounds.height());
372 unsigned int width, SkScalar sigma) {
375 SkAutoTMalloc<uint8_t> horizontalScanline(width);
377 unsigned int sw = width - profile_size;
384 for (unsigned int x = 0 ; x < width ; ++x) {
386 pixels[x] = ProfileLookup(profile, x, width, w);
413 dst->fRowBytes = dst->fBounds.width();
417 int sw = SkScalarFloorToInt(src.width());
442 int dstWidth = dst->fBounds.width();
461 size_t srcSize = (size_t)(src.width() * src.height());
543 dst->fRowBytes = dst->fBounds.width();
554 int srcWidth = src.fBounds.width();
556 int dstWidth = dst->fBounds.width();