Lines Matching defs:height
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);
213 glyph.fHeight = SkToU16(ir.height());
260 glyph.fHeight = SkToU16(dst.fBounds.height());
282 for (int y = mask.fBounds.height() - 1; y >= 0; --y) {
302 SkASSERT(src.width() == (dst.fBounds.height() - 2) * 4);
303 SkASSERT(src.height() == dst.fBounds.width());
306 SkASSERT(src.height() == dst.fBounds.height());
310 const int height = src.height();
345 for (int y = 0; y < height; ++y) {
423 const int height = mask.fBounds.height();
436 for (int y = 0; y < height; ++y) {
467 int srcH = mask.fBounds.height();
663 int height = srcMask.fBounds.height();
672 height *= 3;
680 while (--height >= 0) {