Home | History | Annotate | Download | only in tests

Lines Matching defs:kHeight

37     static const int kHeight = 90;
39 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight);
44 bm.tryAllocN32Pixels(kWidth, kHeight);
50 SkASSERT(kHeight == special->height());
52 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
59 SkASSERT(kHeight == special->height());
61 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
67 SkASSERT(2*kHeight == special->height());
68 SkASSERT(SkIRect::MakeWH(2*kWidth, 2*kHeight) == special->subset());
79 static const int kHeight = 90;
81 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight);
89 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight));
95 SkASSERT(kHeight == special->height());
97 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
104 SkASSERT(kHeight == special->height());
107 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
115 SkASSERT(kHeight == special->height());
117 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
123 SkASSERT(2*kHeight == special->height());
124 SkASSERT(SkIRect::MakeWH(2*kWidth, 2*kHeight) == special->subset());