HomeSort by relevance Sort by last modified time
    Searched refs:bgscale (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
rpng2-x.c 195 static int bgscale, bgscale_default = 16; variable
    [all...]
rpng2-win.c 164 static int bgscale = 16; variable
814 int xidx, yidx, yidx_max = (bgscale-1);
836 colors (N == bgscale).
854 yidx = row % bgscale;
855 even_odd_vert = (row / bgscale) & 1;
    [all...]

Completed in 42 milliseconds