Home | History | Annotate | Download | only in src

Lines Matching refs:stripeSize

1034             int stripeSize = stripeSizes[scaleIdx];
1035 int y0 = range.start*stripeSize;
1037 int y1 = std::min(range.end*stripeSize, szw.height);