search for: static_data

Displaying 4 results from an estimated 4 matches for "static_data".

2006 Sep 21
2
wxImage patches
...also open up some functions that were %ignored that probably shouldn''t be (at least with the typemap adjustment). I think we may need to visit (or document carefully) what happens when you pass in a string of data to the constructor or to SetAlpha. We need to decide which setting of static_data is correct for the library. Does anyone know of any reason we would or wouldn''t want to just set the unsigned char * typemap in typemap.i? Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wx...
2007 May 04
0
[1007] trunk/wxruby2/swig: Fixed Wx::Image#scale and rescale signature, also added needed constants.
...ise = true) const; </span><del>- wxImage Scale(int width , int height ) const; </del><ins>+ wxImage Scale(int width, int height, int quality = wxIMAGE_QUALITY_NORMAL ) const; </ins><span class="cx"> void SetAlpha(unsigned char * alpha = NULL, bool static_data = false ) ; </span><span class="cx"> void SetAlpha(int x , int y , unsigned char alpha ) ; </span><span class="cx"> void SetData(unsigned char* data ) ; </span></span></pre> </div> </div> </body> </html>
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...;> </span><span class="lines">@@ -162,7 +167,7 @@ </span><span class="cx"> *Image.new*(%(arg-type)Integer% width, %(arg-type)Integer% height, %(arg-type)Integer% data, </span><span class="cx"> %(arg-type)Boolean% static_data = ) </span><span class="cx"> </span><del>-Creates an image from given data with the given width and height. If </del><ins>+Creates an image from given data with the given width and height. If </ins><span class="cx"> _static_data_...
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...achO::S_SYMBOL_STUBS | - MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS, - 0, 26); - if (IDVal == ".data") - return ParseDirectiveSectionSwitch("__DATA", "__data"); - if (IDVal == ".static_data") - return ParseDirectiveSectionSwitch("__DATA", "__static_data"); - - // FIXME: The section names of these two are misspelled in the assembler - // manual. - if (IDVal == ".non_lazy_symbol_pointer") - return ParseDirectiveSectionSwitch("__...