Searched refs:wm (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_blur.h112 unsigned wm = w - 1; local
144 pix = img.pixel((i > wm) ? wm : i, y);
165 if(xp > wm) xp = wm;
371 unsigned wm = w - 1; local
402 if(i <= wm) src_pix_ptr += Img::pix_step;
411 if(xp > wm) xp = wm;
425 if(xp < wm)
551 unsigned wm = w - 1; local
809 unsigned wm = w - 1; local
1109 int wm = w-1; local
[all...]
/haiku/src/apps/mediaplayer/support/
H A DStackBlurFilter.cpp178 unsigned wm = w - 1; local
226 if (i <= wm)
245 if (xp > wm)
246 xp = wm;
270 if (xp < wm) {
447 unsigned wm = w - 1; local
478 if(i <= wm) src_pix_ptr += 1;
487 if(xp > wm) xp = wm;
501 if(xp < wm)
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c125 TQ_SLEEP(struct gtaskqueue *tq, void *p, struct mtx *m, int pri, const char *wm, argument
129 return (msleep_spin(p, m, wm, t));
130 return (msleep(p, m, pri, wm, t));

Completed in 41 milliseconds