Home | History | Annotate | Download | only in tests

Lines Matching full:pheight

398     SkScalar pHeight = pic->cullRect().height();
402 SkScalar yInterval = SkTMax(pHeight - maxDimension, 0.0f) / (slices - 1);
403 SkRect rect = {0, 0, SkTMin(maxDimension, pWidth), SkTMin(maxDimension, pHeight) };