Lines Matching defs:height
51 const int height = 0x00000096;
52 const SkImageInfo info = SkImageInfo::MakeN32Premul(width, height);
63 const int height = 10;
64 const SkImageInfo info = SkImageInfo::MakeN32Premul(width, height);
153 for (int height = 0; height < 2; ++height) {
155 bool setConf = bm.setInfo(SkImageInfo::MakeN32Premul(width, height));
160 REPORTER_ASSERT(reporter, SkToBool(width & height) != bm.empty());
310 SkASSERT(bm.height() == 16);
413 /* computeByteSize() is documented to return 0 if height is zero, but does not
415 * (since it is defined to return (height-1)*rb + ...
424 int width, height;
427 { 2, 0, big_rb, 0 }, // zero-height means zero-size
432 auto info = SkImageInfo::Make(r.width, r.height,