Home | History | Annotate | Download | only in tests

Lines Matching refs:pHeight

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