Lines Matching full:extents
30 int extents = 1000;
32 // We record a picture of huge vertical extents in which we clear the canvas to red, create
33 // a 'extents' by 'extents' round rect clip at a vertical offset of 'offset', then draw
36 SkCanvas* rec = pict.beginRecording(100, offset + extents);
40 SkIntToScalar(-extents),
41 SkIntToScalar(offset - extents),
42 SkIntToScalar(extents),
43 SkIntToScalar(offset + extents)
54 pict.draw(pict2.beginRecording(100, offset + extents));
59 canvas->translate(SkIntToScalar(extents / 2),
60 SkIntToScalar(-(offset - extents / 2)));