Lines Matching defs:height
58 const int h = a.fBounds.height();
87 mask->fBounds.height(),
203 const int height = 40;
204 const SkScalar sheight = SkIntToScalar(height);
207 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
209 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
211 // this is the trimmed height of this cubic (with aa). The critical thing
212 // for this test is that it is less than height, which represents just
221 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
223 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
429 SkASSERT(r.width() < 0 && r.height() < 0);