Searched refs:npix (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_outline_aa.h688 int npix = 1; local
706 if(dist1_start < 0) ++npix;
711 if(dist1_start < 0) ++npix;
712 if(dist2_start < 0) ++npix;
717 if(npix == 0) break;
718 npix = 0;
738 if(dist1_start < 0) ++npix;
743 if(dist1_start < 0) ++npix;
744 if(dist2_start < 0) ++npix;
749 if(npix
913 int npix = 0; local
968 int npix = 0; local
1047 int npix = 1; local
1129 int npix = 0; local
1192 int npix = 0; local
[all...]
H A Dagg_renderer_outline_image.h525 int npix = 1; local
543 if(dist1_start < 0) ++npix;
548 if(dist1_start < 0) ++npix;
549 if(dist2_start < 0) ++npix;
553 if(npix == 0) break;
555 npix = 0;
576 if(dist1_start < 0) ++npix;
581 if(dist1_start < 0) ++npix;
582 if(dist2_start < 0) ++npix;
586 if(npix
625 int npix = 0; local
711 int npix = 0; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dunprint.c195 extern void find_white (unsigned char *buff,int npix, int *left, int *right);
522 find_white(unsigned char *buff,int npix, int *left, int *right) argument
534 bits = npix * pstate.bpp;
559 if (*left == npix)
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c496 uint32 npix = w - col; local
497 fromskew = tw - npix;
499 npix, nrow, fromskew, toskew + fromskew, buf + pos);
596 uint32 npix = w - col; local
597 fromskew = tw - npix;
599 npix, nrow, fromskew, toskew + fromskew,
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c622 uint32 npix = w - col; local
623 fromskew = tw - npix;
625 npix, nrow, fromskew, toskew + fromskew, buf + pos);
747 uint32 npix = w - col; local
748 fromskew = tw - npix;
750 npix, nrow, fromskew, toskew + fromskew,

Completed in 110 milliseconds