1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858
|
{
/***************************************************************************
lazcanvas.pas
---------------
***************************************************************************/
*****************************************************************************
This file is part of the Lazarus Component Library (LCL)
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
Author: Felipe Monteiro de Carvalho
Abstract:
Classes and functions for extending TFPImageCanvas to support more stretching
filters and to support all features from the LCL TCanvas
TLazCanvas also fixes various small problems and incompatibilities between
TFPImageCanvas versions, making the interface smoother for its users
Dont use anything from the LCL here as this unit should be kept strictly independent
only LCLProc for DebugLn is allowed, but only during debuging
}
unit LazCanvas;
{$mode objfpc}{$H+}
{ $define lazcanvas_debug}
{ $define lazcanvas_profiling}
{$ifndef Darwin}// Strangely the new fast copy crashes in Mac OS X in apps with sub-controls
{$define lazcanvas_new_fast_copy}
{$endif}
interface
uses
// RTL
Classes, SysUtils, contnrs, Math,
// FCL-Image
fpimgcanv, fpcanvas, fpimage, clipping, pixtools, fppixlcanv,
// LCL
IntfGraphics, LazRegions
{$if defined(lazcanvas_debug) or defined(lazcanvas_profiling)}
, LazSysUtils, LCLProc
{$endif}
;
type
TLazCanvasImageFormat = (
clfOther,
clfRGB16_R5G6B5,
clfRGB24, clfRGB24UpsideDown, clfBGR24,
clfBGRA32, clfRGBA32, clfARGB32);
{ TFPSharpInterpolation }
// This does a very sharp and square interpolation for stretching,
// similar to StretchBlt from the Windows API
TFPSharpInterpolation = class (TFPCustomInterpolation)
protected
procedure Execute (x,y,w,h : integer); override;
end;
{ TLazCanvasState }
TLazCanvasState = class
public
Brush: TFPCustomBrush;
Pen: TFPCustomPen;
Font: TFPCustomFont;
BaseWindowOrg: TPoint;
WindowOrg: TPoint;
Clipping: Boolean;
ClipRegion: TFPCustomRegion;
destructor Destroy; override;
end;
{ TLazCanvas }
TLazCanvas = class(TFPImageCanvas)
private
FAssignedBrush: TFPCustomBrush;
FAssignedFont: TFPCustomFont;
FAssignedPen: TFPCustomPen;
FBaseWindowOrg: TPoint;
{$if defined(ver2_6)}
FLazClipRegion: TFPCustomRegion;
{$endif}
FWindowOrg: TPoint; // already in absolute coords with BaseWindowOrg summed up
GraphicStateList: TFPList; // TLazCanvasState
function GetAssignedBrush: TFPCustomBrush;
function GetAssignedPen: TFPCustomPen;
function GetAssignedFont: TFPCustomFont;
function GetWindowOrg: TPoint;
procedure SetWindowOrg(AValue: TPoint);
protected
procedure SetColor (x,y:integer; const AValue:TFPColor); override;
function DoCreateDefaultFont : TFPCustomFont; override;
// Routines broken/unimplemented/incompatible in FPC
procedure DoRectangle (const Bounds:TRect); override;
procedure DoRectangleFill (const Bounds:TRect); override;
procedure DoPolygonFill (const points:array of TPoint); override;
// Routines which don't work with out extended clipping in TFPImageCanvas
procedure DoLine (x1,y1,x2,y2:integer); override;
// Other abstract routines that need implementation
procedure DoCopyRect(x,y:integer; canvas:TFPCustomCanvas; Const SourceRect:TRect); override;
procedure DoDraw(x,y:integer; const AImage: TFPCustomImage); override;
public
HasNoImage: Boolean;
NativeDC: PtrInt; // Utilized by LCL-CustomDrawn
ExtraFontData: TObject; // Utilized by LCL-CustomDrawn
ImageFormat: TLazCanvasImageFormat; // Utilized by LCL-CustomDrawn for speeding up drawing
SelectedBitmap: TObject; // Utilized by LCL-CustomDrawn, type TCDBitmap
constructor create (AnImage : TFPCustomImage);
destructor destroy; override;
procedure SetLazClipRegion(ARegion: TLazRegion);
// Canvas states list
function SaveState: Integer;
procedure RestoreState(AIndex: Integer);
// A simple operation to bring the Canvas in the default LCL TCanvas state
procedure ResetCanvasState;
// Alpha blending operations
procedure AlphaBlend(ASource: TLazCanvas;
const ADestX, ADestY, ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
procedure AlphaBlendIgnoringDestPixels(ASource: TLazCanvas;
const ADestX, ADestY, ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
procedure AlphaBlend_Image(ASource: TFPCustomImage;
const ADestX, ADestY, ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
procedure DoDrawImage(x,y:integer; const AImage: TFPCustomImage);
procedure CanvasCopyRect(ASource: TFPCustomCanvas;
const ADestX, ADestY, ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
// Fills the entire drawing with a color
// AIgnoreClippingAndWindowOrg speeds up the drawing a lot, but it is dangerous,
// don't use it unless you know what you are doing!
procedure FillColor(AColor: TFPColor; AIgnoreClippingAndWindowOrg: Boolean = False);
// Utilized by LCLIntf.SelectObject and by RestoreState
// This needed to be added because Pen/Brush.Assign raises exceptions
procedure AssignPenData(APen: TFPCustomPen);
procedure AssignBrushData(ABrush: TFPCustomBrush);
procedure AssignFontData(AFont: TFPCustomFont);
// These properties are utilized to implement LCLIntf.SelectObject
// to keep track of which brush handle was assigned to this canvas
// They are not utilized by TLazCanvas itself
property AssignedPen: TFPCustomPen read GetAssignedPen write FAssignedPen;
property AssignedBrush: TFPCustomBrush read GetAssignedBrush write FAssignedBrush;
property AssignedFont: TFPCustomFont read GetAssignedFont write FAssignedFont;
//
// SetWindowOrg operations will be relative to BaseWindowOrg,
// This is very useful for implementing the non-native wincontrol,
// because operations of SetWindowOrg inside a non-native wincontrol will be
// based upon the BaseWindowOrg which is set relative to the Form canvas
property BaseWindowOrg: TPoint read FBaseWindowOrg write FBaseWindowOrg;
{$if defined(ver2_6)}
property ClipRegion: TFPCustomRegion read FLazClipRegion write FLazClipRegion;
{$endif}
property WindowOrg: TPoint read GetWindowOrg write SetWindowOrg;
end;
implementation
{ TLazCanvasState }
destructor TLazCanvasState.Destroy;
begin
if Brush <> nil then Brush.Free;
if Pen <> nil then Pen.Free;
inherited Destroy;
end;
{ TLazCanvas }
function TLazCanvas.GetAssignedBrush: TFPCustomBrush;
begin
if FAssignedBrush = nil then
Result := TFPEmptyBrush.Create
else
Result := FAssignedBrush;
end;
function TLazCanvas.GetAssignedPen: TFPCustomPen;
begin
if FAssignedPen = nil then
Result := TFPEmptyPen.Create
else
Result := FAssignedPen;
end;
function TLazCanvas.GetAssignedFont: TFPCustomFont;
begin
if FAssignedFont = nil then
Result := TFPEmptyFont.Create
else
Result := FAssignedFont;
end;
function TLazCanvas.GetWindowOrg: TPoint;
begin
Result := Point(FWindowOrg.X-FBaseWindowOrg.X, FWindowOrg.Y-FBaseWindowOrg.Y)
end;
procedure TLazCanvas.SetWindowOrg(AValue: TPoint);
begin
FWindowOrg.X := AValue.X+FBaseWindowOrg.X;
FWindowOrg.Y := AValue.Y+FBaseWindowOrg.Y;
{$ifdef lazcanvas_debug}
DebugLn(Format('[TLazCanvas.SetWindowOrg] AValue=%d,%d BaseWindowOrg=%d,%d', [AValue.X, AValue.Y, FBaseWindowOrg.X, FBaseWindowOrg.y]));
{$endif}
end;
procedure TLazCanvas.SetColor(x, y: integer; const AValue: TFPColor);
var
lx, ly: Integer;
begin
lx := x + FWindowOrg.X;
ly := y + FWindowOrg.Y;
{$if defined(ver2_6)}
if Clipping and (not FLazClipRegion.IsPointInRegion(lx, ly)) then
Exit;
if (lx >= 0) and (lx < width) and (ly >= 0) and (ly < height) then
Image.Colors[lx,ly] := AValue;
{$else}
if Clipping and (not FClipRegion.IsPointInRegion(lx, ly)) then
Exit;
if (lx >= 0) and (lx < width) and (ly >= 0) and (ly < height) then
FImage.Colors[lx,ly] := AValue;
{$endif}
end;
function TLazCanvas.DoCreateDefaultFont: TFPCustomFont;
begin
result := TFPEmptyFont.Create;
Result.Size := 0; // To allow it to use the default platform size
Result.FPColor := colBlack;
end;
// The coordinates utilized by DoRectangle in fcl-image are not TCanvas compatible
// so we reimplement it here
procedure TLazCanvas.DoRectangle (const Bounds:TRect);
var pattern : longword;
procedure CheckLine (x1,y1, x2,y2 : integer);
begin
// if clipping then
// CheckLineClipping (ClipRect, x1,y1, x2,y2);
if x1 >= 0 then
DrawSolidLine (self, x1,y1, x2,y2, Pen.FPColor)
end;
procedure CheckPLine (x1,y1, x2,y2 : integer);
begin
// if clipping then
// CheckLineClipping (ClipRect, x1,y1, x2,y2);
if x1 >= 0 then
DrawPatternLine (self, x1,y1, x2,y2, pattern, Pen.FPColor)
end;
var b : TRect;
r : integer;
begin
b := bounds;
b.right := b.Right-1;
b.bottom := b.bottom-1;
if pen.style = psSolid then
for r := 1 to pen.width do
begin
CheckLine (b.left,b.top,b.left,b.bottom);
CheckLine (b.left,b.bottom,b.right,b.bottom);
CheckLine (b.right,b.bottom,b.right,b.top);
CheckLine (b.right,b.top,b.left,b.top);
DecRect (b);
end
else if pen.style <> psClear then
begin
if pen.style = psPattern then
pattern := Pen.pattern
else
pattern := PenPatterns[pen.style];
CheckPLine (b.left,b.top,b.left,b.bottom);
CheckPLine (b.left,b.bottom,b.right,b.bottom);
CheckPLine (b.right,b.bottom,b.right,b.top);
CheckPLine (b.right,b.top,b.left,b.top);
end;
end;
procedure TLazCanvas.DoRectangleFill(const Bounds: TRect);
var
b : TRect;
begin
b := Bounds;
SortRect (b);
// Optimize when filling everything
if (b.Left = 0) and (b.Top = 0) and (b.Right = Width) and (b.Bottom = Height)
and (Brush.Style = bsSolid) and (FWindowOrg.X = 0) and (FWindowOrg.Y = 0)
and ((Clipping=False) {or cliprect=entire area}) then
begin
FillColor(Brush.FPColor, True);
Exit;
end;
case Brush.style of
bsSolid : FillRectangleColor (self, b.left,b.top, b.right,b.bottom);
bsPattern : FillRectanglePattern (self, b.left,b.top, b.right,b.bottom, brush.pattern);
bsImage :
if assigned (brush.image) then
if RelativeBrushImage then
FillRectangleImageRel (self, b.left,b.top, b.right,b.bottom, brush.image)
else
FillRectangleImage (self, b.left,b.top, b.right,b.bottom, brush.image)
else
raise PixelCanvasException.Create (sErrNoImage);
bsBDiagonal : FillRectangleHashDiagonal (self, b, HashWidth);
bsFDiagonal : FillRectangleHashBackDiagonal (self, b, HashWidth);
bsCross :
begin
FillRectangleHashHorizontal (self, b, HashWidth);
FillRectangleHashVertical (self, b, HashWidth);
end;
bsDiagCross :
begin
FillRectangleHashDiagonal (self, b, HashWidth);
FillRectangleHashBackDiagonal (self, b, HashWidth);
end;
bsHorizontal : FillRectangleHashHorizontal (self, b, HashWidth);
bsVertical : FillRectangleHashVertical (self, b, HashWidth);
end;
end;
// unimplemented in FPC
// algorithm explained here: http://alienryderflex.com/polygon_fill/
procedure TLazCanvas.DoPolygonFill(const points: array of TPoint);
var
lBoundingBox: TRect;
x, y, i: integer;
// faster version
nodes, j, swap, polyCorners: Integer;
nodeX: array of Integer;
begin
if Brush.Style = bsClear then Exit;
// Find the Bounding Box of the Polygon
lBoundingBox := Rect(0, 0, 0, 0);
for i := low(Points) to High(Points) do
begin
lBoundingBox.Left := Min(Points[i].X, lBoundingBox.Left);
lBoundingBox.Top := Min(Points[i].Y, lBoundingBox.Top);
lBoundingBox.Right := Max(Points[i].X, lBoundingBox.Right);
lBoundingBox.Bottom := Max(Points[i].Y, lBoundingBox.Bottom);
end;
// good but very slow polygon fill function
{// Now scan all points using IsPointInPolygon
for x := lBoundingBox.Left to lBoundingBox.Right do
for y := lBoundingBox.Top to lBoundingBox.Bottom do
begin
if IsPointInPolygon(X, Y, Points) then SetColor(X, Y, Brush.FPColor);
end;
Exit;
}
// Loop through the rows of the image.
polyCorners := Length(points);
for y := lBoundingBox.Top to lBoundingBox.Bottom do
begin
// Build a list of nodes.
nodes := 0;
j := polyCorners-1;
for i := 0 to polyCorners-1 do
begin
if (points[i].Y < y) and (points[j].Y >= y) or
(points[j].Y < y) and (points[i].Y >= Y) then
begin
SetLength(nodeX, nodes+1);
nodeX[nodes] := Round(points[i].X + (y-points[i].Y) / (points[j].Y-points[i].Y) * (points[j].X-points[i].X));
Inc(nodes);
end;
j := i;
end;
// Sort the nodes, via a simple “Bubble” sort.
i := 0;
while (i<nodes-1) do
begin
if (nodeX[i]>nodeX[i+1]) then
begin
swap := nodeX[i];
nodeX[i] := nodeX[i+1];
nodeX[i+1] := swap;
if (i <> 0) then Dec(i);
end
else
Inc(i);
end;
// Fill the pixels between node pairs.
i := 0;
while i<nodes do
begin
if (nodeX[i ] >= lBoundingBox.Right) then break;
if (nodeX[i+1] > lBoundingBox.Left) then
begin
if (nodeX[i ] < lBoundingBox.Left) then nodeX[i] := lBoundingBox.Left;
if (nodeX[i+1] > lBoundingBox.Right) then nodeX[i+1] := lBoundingBox.Right;
for X := nodeX[i] to nodeX[i+1]-1 do
SetColor(X, Y, Brush.FPColor);
end;
i := i + 2;
end;
end;
end;
procedure TLazCanvas.DoLine(x1, y1, x2, y2: integer);
procedure DrawOneLine (xx1,yy1, xx2,yy2:integer);
begin
if Clipping then
CheckLineClipping (ClipRect, xx1,yy1, xx2,yy2);
DrawSolidLine (self, xx1,yy1, xx2,yy2, Pen.FPColor);
end;
procedure SolidThickLine;
var w1, w2, r : integer;
MoreHor : boolean;
begin
// determine lines above and under
w1 := pen.width div 2;
w2 := w1;
if w1+w2 = pen.width then
dec (w1);
// determine slanting
MoreHor := (abs(x2-x1) < abs(y2-y1));
if MoreHor then
begin // add lines left/right
for r := 1 to w1 do
DrawOneLine (x1-r,y1, x2-r,y2);
for r := 1 to w2 do
DrawOneLine (x1+r,y1, x2+r,y2);
end
else
begin // add lines above/under
for r := 1 to w1 do
DrawOneLine (x1,y1-r, x2,y2-r);
for r := 1 to w2 do
DrawOneLine (x1,y1+r, x2,y2+r);
end;
end;
begin
{ We can are not clip here because we clip in each drawn pixel
or introduce a more complex algorithm to take into account lazregions
if Clipping then
CheckLineClipping (ClipRect, x1,y1, x2,y2);}
case Pen.style of
psSolid :
begin
DrawSolidLine (self, x1,y1, x2,y2, Pen.FPColor);
if pen.width > 1 then
SolidThickLine;
end;
psPattern:
DrawPatternLine (self, x1,y1, x2,y2, pen.pattern);
// Patterned lines have width always at 1
psDash, psDot, psDashDot, psDashDotDot :
DrawPatternLine (self, x1,y1, x2,y2, PenPatterns[Pen.Style]);
end;
end;
procedure TLazCanvas.DoCopyRect(x, y: integer; canvas: TFPCustomCanvas;
const SourceRect: TRect);
begin
CanvasCopyRect(canvas, X, Y, SourceRect.Left, SourceRect.Top,
SourceRect.right-SourceRect.Left, SourceRect.Bottom-SourceRect.Top);
end;
procedure TLazCanvas.DoDraw(x, y: integer; const AImage: TFPCustomImage);
begin
AlphaBlend_Image(AImage, X, Y, 0, 0, AImage.Width, AImage.Height);
end;
constructor TLazCanvas.create(AnImage: TFPCustomImage);
begin
inherited Create(AnImage);
GraphicStateList := TFPList.Create;
HasNoImage := AnImage = nil;
end;
destructor TLazCanvas.destroy;
begin
GraphicStateList.Free;
if FAssignedBrush <> nil then FAssignedBrush.Free;
if FAssignedPen <> nil then FAssignedPen.Free;
inherited destroy;
end;
procedure TLazCanvas.SetLazClipRegion(ARegion: TLazRegion);
begin
Clipping := True;
{$if defined(ver2_6)}
ClipRect := TLazRegionRect(ARegion.Parts.Items[0]).Rect;
FLazClipRegion := ARegion;
{$else}
ClipRegion := ARegion;
{$endif}
end;
function TLazCanvas.SaveState: Integer;
var
lState: TLazCanvasState;
begin
lState := TLazCanvasState.Create;
lState.Brush := Brush.CopyBrush;
lState.Pen := Pen.CopyPen;
lState.Font := Font.CopyFont;
lState.BaseWindowOrg := BaseWindowOrg;
lState.WindowOrg := WindowOrg;
lState.Clipping := Clipping;
Result := GraphicStateList.Add(lState);
end;
// if AIndex is positive, it represents the wished saved dc instance
// if AIndex is negative, it's a relative number from last pushed state
procedure TLazCanvas.RestoreState(AIndex: Integer);
var
lState: TLazCanvasState;
begin
if AIndex < 0 then AIndex := AIndex + GraphicStateList.Count;
lState := TLazCanvasState(GraphicStateList.Items[AIndex]);
GraphicStateList.Delete(AIndex);
if lState = nil then Exit;
AssignPenData(lState.Pen);
AssignBrushData(lState.Brush);
AssignFontData(lState.Font);
BaseWindowOrg := lState.BaseWindowOrg;
WindowOrg := lState.WindowOrg;
Clipping := lState.Clipping;
lState.Free;
end;
procedure TLazCanvas.ResetCanvasState;
begin
Pen.FPColor := colBlack;
Pen.Style := psSolid;
Brush.FPColor := colWhite;
Brush.Style := bsSolid;
end;
procedure TLazCanvas.AlphaBlend(ASource: TLazCanvas;
const ADestX, ADestY, ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
var
x, y, CurDestX, CurDestY, CurSrcX, CurSrcY: Integer;
MaskValue, InvMaskValue: Word;
CurColor, SrcColor: TFPColor;
lDrawWidth, lDrawHeight: Integer;
begin
// Take care not to draw outside the destination area
lDrawWidth := Min(Self.Width - ADestX, ASource.Width - ASourceX);
lDrawHeight := Min(Self.Height - ADestY, ASource.Height - ASourceY);
lDrawWidth := Min(lDrawWidth, ASourceWidth);
lDrawHeight := Min(lDrawHeight, ASourceHeight);
//DebugLn(Format('[TLazCanvas.AlphaBlend] lDrawWidth=%d lDrawHeight=%d',
// [lDrawWidth, lDrawHeight]));
for y := 0 to lDrawHeight - 1 do
begin
for x := 0 to lDrawWidth - 1 do
begin
CurDestX := ADestX + x;
CurDestY := ADestY + y;
CurSrcX := ASourceX + x;
CurSrcY := ASourceY + y;
// Never draw outside the destination
if (CurDestX < 0) or (CurDestY < 0) then Continue;
MaskValue := ASource.Colors[CurSrcX, CurSrcY].alpha;
InvMaskValue := $FFFF - MaskValue;
if MaskValue = $FFFF then
begin
Self.Colors[CurDestX, CurDestY] := ASource.Colors[CurSrcX, CurSrcY];
end
else if MaskValue > $00 then
begin
CurColor := Self.Colors[CurDestX, CurDestY];
SrcColor := ASource.Colors[CurSrcX, CurSrcY];
CurColor.Red := Round(
CurColor.Red * InvMaskValue / $FFFF +
SrcColor.Red * MaskValue / $FFFF);
CurColor.Green := Round(
CurColor.Green * InvMaskValue / $FFFF +
SrcColor.Green * MaskValue / $FFFF);
CurColor.Blue := Round(
CurColor.Blue * InvMaskValue / $FFFF +
SrcColor.Blue * MaskValue / $FFFF);
CurColor.alpha := alphaOpaque;
{DebugLn(Format('Alpha blending pixels Old=%d %d Src=%d %d New=%d %d alpha=%d',
[Self.Colors[CurDestX, CurDestY].Red, Self.Colors[CurDestX, CurDestY].Green,
SrcColor.Red, SrcColor.Green,
CurColor.Red, CurColor.Green,
MaskValue
]));}
Self.Colors[CurDestX, CurDestY] := CurColor;
end;
end;
end;
end;
// This is a safer version in case one doesnt trust the destination pixels
// It will draw as if the target area contained opaque white
procedure TLazCanvas.AlphaBlendIgnoringDestPixels(ASource: TLazCanvas;
const ADestX, ADestY, ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer
);
var
x, y, CurDestX, CurDestY, CurSrcX, CurSrcY: Integer;
MaskValue, InvMaskValue: Word;
CurColor, SrcColor: TFPColor;
lDrawWidth, lDrawHeight: Integer;
begin
// Take care not to draw outside the destination area
lDrawWidth := Min(Self.Width - ADestX, ASource.Width - ASourceX);
lDrawHeight := Min(Self.Height - ADestY, ASource.Height - ASourceY);
lDrawWidth := Min(lDrawWidth, ASourceWidth);
lDrawHeight := Min(lDrawHeight, ASourceHeight);
//DebugLn(Format('[TLazCanvas.AlphaBlendIgnoringDestPixels] lDrawWidth=%d lDrawHeight=%d',
//[lDrawWidth, lDrawHeight]));
for y := 0 to lDrawHeight - 1 do
begin
for x := 0 to lDrawWidth - 1 do
begin
CurDestX := ADestX + x;
CurDestY := ADestY + y;
CurSrcX := ASourceX + x;
CurSrcY := ASourceY + y;
// Never draw outside the destination
if (CurDestX < 0) or (CurDestY < 0) then Continue;
MaskValue := ASource.Colors[CurSrcX, CurSrcY].alpha;
InvMaskValue := $FFFF - MaskValue;
if MaskValue = $FFFF then
begin
Self.Colors[CurDestX, CurDestY] := ASource.Colors[CurSrcX, CurSrcY];
end
// Theorically it should be > 0 but we make a filter here to exclude low-alpha pixels
// because those cause small white pixels in the image
else if MaskValue > $4000 then
begin
SrcColor := ASource.Colors[CurSrcX, CurSrcY];
CurColor.Red := InvMaskValue + (SrcColor.Red * MaskValue) div $FFFF;
CurColor.Green := InvMaskValue + (SrcColor.Green * MaskValue) div $FFFF;
CurColor.Blue := InvMaskValue + (SrcColor.Blue * MaskValue) div $FFFF;
CurColor.alpha := alphaOpaque;
Self.Colors[CurDestX, CurDestY] := CurColor;
end;
end;
end;
end;
procedure TLazCanvas.AlphaBlend_Image(ASource: TFPCustomImage; const ADestX,
ADestY, ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
var
SrcCanvas: TLazCanvas;
begin
SrcCanvas := TLazCanvas.Create(ASource);
try
AlphaBlend(SrcCanvas, ADestX, ADestY,
ASourceX, ASourceY, ASourceWidth, ASourceHeight);
finally
SrcCanvas.Free;
end;
end;
procedure TLazCanvas.DoDrawImage(x, y: integer; const AImage: TFPCustomImage);
begin
DoDraw(x, y, AImage);
end;
procedure TLazCanvas.CanvasCopyRect(ASource: TFPCustomCanvas; const ADestX, ADestY,
ASourceX, ASourceY, ASourceWidth, ASourceHeight: Integer);
var
ALazSource: TLazCanvas absolute ASource;
x, y, CurDestX, CurDestY, CurSrcX, CurSrcY: Integer;
lDrawWidth, lDrawHeight: Integer;
lColor: TFPColor;
{$IFDEF lazcanvas_profiling}
lTimeStart: TDateTime;
{$ENDIF}
{$ifdef lazcanvas_new_fast_copy}
lScanlineSrc, lScanlineDest: PByte;
lBytesPerPixel: Byte;
{$ENDIF}
begin
{$IFDEF lazcanvas_profiling}
lTimeStart := NowUTC();
{$ENDIF}
// Take care not to draw outside the source and also not outside the destination area
lDrawWidth := Min(Self.Width - ADestX - FWindowOrg.X, ASource.Width - ASourceX);
lDrawHeight := Min(Self.Height - ADestY - FWindowOrg.Y, ASource.Height - ASourceY);
lDrawWidth := Min(lDrawWidth, ASourceWidth);
lDrawHeight := Min(lDrawHeight, ASourceHeight);
{$ifdef lazcanvas_new_fast_copy}
// If the formats match, make a fast copy of the data itself, without pixel conversion
if (ASource is TLazCanvas) and
(Image is TLazIntfImage) and (ALazSource.Image is TLazIntfImage) and
(ImageFormat in [clfRGB24, clfRGB24UpsideDown, clfBGR24, clfBGRA32, clfRGBA32, clfARGB32]) and
(ImageFormat = ALazSource.ImageFormat) then
begin
case ImageFormat of
clfRGB24, clfRGB24UpsideDown, clfBGR24: lBytesPerPixel := 3;
clfBGRA32, clfRGBA32, clfARGB32: lBytesPerPixel := 4;
else
lBytesPerPixel := 4;
end;
for y := 0 to lDrawHeight - 1 do
begin
CurDestY := ADestY + y + FWindowOrg.Y;
if CurDestY >= Height then Continue;
CurSrcY := ASourceY + y;
lScanlineSrc := TLazIntfImage(ALazSource.Image).GetDataLineStart(CurSrcY);
lScanlineDest := TLazIntfImage(Image).GetDataLineStart(CurDestY);
if (lScanlineSrc = nil) or (lScanlineDest = nil) then Break;
Inc(lScanlineSrc, (ASourceX)*lBytesPerPixel);
Inc(lScanlineDest, (ADestX + FWindowOrg.X)*lBytesPerPixel);
move(lScanlineSrc^, lScanlineDest^, lBytesPerPixel * lDrawWidth);
end;
end
// General case of copying
else
{$endif}
begin
for y := 0 to lDrawHeight - 1 do
begin
for x := 0 to lDrawWidth - 1 do
begin
CurDestX := ADestX + x;
CurDestY := ADestY + y;
CurSrcX := ASourceX + x;
CurSrcY := ASourceY + y;
// Never draw outside the destination
if (CurDestX < 0) or (CurDestY < 0) then Continue;
lColor := ASource.Colors[CurSrcX, CurSrcY];
Self.Colors[CurDestX, CurDestY] := lColor;
end;
end;
end;
{$IFDEF lazcanvas_profiling}
DebugLn(Format('[TLazCanvas.CanvasCopyRect] Paint duration: %d ms', [DateTimeToTimeStamp(NowUTC() - lTimeStart).Time]));
{$ENDIF}
end;
procedure TLazCanvas.FillColor(AColor: TFPColor;
AIgnoreClippingAndWindowOrg: Boolean);
var
x, y: Integer;
begin
if AIgnoreClippingAndWindowOrg then
begin
if Image is TLazIntfImage then
TLazIntfImage(Image).FillPixels(AColor)
else
for y := 0 to Height-1 do
for x := 0 to Width-1 do
Image.Colors[x, y] := AColor;
end
else
begin
for y := 0 to Height-1 do
for x := 0 to Width-1 do
SetColor(x, y, AColor);
end;
end;
procedure TLazCanvas.AssignPenData(APen: TFPCustomPen);
begin
if APen = nil then Exit;
Pen.FPColor := APen.FPColor;
Pen.Style := APen.Style;
Pen.Width := APen.Width;
end;
procedure TLazCanvas.AssignBrushData(ABrush: TFPCustomBrush);
begin
if ABrush = nil then Exit;
Brush.FPColor := ABrush.FPColor;
Brush.Style := ABrush.Style;
end;
procedure TLazCanvas.AssignFontData(AFont: TFPCustomFont);
begin
if AFont = nil then Exit;
Font.FPColor := AFont.FPColor;
Font.Name := AFont.Name;
Font.Size := AFont.Size;
Font.Bold := AFont.Bold;
Font.Italic := AFont.Italic;
Font.Underline := AFont.Underline;
{$IF (FPC_FULLVERSION<=20600)}
Font.{%H-}StrikeTrough := AFont.{%H-}StrikeTrough; //old version with typo
{$ELSE}
Font.StrikeThrough := AFont.StrikeThrough;
{$ENDIF}
end;
{ TFPWindowsSharpInterpolation }
procedure TFPSharpInterpolation.Execute(x, y, w, h: integer);
// paint Image on Canvas at x,y,w*h
var
srcx, srcy: Integer; // current coordinates in the source image
dx, dy, dw, dh: Integer; // current coordinates in the destination canvas
lWidth, lHeight: Integer; // Image size
lColor: TFPColor;
begin
if (w<=0) or (h<=0) or (image.Width=0) or (image.Height=0) then
exit;
lWidth := Image.Width-1;
lHeight := Image.Height-1;
dw := w - 1;
dh := h - 1;
for dx := 0 to w-1 do
for dy := 0 to h-1 do
begin
srcx := Round((dx / dw) * lWidth);
srcy := Round((dy / dh) * lHeight);
lColor := Image.Colors[srcx, srcy];
Canvas.Colors[dx+x, dy+y] := lColor;
end;
end;
end.
|