/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgratutorial3d/ |
H A D | ubgrasamples.pas | 40 tempBmp: TBGRABitmap; 42 tempBmp := DoubleGradientAlphaFill(Rect(0,0,ABitmap.Width,ABitmap.Height), 46 ABitmap.PutImage(0,0,tempBmp,dmSet); 47 tempBmp.Free;
|
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgratutorial3d/ |
H A D | ubgrasamples.pas | 40 tempBmp: TBGRABitmap; 42 tempBmp := DoubleGradientAlphaFill(Rect(0,0,ABitmap.Width,ABitmap.Height), 46 ABitmap.PutImage(0,0,tempBmp,dmSet); 47 tempBmp.Free;
|
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/ |
H A D | bgratext.pas | 492 tempBmp: TBitmap; 513 tempBmp := nil; 516 tempBmp.Width := 30; 517 tempBmp.Height := 30; 539 tempBmp.Free; 702 tempBmp: TBitmap; 710 tempBmp := nil; 736 tempBmp.Free; 751 tempBmp: TBitmap; 759 tempBmp := nil; [all …]
|
H A D | bgratextfx.pas | 728 tempBmp: TBitmap; 817 tempBmp := TBitmap.Create; 818 tempBmp.Width := sizeX; 819 tempBmp.Height := sizeY+2*OnePixel; 820 BitmapFillRect(tempBmp, rect(0,0,tempBmp.Width,tempBmp.Height), clBlack); 821 tempBmp.Canvas.Font := Font; 822 tempBmp.Canvas.Font.Orientation := 0; 824 tempBmp.Canvas.Font.Color := clWhite; 825 tempBmp.Canvas.Font.Quality := FontDefaultQuality; 827 temp := BGRABitmapFactory.Create(tempBmp); [all …]
|
H A D | bgrabitmap.pas | 199 tempBmp: TBGRABitmap; 206 if tempBmp = nil then 207 tempBmp := TBGRABitmap.Create; 213 tempBmp.DataDrawOpaque(ACanvas, Rect, AData, LineOrder, AWidth, AHeight) 215 tempBmp.DataDrawTransparent(ACanvas, Rect, AData, LineOrder, AWidth, AHeight); 505 tempBmp.Free;
|
H A D | bgraphoxo.pas | 126 tempBmp: TBGRABitmap; 132 tempBmp := TBGRABitmap.Create(img.Width,img.Height); 135 tempBmp.SetPixel(x,y, FPColorToBGRA(img.Colors[x,y])); 136 doc.AddOwnedLayer(tempBmp);
|
H A D | bgracanvas2d.pas | 1647 tempBmp: TGrayscaleMask; 1704 tempBmp.FillMode := AFillMode; 1705 tempBmp.FillPolyAntialias(ofsPts, BGRAWhite); 1706 tempBmp.FillPolyAntialias(ofsPts2, BGRAWhite); 1707 DrawShadowMask(foundRect.Left,foundRect.Top, tempBmp, true); 2781 tempBmp: TGrayscaleMask; 2791 tempBmp := TGrayscaleMask.Create(width,height,BGRABlack); 2793 tempBmp.FillPolyAntialias(slice(FPathPoints,FPathPointCount),BGRAWhite) 2795 tempBmp.FillPoly(slice(FPathPoints,FPathPointCount),BGRAWhite); 2796 currentState.clipMaskReadWrite.ApplyMask(tempBmp); [all …]
|
H A D | bgraopenraster.pas | 127 tempBmp: TBGRABitmap; 134 tempBmp := TBGRABitmap.Create(img.Width,img.Height); 137 tempBmp.SetPixel(x,y, FPColorToBGRA(img.Colors[x,y])); 138 doc.AddOwnedLayer(tempBmp);
|
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/ |
H A D | bgratext.pas | 492 tempBmp: TBitmap; 513 tempBmp := nil; 516 tempBmp.Width := 30; 517 tempBmp.Height := 30; 539 tempBmp.Free; 702 tempBmp: TBitmap; 710 tempBmp := nil; 736 tempBmp.Free; 751 tempBmp: TBitmap; 759 tempBmp := nil; [all …]
|
H A D | bgratextfx.pas | 728 tempBmp: TBitmap; 817 tempBmp := TBitmap.Create; 818 tempBmp.Width := sizeX; 819 tempBmp.Height := sizeY+2*OnePixel; 820 BitmapFillRect(tempBmp, rect(0,0,tempBmp.Width,tempBmp.Height), clBlack); 821 tempBmp.Canvas.Font := Font; 822 tempBmp.Canvas.Font.Orientation := 0; 824 tempBmp.Canvas.Font.Color := clWhite; 825 tempBmp.Canvas.Font.Quality := FontDefaultQuality; 827 temp := BGRABitmapFactory.Create(tempBmp); [all …]
|
H A D | bgrabitmap.pas | 199 tempBmp: TBGRABitmap; 206 if tempBmp = nil then 207 tempBmp := TBGRABitmap.Create; 213 tempBmp.DataDrawOpaque(ACanvas, Rect, AData, LineOrder, AWidth, AHeight) 215 tempBmp.DataDrawTransparent(ACanvas, Rect, AData, LineOrder, AWidth, AHeight); 505 tempBmp.Free;
|
H A D | bgraphoxo.pas | 126 tempBmp: TBGRABitmap; 132 tempBmp := TBGRABitmap.Create(img.Width,img.Height); 135 tempBmp.SetPixel(x,y, FPColorToBGRA(img.Colors[x,y])); 136 doc.AddOwnedLayer(tempBmp);
|
H A D | bgracanvas2d.pas | 1647 tempBmp: TGrayscaleMask; 1704 tempBmp.FillMode := AFillMode; 1705 tempBmp.FillPolyAntialias(ofsPts, BGRAWhite); 1706 tempBmp.FillPolyAntialias(ofsPts2, BGRAWhite); 1707 DrawShadowMask(foundRect.Left,foundRect.Top, tempBmp, true); 2781 tempBmp: TGrayscaleMask; 2791 tempBmp := TGrayscaleMask.Create(width,height,BGRABlack); 2793 tempBmp.FillPolyAntialias(slice(FPathPoints,FPathPointCount),BGRAWhite) 2795 tempBmp.FillPoly(slice(FPathPoints,FPathPointCount),BGRAWhite); 2796 currentState.clipMaskReadWrite.ApplyMask(tempBmp); [all …]
|
H A D | bgraopenraster.pas | 127 tempBmp: TBGRABitmap; 134 tempBmp := TBGRABitmap.Create(img.Width,img.Height); 137 tempBmp.SetPixel(x,y, FPColorToBGRA(img.Colors[x,y])); 138 doc.AddOwnedLayer(tempBmp);
|
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ |
H A D | energyplotdialog.cpp | 349 wxBitmap tempBmp(width, height); in OnCopyClick() local 352 tempDC.SelectObject(tempBmp); in OnCopyClick() 356 wxTheClipboard->SetData(new wxBitmapDataObject(tempBmp)); in OnCopyClick()
|
H A D | frequenciesdialog.cpp | 309 wxBitmap tempBmp(width, height); in OnFreqcopyClick() local 312 tempDC.SelectObject(tempBmp); in OnFreqcopyClick() 316 wxTheClipboard->SetData(new wxBitmapDataObject(tempBmp)); in OnFreqcopyClick()
|
/dports/multimedia/aegisub/aegisub-3.2.2/src/ |
H A D | gl_text.cpp | 75 wxBitmap tempBmp(32, 32, 24); in OpenGLTextGlyph() local 76 wxMemoryDC dc(tempBmp); in OpenGLTextGlyph()
|
H A D | dialog_colorpicker.cpp | 865 wxBitmap tempBmp = preview_box->GetBitmap(); in UpdateSpectrumDisplay() local 868 previewdc.SelectObject(tempBmp); in UpdateSpectrumDisplay() 873 preview_box->SetBitmap(tempBmp); in UpdateSpectrumDisplay()
|
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/game_puzzle/ |
H A D | ugraph.pas | 163 tempBmp: TBGRABitmap; 169 tempBmp := TBGRABitmap.Create(bmp.Width, bmp.Height, BGRABlack); 178 tempBmp.GradientFill(floor(x - radius), floor(y - radius), ceil( 184 ptemp := tempBmp.Data; 185 for i := tempBmp.nbPixels - 1 downto 0 do 197 bmp.PutImage(0, 0, tempBmp, dmDrawWithTransparency); 198 tempBmp.Free;
|
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/ |
H A D | ugraph.pas | 241 tempBmp: TBGRABitmap; 246 tempBmp := TBGRABitmap.Create(bmp.width,bmp.Height,BGRABlack); 255 …tempBmp.GradientFill(floor(x-radius),floor(y-radius),ceil(x+radius),ceil(y+radius),BGRA(255,255,25… 259 ptemp := tempBmp.Data; 260 for i := tempBmp.nbPixels-1 downto 0 do 267 bmp.PutImage(0,0,tempBmp,dmDrawWithTransparency); 268 tempBmp.free;
|
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/ |
H A D | bcsamples.pas | 1070 tempBmp: TBGRABitmap; 1073 tempBmp := DoubleGradientAlphaFill(Rect(0, 0, ABitmap.Width, ABitmap.Height), 1077 tempBmp := DoubleGradientAlphaFill(Rect(0, 0, ABitmap.Width, ABitmap.Height), 1081 ABitmap.BlendImage(0, 0, tempBmp, boLinearBlend); 1082 tempBmp.Free;
|
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/test4other/zengl/ |
H A D | bgrazengl.pas | 953 tempBmp: TBGLBitmap; 986 tempBmp := TBGLBitmap.Create(tmp, True); 987 tempBmp.VerticalFlip; 988 newFont.Pages[ i ] := tempBmp.MakeTextureAndFree.Handle;
|
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/test4other/zengl/ |
H A D | bgrazengl.pas | 953 tempBmp: TBGLBitmap; 986 tempBmp := TBGLBitmap.Create(tmp, True); 987 tempBmp.VerticalFlip; 988 newFont.Pages[ i ] := tempBmp.MakeTextureAndFree.Handle;
|
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/ |
H A D | uimageaction.pas | 740 var tempBmp: TBGRABitmap; 769 tempBmp := TBGRABitmap.Create(LayerAction.SelectedImageLayer.Width,1); 772 tempBmp.Fill(AColor); 773 tempBmp.PutImage(0,-y,LayerAction.SelectedImageLayer,dmDrawWithTransparency); 774 LayerAction.SelectedImageLayer.PutImage(0,y,tempBmp,dmSet); 776 tempBmp.Free;
|