Lines Matching defs:height
55 SkASSERT((unsigned)y < (unsigned)this->height());
60 if (0 == this->height()) {
64 size_t bytes = safe.add(safe.mul(safe.addInt(this->height(), -1), rowBytes),
74 SkImageInfo SkImageInfo::MakeS32(int width, int height, SkAlphaType at) {
75 return SkImageInfo({width, height}, {kN32_SkColorType, at, SkColorSpace::MakeSRGB()});
92 SkASSERT(fDimensions.height() >= 0);
150 if (0 >= fInfo.width() || 0 >= fInfo.height()) {
156 SkIRect srcR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height());
187 if (0 >= fInfo.width() || 0 >= fInfo.height()) {
193 SkIRect dstR = SkIRect::MakeXYWH(x, y, fInfo.width(), fInfo.height());