Home
last modified time | relevance | path

Searched refs:FilterEmboss (Results 1 – 21 of 21) sorted by relevance

/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/bgrabitmapnew/bgrabitmap/
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
411 Result:=inherited FilterEmboss(angle, AStrength, AOptions) as TBGRABitmap;
414 function TBGRABitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
417 Result:=inherited FilterEmboss(angle, ABounds, AStrength, AOptions) as TBGRABitmap;
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
228 result := FilterEmboss(bmp, angle, rect(0,0,bmp.Width,bmp.Height), AStrength, AOptions);
233 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; ABounds: TRect; AStrength: integer; AO… 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
1905 Result:=inherited FilterEmboss(angle, AStrength, AOptions) as TBGLBitmap;
1908 function TBGLBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
1911 Result:=inherited FilterEmboss(angle, ABounds, AStrength, AOptions) as TBGLBitmap;
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
4080 Result := BGRAFilters.FilterEmboss(self, angle, AStrength, AOptions) as TBGRADefaultBitmap;
4083 function TBGRADefaultBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
4086 …Result := BGRAFilters.FilterEmboss(self, angle, ABounds, AStrength, AOptions) as TBGRADefaultBitma…
H A Dbgracustombitmap.inc599 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGRA…
600 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti…
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
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
411 Result:=inherited FilterEmboss(angle, AStrength, AOptions) as TBGRABitmap;
414 function TBGRABitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
417 Result:=inherited FilterEmboss(angle, ABounds, AStrength, AOptions) as TBGRABitmap;
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
228 result := FilterEmboss(bmp, angle, rect(0,0,bmp.Width,bmp.Height), AStrength, AOptions);
233 function FilterEmboss(bmp: TBGRACustomBitmap; angle: single; ABounds: TRect; AStrength: integer; AO… 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
1905 Result:=inherited FilterEmboss(angle, AStrength, AOptions) as TBGLBitmap;
1908 function TBGLBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
1911 Result:=inherited FilterEmboss(angle, ABounds, AStrength, AOptions) as TBGLBitmap;
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
4080 Result := BGRAFilters.FilterEmboss(self, angle, AStrength, AOptions) as TBGRADefaultBitmap;
4083 function TBGRADefaultBitmap.FilterEmboss(angle: single; ABounds: TRect; in FilterEmboss() function
4086 …Result := BGRAFilters.FilterEmboss(self, angle, ABounds, AStrength, AOptions) as TBGRADefaultBitma…
H A Dbgracustombitmap.inc599 …function FilterEmboss(angle: single; AStrength: integer= 64; AOptions: TEmbossOptions = []): TBGRA…
600 …function FilterEmboss(angle: single; ABounds: TRect; AStrength: integer= 64; AOptions: TEmbossOpti…
/dports/graphics/drawing/drawing-0.8.4/src/tools/transform_tools/
H A Dtool_filters.py24 from .filter_emboss import FilterEmboss
52 'emboss': FilterEmboss('emboss', self),
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/release/bin/
H A Dlazpaint_simplified.ini10 …BlurMotion,FilterPixelate,-,FilterSharpen,FilterNoise,-,FilterContour,FilterEmboss,-,FilterSphere,…
/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/
H A Dbgrapascalscript.pas340 BGRAReplace(BitmapArray[id], BitmapArray[id].FilterEmboss(angle) as TBGRABitmap);
345 BGRAReplace(BitmapArray[id], BitmapArray[id].FilterEmboss(angle, ABounds) as
H A Dbgrascript.pas556 tmpbmp1 := bitmap.FilterEmboss(StrToFloat(list[1])) as TBGRABitmap;
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/dialog/filter/
H A Duemboss.pas194 …result := FilterConnector.BackupLayer.FilterEmboss(angle,FilterConnector.WorkArea,TrackBar_Strengt…
/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
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/bgra_pascalscript_library/
H A Dbgra_pascalscript_library.lpr247 …procedure FilterEmboss({$IF DEFINED(Java)}PEnv: PJNIEnv; Obj: JObject ; {$endif} id: integer; angl…
363 FilterEmboss name 'Java_bgra_filteremboss',
413 FilterEmboss name 'filteremboss',
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dlazpaintmainform.pas280 FilterEmboss: TAction;
H A Dlazpaintmainform.lfm8193 object FilterEmboss: TAction