Home
last modified time | relevance | path

Searched defs:FilterEmboss (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrafilters.pas53 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; AStrength: integer= 64; AOptions: TEmb… in FilterEmboss() function
54 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; ABounds: TRect; AStrength: integer= 64… in FilterEmboss() function
226 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; AStrength: integer; AOptions: TEmbossO… in FilterEmboss() function
233 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; ABounds: TRect; AStrength: integer; AO… in FilterEmboss() function
H A Dbgrabitmap.pas146 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGRA… in FilterEmboss() function
147 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti… in FilterEmboss() function
408 function TBGRABitmap.FilterEmboss(angle: single; AStrength: integer; in FilterEmboss() function
414 function TBGRABitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
H A Dbgraopengl.pas128 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGLB… in FilterEmboss() function
129 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti… in FilterEmboss() function
1902 function TBGLBitmap.FilterEmboss(angle: single; AStrength: integer; in FilterEmboss() function
1908 function TBGLBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
H A Dbgradefaultbitmap.pas612 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGRA… in FilterEmboss() function
613 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti… in FilterEmboss() function
4077 function TBGRADefaultBitmap.FilterEmboss(angle: single; in FilterEmboss() function
4083 function TBGRADefaultBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrafilters.pas53 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; AStrength: integer= 64; AOptions: TEmb… in FilterEmboss() function
54 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; ABounds: TRect; AStrength: integer= 64… in FilterEmboss() function
226 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; AStrength: integer; AOptions: TEmbossO… in FilterEmboss() function
233 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; ABounds: TRect; AStrength: integer; AO… in FilterEmboss() function
H A Dbgrabitmap.pas146 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGRA… in FilterEmboss() function
147 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti… in FilterEmboss() function
408 function TBGRABitmap.FilterEmboss(angle: single; AStrength: integer; in FilterEmboss() function
414 function TBGRABitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
H A Dbgraopengl.pas128 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGLB… in FilterEmboss() function
129 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti… in FilterEmboss() function
1902 function TBGLBitmap.FilterEmboss(angle: single; AStrength: integer; in FilterEmboss() function
1908 function TBGLBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
H A Dbgradefaultbitmap.pas612 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGRA… in FilterEmboss() function
613 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti… in FilterEmboss() function
4077 function TBGRADefaultBitmap.FilterEmboss(angle: single; in FilterEmboss() function
4083 function TBGRADefaultBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
/dports/graphics/drawing/drawing-0.8.4/src/tools/transform_tools/filters/
H A Dfilter_emboss.py8 class FilterEmboss(AbstractFilter): class
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/bgra_pascalscript_library/c#/
H A DBGRABitmap.cs127 public static extern void FilterEmboss(int id, Single angle); in FilterEmboss() method in BGRABitmapLibrary.BGRABitmap
130 public static extern void FilterEmboss(int id, Single angle, Rectangle ABounds); in FilterEmboss() method in BGRABitmapLibrary.BGRABitmap
133 public static extern void FilterEmboss(int id, bool FillSelection); in FilterEmboss() method in BGRABitmapLibrary.BGRABitmap
136 public static extern void FilterEmboss(int id, bool FillSelection, uint BorderColor); in FilterEmboss() method in BGRABitmapLibrary.BGRABitmap
139 …public static extern void FilterEmboss(int id, bool FillSelection, uint BorderColor, Point Offset); in FilterEmboss() method in BGRABitmapLibrary.BGRABitmap
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/bgra_pascalscript_library/pascal/
H A Dbgrabitmaplibrary.pas60 procedure FilterEmboss(id: integer; angle: single); {$IFDEF stdcall}stdcall;{$ELSE}cdecl;{$ENDIF} e… procedure