Home | History | Annotate | Download | only in gm

Lines Matching refs:WIDTH

14 #define WIDTH 400
66 return SkISize::Make(WIDTH, HEIGHT);
80 SkRect srcRect = SkRect::MakeXYWH(SkIntToScalar(bitmap->width()/4),
82 SkIntToScalar(bitmap->width()/(i+1)),
86 SkIntToScalar(bitmap->width() - i * 12),
97 x += bitmap->width() + MARGIN;
98 if (x + bitmap->width() > WIDTH) {
109 SkRect srcRect = SkRect::MakeWH(SkIntToScalar(fBitmap.width()),
111 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(fBitmap.width() * 2),