Searched refs:last_row (Results 1 – 1 of 1) sorted by relevance
120 int last_row = row_stride * (height - 1); in JNIFUNCF() local121 memset((dst + last_row), 0, row_stride * sizeof(char)); in JNIFUNCF()123 *(dst + last_row + j) = 255; // set alphas in JNIFUNCF()