Lines Matching refs:bounds
8 SkRect bounds = canvas->getLocalClipBounds();
9 SkDebugf("left:%g top:%g right:%g bottom:%g\n", bounds.fLeft, bounds.fTop, bounds.fRight,
10 bounds.fBottom);
15 bounds = canvas->getLocalClipBounds();
16 SkDebugf("left:%g top:%g right:%g bottom:%g\n", bounds.fLeft, bounds.fTop, bounds.fRight,
17 bounds.fBottom);