Home
last modified time | relevance | path

Searched refs:idata_new (Results 1 – 6 of 6) sorted by relevance

/dports/math/mathgl/mathgl-2.5/widgets/
H A Dimage.cpp1628 static const unsigned char idata_new[] = variable
1676 MGL_EXPORT Fl_RGB_Image img_new(idata_new, 16, 16, 4, 0);
/dports/graphics/ephoto/ephoto-1.5/src/bin/
H A Dephoto_cropper.c185 unsigned int *idata, *idata_new; in _apply_crop() local
206 idata_new = malloc(sizeof(unsigned int) * nw * nh); in _apply_crop()
215 idata_new[index] = idata[ind]; in _apply_crop()
223 idata_new, nw, nh); in _apply_crop()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_File_Chooser.cxx65 static unsigned char idata_new[] = variable
68 static Fl_Bitmap image_new(idata_new, 16, 16);
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_File_Chooser.cxx65 static unsigned char idata_new[] = variable
68 static Fl_Bitmap image_new(idata_new, 16, 16);
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_File_Chooser.cxx63 static const unsigned char idata_new[] = variable
67 static Fl_Image *image = new Fl_Bitmap(idata_new, 16, 16); in image_new()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_File_Chooser.cxx65 static unsigned char idata_new[] = variable
68 static Fl_Bitmap image_new(idata_new, 16, 16);