Searched refs:subsetHeight (Results 1 – 1 of 1) sorted by relevance
233 subsetHeight = h / fDivisor; in draw() local234 for (int y = 0; y < h; y += subsetHeight) { in draw()237 SkIRect rect = SkIRect::MakeXYWH(x, y, subsetWidth, subsetHeight); in draw()240 x, y, x+subsetWidth, y+subsetHeight); in draw()