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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp113 guint32 mask_pixel; local
116 mask_pixel = guint32(colour.Red() != 255 || colour.Green() != 255 || colour.Blue() != 255);
121 mask_pixel = c.GetPixel();
126 if (gdk_image_get_pixel(image, x, y) == mask_pixel)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp1084 int mask_pixel = gdk_image_get_pixel( gdk_image_mask, i, j ); local
1085 if (mask_pixel == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp902 int mask_pixel = XGetPixel( x_image_mask, i, j ); local
903 if (mask_pixel == 0)

Completed in 152 milliseconds