Home | History | Annotate | Download | only in tests

Lines Matching refs:pHeight

543     int pHeight = pic->height();
547 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1);
549 SkIntToScalar(SkTMin(maxDimension, pHeight))};