Searched refs:inc_v (Results 1 – 1 of 1) sorted by relevance
949 uint32_t inc_v = ceil((float)chars.height / height); in CaptureRGB() local951 for (unsigned int y = 0, outy = 0; y < chars.height; y += inc_v, outy++) { in CaptureRGB()1089 uint32_t inc_v = ceil((float)chars.height / height); in CaptureDepth() local1091 for (unsigned int y = 0, out_y = 0; y < chars.height; y += inc_v, out_y++) { in CaptureDepth()