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 190 static int pat = 6; /* must be less than num_bgpat */
259 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern); variable
417 if (pat < 0 || pat >= num_bgpat)
474 (int)strlen(PROGNAME), " ", default_display_exponent, num_bgpat);
    [all...]
rpng2-x.c 211 static int pat = 6; /* must be less than num_bgpat */
286 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern); variable
425 if (pat >= 0 && pat < num_bgpat) {
499 num_bgpat-1);
664 if (++pat >= num_bgpat)
    [all...]

Completed in 402 milliseconds