Searched refs:data_image (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp639 GdkImage *data_image = local
685 gdk_image_put_pixel( data_image, x, y, 1 );
687 gdk_image_put_pixel( data_image, x, y, 0 );
696 gdk_draw_image( GetBitmap(), data_gc, data_image, 0, 0, 0, 0, width, height ); local
698 gdk_image_destroy( data_image );
775 GdkImage *data_image = local
860 gdk_image_put_pixel( data_image, x, y, pixel );
876 gdk_image_put_pixel( data_image, x, y, pixel );
891 gdk_image_put_pixel( data_image, x, y, pixel );
908 gdk_image_put_pixel( data_image,
936 gdk_draw_image( GetPixmap(), data_gc, data_image, 0, 0, 0, 0, width, height ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp585 XImage *data_image = XCreateImage( xdisplay, xvisual, bpp, ZPixmap, 0, 0, width, height, 32, 0 );
586 data_image->data = (char*) malloc( data_image->bytes_per_line * data_image->height );
588 if (data_image->data == NULL)
677 XPutPixel( data_image, x, y, pixel );
692 XPutPixel( data_image, x, y, pixel );
707 XPutPixel( data_image, x, y, pixel );
724 XPutPixel( data_image, x, y, pixel );
740 XPutPixel( data_image,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_drv.c387 *data_image, local
436 data_image = reset_image + img_hdr->reset_size;
437 code_image = data_image + img_hdr->data_size;
471 if (cycx_data_boot(hw->dpmbase, data_image, img_hdr->data_size)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-ucode.c145 struct fw_desc *data_image)
154 return iwlagn_load_section(priv, "DATA", data_image,
143 iwlagn_load_given_ucode(struct iwl_priv *priv, struct fw_desc *inst_image, struct fw_desc *data_image) argument

Completed in 59 milliseconds