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

  /external/libpng/contrib/gregbook/
rpng2-win.c 189 static int pat = 6; /* must be less than num_bgpat */
258 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern); variable
416 if (pat < 0 || pat >= num_bgpat)
473 (int)strlen(PROGNAME), " ", default_display_exponent, num_bgpat);
    [all...]
rpng2-x.c 194 static int pat = 6; /* must be less than num_bgpat */
269 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern); variable
408 if (pat >= 0 && pat < num_bgpat) {
488 (int)strlen(PROGNAME), " ", default_display_exponent, num_bgpat-1);
640 if (++pat >= num_bgpat)
    [all...]

Completed in 4206 milliseconds