Lines Matching defs:kWidth
42 static const int kWidth = 100;
45 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight);
50 bm.tryAllocN32Pixels(kWidth, kHeight);
55 SkASSERT(kWidth == special->width());
58 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
64 SkASSERT(kWidth == special->width());
67 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
72 SkASSERT(2*kWidth == special->width());
74 SkASSERT(SkIRect::MakeWH(2*kWidth, 2*kHeight) == special->subset());
82 static const int kWidth = 100;
85 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight);
93 SkAssertResult(bm.tryAllocN32Pixels(kWidth, kHeight));
98 SkASSERT(kWidth == special->width());
101 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
107 SkASSERT(kWidth == special->width());
111 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
117 SkASSERT(kWidth == special->width());
120 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
125 SkASSERT(2*kWidth == special->width());
127 SkASSERT(SkIRect::MakeWH(2*kWidth, 2*kHeight) == special->subset());