Lines Matching refs:SkASSERT

54     SkASSERT(!special->isTextureBacked());
55 SkASSERT(kWidth == special->width());
56 SkASSERT(kHeight == special->height());
57 SkASSERT(bm.getGenerationID() == special->uniqueID());
58 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
63 SkASSERT(!special->isTextureBacked());
64 SkASSERT(kWidth == special->width());
65 SkASSERT(kHeight == special->height());
66 SkASSERT(bm.getGenerationID() == special->uniqueID());
67 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
71 SkASSERT(!special->isTextureBacked());
72 SkASSERT(2*kWidth == special->width());
73 SkASSERT(2*kHeight == special->height());
74 SkASSERT(SkIRect::MakeWH(2*kWidth, 2*kHeight) == special->subset());
97 SkASSERT(special->isTextureBacked());
98 SkASSERT(kWidth == special->width());
99 SkASSERT(kHeight == special->height());
100 SkASSERT(bm.getGenerationID() == special->uniqueID());
101 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
106 SkASSERT(special->isTextureBacked());
107 SkASSERT(kWidth == special->width());
108 SkASSERT(kHeight == special->height());
110 SkASSERT(image->uniqueID() != special->uniqueID());
111 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
116 SkASSERT(special->isTextureBacked());
117 SkASSERT(kWidth == special->width());
118 SkASSERT(kHeight == special->height());
119 SkASSERT(image->uniqueID() == special->uniqueID());
120 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset());
124 SkASSERT(special->isTextureBacked());
125 SkASSERT(2*kWidth == special->width());
126 SkASSERT(2*kHeight == special->height());
127 SkASSERT(SkIRect::MakeWH(2*kWidth, 2*kHeight) == special->subset());