Home | History | Annotate | Download | only in tests

Lines Matching refs:kWidth

22 static const int kWidth = 100;
41 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
43 canvas->drawRect(SkRect::MakeWH(SkIntToScalar(kWidth), SkIntToScalar(kHeight)), SkPaint());
44 canvas->clipRect(SkRect::MakeWH(SkIntToScalar(kWidth), SkIntToScalar(kHeight)));
50 SkRecorder canvas(&rerecord, kWidth, kHeight);
75 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
84 SkRecorder canvas(&rerecord, kWidth, kHeight);
98 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
103 canvas->drawRect(SkRect::MakeWH(SkIntToScalar(kWidth / 2), SkIntToScalar(kHeight / 2)),
116 SkIRect::MakeWH(kWidth, kHeight),
117 SkIRect::MakeWH(kWidth, kHeight),
123 desc.fWidth = kWidth;
129 layer->setTexture(texture, SkIRect::MakeWH(kWidth, kHeight), false);
133 SkRecorder canvas(&rerecord, kWidth, kHeight);