Changeset 317 for GraphicTest/BGRABitmap/bgraanimatedgif.pas
- Timestamp:
 - Feb 1, 2012, 3:02:33 PM (14 years ago)
 - Location:
 - GraphicTest/BGRABitmap
 - Files:
 - 
      
- 2 edited
 
- 
          
  . (modified) (1 prop)
 - 
          
  bgraanimatedgif.pas (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
GraphicTest/BGRABitmap
- 
Property       svn:ignore
 set to       
lib
 
 - 
Property       svn:ignore
 set to       
 - 
      
GraphicTest/BGRABitmap/bgraanimatedgif.pas
r210 r317 1005 1005 begin 1006 1006 PChangePix^ := PBackground^; 1007 DrawPixelInline (PBGRAPixel(PChangePix), PBGRAPixel(@newpix)^);1007 DrawPixelInlineNoAlphaCheck(PBGRAPixel(PChangePix), PBGRAPixel(@newpix)^); 1008 1008 end 1009 1009 else if PChangePix^ and AlphaMask <> 0 then … … 1045 1045 begin 1046 1046 PChangePix^ := PBackground^; 1047 DrawPixelInline (PBGRAPixel(PChangePix), PBGRAPixel(@newpix)^);1047 DrawPixelInlineNoAlphaCheck(PBGRAPixel(PChangePix), PBGRAPixel(@newpix)^); 1048 1048 end 1049 1049 else if PChangePix^ and AlphaMask <> 0 then … … 1176 1176 begin 1177 1177 PChangePix^ := MemPixEraseColor; 1178 DrawPixelInline (PBGRAPixel(PChangePix), PBGRAPixel(@newpix)^);1178 DrawPixelInlineNoAlphaCheck(PBGRAPixel(PChangePix), PBGRAPixel(@newpix)^); 1179 1179 end 1180 1180 else if PChangePix^ and AlphaMask <> 0 then  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  