Searched refs:outy (Results 1 – 1 of 1) sorted by relevance
1346 for (unsigned int y = 0, outy = 0; y < chars.full_res_height; in CaptureRGB() local1347 y += inc_v, outy++) { in CaptureRGB()1349 uint8_t* px = img + outy * stride; in CaptureRGB()