Home
last modified time | relevance | path

Searched refs:subsetHeight (Results 1 – 1 of 1) sorted by relevance

/external/skia/dm/
DDMSrcSink.cpp233 subsetHeight = h / fDivisor; in draw() local
234 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()