Home | History | Annotate | Download | only in tests

Lines Matching full:pwidth

400     SkScalar pWidth = pic->cullRect().width();
404 SkScalar xInterval = SkTMax(pWidth - maxDimension, 0.0f) / (slices - 1);
406 SkRect rect = {0, 0, SkTMin(maxDimension, pWidth), SkTMin(maxDimension, pHeight) };