Searched defs:linesToSkip (Results 1 – 5 of 5) sorted by relevance
13 private final int linesToSkip; field in BufferedReaderDataMapper19 BufferedReaderDataMapper(int linesToSkip) { in BufferedReaderDataMapper()
483 const int linesToSkip = SkTMin(stripeHeight, height - i * stripeHeight); in fuzz_img() local507 const int linesToSkip = SkTMin(stripeHeight, height - (i + 1) * stripeHeight); in fuzz_img() local
542 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in fuzz_img() local566 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in fuzz_img() local
649 const int linesToSkip = std::min(stripeHeight, height - i * stripeHeight); in draw() local674 const int linesToSkip = std::min(stripeHeight, height - (i + 1) * stripeHeight); in draw() local
599 const int linesToSkip = SkTMin(stripeHeight, height - i * stripeHeight); in draw() local624 const int linesToSkip = SkTMin(stripeHeight, height - (i + 1) * stripeHeight); in draw() local