Lines Matching defs:width
150 SkScalar deviceGamma, int* width, int* height) {
156 maskGamma.getGammaTableDimensions(width, height);
157 size_t size = (*width)*(*height)*sizeof(uint8_t);
173 int width, height;
174 maskGamma.getGammaTableDimensions(&width, &height);
175 size_t size = width*height * sizeof(uint8_t);
212 glyph.fWidth = SkToU16(ir.width());
259 glyph.fWidth = SkToU16(dst.fBounds.width());
283 for (int x = mask.fBounds.width() - 1; x >= 0; --x) {
302 SkASSERT(src.width() == (dst.fBounds.height() - 2) * 4);
303 SkASSERT(src.height() == dst.fBounds.width());
305 SkASSERT(src.width() == (dst.fBounds.width() - 2) * 4);
309 const int sample_width = src.width();
424 const int width = mask.fBounds.width();
425 const int octs = width >> 3;
426 const int leftOverBits = width & 7;
429 const int dstPad = mask.fRowBytes - SkAlign8(width)/8;
432 SkASSERT(width >= 0);
433 SkASSERT(srcRB >= (size_t)width);
434 const size_t srcPad = srcRB - width;
466 int srcW = mask.fBounds.width();
662 int width = srcMask.fBounds.width();
681 memcpy(dst, src, width);