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 211 static int bgscale, bgscale_default = 16; variable
    [all...]
rpng2-win.c 193 static int bgscale = 16; variable
839 int xidx, yidx, yidx_max = (bgscale-1);
861 colors (N == bgscale).
879 yidx = row % bgscale;
880 even_odd_vert = (row / bgscale) & 1;
    [all...]

Completed in 126 milliseconds