Home
last modified time | relevance | path

Searched refs:SrcArea (Results 1 – 17 of 17) sorted by relevance

/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dfpimggauss.pp33 SrcArea: TRect);
178 SrcArea.Right:=Min(SrcImg.Width,SrcArea.Right);
179 SrcArea.Top:=Min(SrcImg.Height,SrcArea.Top);
180 SrcArea.Right:=Min(SrcArea.Right,DestImg.Width-DestXY.X+SrcArea.Left);
181 SrcArea.Bottom:=Min(SrcArea.Bottom,DestImg.Height-DestXY.Y+SrcArea.Top);
182 if SrcArea.Left>=SrcArea.Right then exit;
183 if SrcArea.Top>=SrcArea.Bottom then exit;
192 for x:=SrcArea.Left to SrcArea.Right-1 do begin
198 for y:=SrcArea.Top-4*Radius to SrcArea.Bottom-1 do begin
264 for y:=SrcArea.Top to SrcArea.Bottom-1 do begin
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dfpimggauss.pp33 SrcArea: TRect);
178 SrcArea.Right:=Min(SrcImg.Width,SrcArea.Right);
179 SrcArea.Top:=Min(SrcImg.Height,SrcArea.Top);
180 SrcArea.Right:=Min(SrcArea.Right,DestImg.Width-DestXY.X+SrcArea.Left);
181 SrcArea.Bottom:=Min(SrcArea.Bottom,DestImg.Height-DestXY.Y+SrcArea.Top);
182 if SrcArea.Left>=SrcArea.Right then exit;
183 if SrcArea.Top>=SrcArea.Bottom then exit;
192 for x:=SrcArea.Left to SrcArea.Right-1 do begin
198 for y:=SrcArea.Top-4*Radius to SrcArea.Bottom-1 do begin
264 for y:=SrcArea.Top to SrcArea.Bottom-1 do begin
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_filter_task.h73 virtual dng_rect SrcArea (const dng_rect &dstArea) in SrcArea() function
85 return SrcArea (dng_rect (dstTileSize)).Size (); in SrcTileSize()
H A Ddng_resample.cpp293 virtual dng_rect SrcArea (const dng_rect &dstArea);
365 dng_rect dng_resample_task::SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_resample_task
H A Ddng_filter_task.cpp133 dng_rect srcArea = SrcArea (area); in Process()
H A Ddng_render.cpp738 virtual dng_rect SrcArea (const dng_rect &dstArea);
790 dng_rect dng_render_task::SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_render_task
H A Ddng_mosaic_info.cpp989 virtual dng_rect SrcArea (const dng_rect &dstArea);
1065 dng_rect dng_fast_interpolator::SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_fast_interpolator
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_filter_task.h76 virtual dng_rect SrcArea (const dng_rect &dstArea) in SrcArea() function
91 return SrcArea (dng_rect (dstTileSize)).Size (); in SrcTileSize()
H A Ddng_bad_pixels.h56 virtual dng_rect SrcArea (const dng_rect &dstArea,
255 virtual dng_rect SrcArea (const dng_rect &dstArea,
H A Ddng_opcodes.h319 virtual dng_rect SrcArea (const dng_rect &dstArea, in SrcArea() function
340 return SrcArea (dng_rect (dstTileSize), in SrcTileSize()
H A Ddng_opcodes.cpp277 virtual dng_rect SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_filter_opcode_task
280 return fOpcode.SrcArea (dstArea, in SrcArea()
H A Ddng_filter_task.cpp101 dng_rect srcArea = SrcArea (area); in Process()
H A Ddng_resample.cpp511 virtual dng_rect SrcArea (const dng_rect &dstArea);
586 dng_rect dng_resample_task::SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_resample_task
H A Ddng_render.cpp766 virtual dng_rect SrcArea (const dng_rect &dstArea);
830 dng_rect dng_render_task::SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_render_task
H A Ddng_lens_correction.cpp1018 virtual dng_rect SrcArea (const dng_rect &dstArea);
1148 dng_rect dng_filter_warp::SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_filter_warp
1286 srcTileSize = SrcArea (fDstImage.Bounds ()).Size (); in SrcTileSize()
H A Ddng_mosaic_info.cpp1107 virtual dng_rect SrcArea (const dng_rect &dstArea);
1184 dng_rect dng_fast_interpolator::SrcArea (const dng_rect &dstArea) in SrcArea() function in dng_fast_interpolator
H A Ddng_bad_pixels.cpp96 dng_rect dng_opcode_FixBadPixelsConstant::SrcArea (const dng_rect &dstArea, in SrcArea() function in dng_opcode_FixBadPixelsConstant
729 dng_rect dng_opcode_FixBadPixelsList::SrcArea (const dng_rect &dstArea, in SrcArea() function in dng_opcode_FixBadPixelsList