Searched refs:interlace_start (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c7852 static int interlace_start[] = {0, 4, 2, 1};
7855 int row = interlace_start[0];
7863 row = interlace_start[++pass];
7865 row = interlace_start[++pass];
7835 static int interlace_start[] = {0, 4, 2, 1}; local

Completed in 88 milliseconds