Searched refs:row_pixels (Results 1 – 1 of 1) sorted by relevance
145 int row_pixels = 32; in DrawDashedRect() local150 dots->allocN32Pixels(col_pixels, row_pixels); in DrawDashedRect()154 for (int i = 0; i < row_pixels; i++) { in DrawDashedRect()157 dot[i * row_pixels + u] = color; in DrawDashedRect()