Displaying 15 results from an estimated 15 matches for "getpixel".
2011 May 26
1
How to resolve conflicts between Cocoa and WineLib...?!
....h:3345: error: conflicting types for 'AnimatePalette'
wingdi.h:3440: error: conflicting types for 'EqualRgn'
wingdi.h:3452: error: conflicting types for 'FillRgn'
wingdi.h:3456: error: conflicting types for 'FrameRgn'
wingdi.h:3556: error: conflicting types for 'GetPixel'
wingdi.h:3600: error: conflicting types for 'InvertRgn'
wingdi.h:3602: error: conflicting types for 'LineTo'
wingdi.h:3608: error: conflicting types for 'OffsetRgn'
wingdi.h:3611: error: conflicting types for 'PaintRgn'
wingdi.h:3625: error: 'Polygon' re...
2002 May 24
0
gta3
...FindExportedFunction function GetDeviceCaps not found:
/usr/lib/wine/libwine.so: undefined symbol: GetDeviceCaps
fixme:win32:ELF_FindExportedFunction function GetDeviceGammaRamp not found:
/usr/lib/wine/libwine.so: undefined symbol: GetDeviceGammaRamp
fixme:win32:ELF_FindExportedFunction function GetPixel not found:
/usr/lib/wine/libwine.so: undefined symbol: GetPixel
fixme:win32:ELF_FindExportedFunction function GetPixelFormat not found:
/usr/lib/wine/libwine.so: undefined symbol: GetPixelFormat
fixme:win32:ELF_FindExportedFunction function GetTextExtentPoint not found:
/usr/lib/wine/libwine.so:...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...nt *font = NULL) const;
+ wxSize GetMultiLineTextExtent(const wxString& string) const;
+ bool GetPartialTextExtents(const wxString& text, wxArrayInt& widths) const;
</ins><span class="cx"> const wxPen& GetPen() const;
</span><del>- virtual bool GetPixel(wxCoord x , wxCoord y , wxColour * colour ) = 0;
- virtual void GetSize(wxCoord * width , wxCoord * height ) = 0;
- //wxColour& GetTextBackground();
</del><ins>+ bool GetPixel(wxCoord x , wxCoord y , wxColour * colour );
+ wxSize GetPPI() const;
+ void GetSize(wxCoord * w...
2017 Dec 22
0
Wine release 3.0-rc3
...at are position independent executables.
msvcp90/tests: Use the correct return type for basic_istream::ipfx.
kernel32/tests: Improve tests for 32/64-bit image mappings.
ddraw: Validate the surface descriptor size in GetDisplayMode.
gdi32: Fix clipping to the DIB rectangle in GetPixel().
Andrey Gusev (4):
comctl32/tests: Fix a typo in ok() message.
kernel32/tests: Fix a typo in ok() message.
msi/tests: Fix typos in ok() messages.
winhttp/tests: Fix typos in ok() messages.
Hans Leidekker (6):
webservices/tests: Merge the listener tests into channel...
2011 Dec 16
0
Wine release 1.3.35
...gdi32: Remove support for private color maps.
gdi32: init_dib_info() can no longer fail, and no longer requires freeing.
gdi32: Implement GetNearestColor in the DIB driver.
gdi32: Remove some color table size checks, we use full-size color tables now.
gdi32: Implement GetPixel in the null driver using GetImage.
winex11: Get rid of the GetPixel implementation, use the null driver fallback instead.
gdi32/tests: Fix some test failures on old Windows versions.
ntdll: Make an error message a proper ERR.
widl: Zero-initialize [out] structures and unions...
2011 Oct 21
0
Wine release 1.3.31
...color mapping.
gdi32: Add support for non-rgb colorrefs.
gdi32/tests: Add tests for non-rgb colorrefs.
gdi32: Add pixel_to_colorref primitives.
gdi32: Implement SetPixel.
gdi32/tests: Add tests for SetPixel.
gdi32: Add get_pixel primitives.
gdi32: Implement GetPixel.
gdi32/tests: Add tests for GetPixel.
gdi32/tests: Remove the no longer used todo functionality of the test_color macro.
gdi32: Fix character code metrics for bitmap fonts.
gdi32: Add a fake 1-entry color table for 1-bpp ddbs.
Hwang YunSong (2):
po: Updated Korean tra...
2007 Mar 21
0
[904] branches/wxruby2/wxwidgets_282: Changes in Wx::Colour API 2.6 -> 2.8
...class="cx"> * "Colour.new":#Colour_new
</span><ins>+* "Colour#alpha":#Colour_alpha
</ins><span class="cx"> * "Colour#blue":#Colour_blue
</span><span class="cx"> * "Colour#get_pixel":#Colour_getpixel
</span><ins>+* "Colour#get_as_string":#Colour_getasstring
</ins><span class="cx"> * "Colour#green":#Colour_green
</span><del>-* "Colour#ok":#Colour_ok
</del><ins>+* "Colour#is_ok":#Colour_isok
</ins...
2002 Oct 24
1
crash report (PR#2207)
...51c
eax=00000137 ebx=028342d4 ecx=00000006 edx=00000000 esi=025f916c edi=00000000
eip=0164a224 esp=0022f708 ebp=0022f720 iopl=0 nv up ei pl nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000202
function: drawto
0164a202 eb3f jmp getpixels+0x13 (01652543)
0164a204 83c4f4 add esp,0xf4
0164a207 53 push ebx
0164a208 e8a3fbffff call get_context (01649db0)
0164a20d a3702b6c01 mov [dc (016c2b70)],eax ds:016c2b70=00000000
0164a212 83c410...
2009 May 08
0
Wine release 1.1.21
...NT4.
urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
inetmib1/tests: Add a FreeLibrary and turn some skip()s into win_skip()s.
services: Fix a typo.
rasapi32/tests: Add a FreeLibrary.
clusapi: Don't print an out parameter.
Rein Klazes (7):
winex11: GetPixel() on a monochrome bitmap should return black or white, not dark red.
user32/tests: Show that vertical and horizontal window scroll bar info is not created independently.
user32/tests: Fix a test in edit.c that was not testing what it was supposed to test.
comdlg32: Implement OFN_E...
2011 Nov 04
0
Wine release 1.3.32
...the owner, we may still have pointers to them.
gdi32: Retrieve the bits of a pattern brush when it's selected into a different type of DC.
gdi32: Add support for pattern brushes in the DIB driver.
dpnet/tests: Fix a test that fails on Windows.
gdi32: Return failure when GetPixel is not supported.
gdi32: Set the mono color map in BitBlt also for the initial PutImage attempt.
wineps: Fix the font escapement when coordinates are being mirrored.
dpnet/tests: Fix another test failure on Windows.
Alistair Leslie-Hughes (3):
shell32: Release site pointer....
2009 Jul 17
0
Wine release 1.1.26
...q.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.26:
758 Menu/combo-box-functionality in managed mode.
4277 GetPixel() returns wrong value for monochrome bitmaps
5034 Wrong size of commdlg OpenFile dialog in radvideo.exe
8290 Lotus Notes 6.5 demo fails to install
9036 Adobe Photoshop Elements 1.0 fails to install, says IE4 is required
9599 Caesar3 hackled sound
9614 scroll wheel causes farcry...
2011 Mar 18
0
Wine release 1.3.16
...ix a handle leak in GdipDrawString.
comctl32: Validate text entered in a datetime by the user.
gdiplus: Add tests for interpolation mode and make them pass.
gdiplus: Move ImageAttributes mapping into a helper function.
gdiplus: Read drawn bitmaps in one step instead of using getpixel.
gdiplus: Apply image attributes to bitmaps before resampling them.
gdiplus: Implement tiling wrap modes.
gdiplus: Move bitmap interpolation into a separate function.
gdiplus: Implement bilinear interpolation.
gdiplus: Don't use gdi32 to scale or draw from outside...
2010 Feb 05
0
Wine release 1.1.38
...ry[AW] stubs.
Rico Sch?ller (8):
d3d10: Add anonymous shaders.
d3d10: Parse shaders in parse_fx10_local_variable().
d3d10: Implement ID3D10EffectPass::GetVertexShaderDesc().
d3d10: Implement ID3D10EffectPass::GetGeometryShaderDesc().
d3d10: Implement ID3D10EffectPass::GetPixelShaderDesc().
d3d10: Implement ID3D10EffectType::IsValid().
d3d10: Add D3D10_EOO_PARSED_OBJECT in parse_fx10_object().
d3d10: Add D3D10_EOO_PARSED_OBJECT_INDEX in parse_fx10_object().
Stefan D?singer (9):
wined3d: Put the APPLE_flush_buffer_range code into the right branch....
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...>- bool GetOptimization() ;
</del><ins>+// bool GetOptimization() ;
</ins><span class="cx"> //wxPen& GetPen();
</span><span class="cx"> const wxPen& GetPen() const;
</span><span class="cx"> virtual bool GetPixel(wxCoord x , wxCoord y , wxColour * colour ) = 0;
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx"> virtual void SetFont(const wxFont& font ) = 0;
</span><span class="cx"> virtual void SetLogicalFunc...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...uot;, "floodFill", true],
+ ["_global.flash.display.BitmapData.prototype", "generateFilterRect", true],
+ ["_global.flash.display.BitmapData.prototype", "getColorBoundsRect", true],
+ ["_global.flash.display.BitmapData.prototype", "getPixel", true],
+ ["_global.flash.display.BitmapData.prototype", "getPixel32", true],
+ ["_global.flash.display.BitmapData.prototype", "hitTest", true],
+ ["_global.flash.display.BitmapData.prototype", "merge", true],
+ ["_global.fl...