Home
last modified time | relevance | path

Searched refs:xmod (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-zoom.c127 z->xmod = z->width % z->xsize; in _cupsImageZoomNew()
154 z->xmod = z->width % z->xsize; in _cupsImageZoomNew()
239 z_xmod = z->xmod; in zoom_bilinear()
317 z_xmod = z->xmod; in zoom_nearest()
Dimage-private.h126 xmod, /* Threshold for Bresenheim rounding */ member
/third_party/python/Lib/test/
Dlist_tests.py458 xmod, ymod = x%3, y%7
459 if xmod == ymod:
461 elif xmod < ymod: