Changeset 494 for GraphicTest/Packages/bgrabitmap/blendpixels.inc
- Timestamp:
- Dec 22, 2016, 8:49:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Packages/bgrabitmap/blendpixels.inc
r452 r494 290 290 begin 291 291 SoftLightPixelInline(pdest, psrc^); 292 Inc(pdest); 293 Inc(psrc); 294 Dec(Count); 295 end; 296 end; 297 298 procedure SvgSoftLightPixels(pdest: PBGRAPixel; psrc: PBGRAPixel; Count: integer); 299 begin 300 while Count > 0 do 301 begin 302 SvgSoftLightPixelInline(pdest, psrc^); 292 303 Inc(pdest); 293 304 Inc(psrc); … … 327 338 @GlowPixels, @ReflectPixels, @LinearOverlayPixels, @OverlayPixels, @DarkenPixels, @LinearMultiplyPixels, @ColorBurnPixels, 328 339 @DifferencePixels, @LinearDifferencePixels, @ExclusionPixels, @LinearExclusionPixels, @SubtractPixels, @LinearSubtractPixels, 329 @SubtractInversePixels, @LinearSubtractInversePixels, @NegationPixels, @LinearNegationPixels, @BlendXorPixels );340 @SubtractInversePixels, @LinearSubtractInversePixels, @NegationPixels, @LinearNegationPixels, @BlendXorPixels, @SvgSoftLightPixels); 330 341 331 342 procedure BlendPixels(pdest: PBGRAPixel; psrc: PBGRAPixel;
Note:
See TracChangeset
for help on using the changeset viewer.