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 191 static int pat = 6; /* must be less than num_bgpat */
260 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern); variable
418 if (pat < 0 || pat >= num_bgpat)
475 (int)strlen(PROGNAME), " ", default_display_exponent, num_bgpat);
    [all...]
rpng2-x.c 209 static int pat = 6; /* must be less than num_bgpat */
284 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern); variable
423 if (pat >= 0 && pat < num_bgpat) {
497 num_bgpat-1);
662 if (++pat >= num_bgpat)
    [all...]

Completed in 404 milliseconds