Home
last modified time | relevance | path

Searched refs:ScanOffset (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_msg_file.erl76 scan(_FileHdl, FileSize, _Data, FileSize, ScanOffset, _Fun, Acc) ->
77 {ok, Acc, ScanOffset};
78 scan(FileHdl, FileSize, Data, ReadOffset, ScanOffset, Fun, Acc) ->
83 scanner(<<Data/binary, Data1/binary>>, ScanOffset, Fun, Acc),
87 {ok, Acc, ScanOffset}
/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_rle.c645 Alloc(vpc, vpc->rle_z->scan_offsets, ScanOffset *,
646 zlen*sizeof(ScanOffset), "scan_offsets");
746 ScanOffset *scan_offsets;
749 Alloc(vpc, rle_voxels->scan_offsets, ScanOffset *, klen*sizeof(ScanOffset),
791 ScanOffset *slice_offset; /* offsets for each slice */
794 Alloc(vpc, slice_offset, ScanOffset *, klen*sizeof(ScanOffset),
1294 ScanOffset *scan_offset; /* pointer to current scanline offset */
1312 Alloc(vpc, rle_voxels->scan_offsets, ScanOffset *,
1313 klen * jlen * sizeof(ScanOffset), "scan_offsets");
1358 ScanOffset *scan_offset;
H A Dvp_file.c248 sizeof(ScanOffset);
370 current_offset += header.num_x_offsets * sizeof(ScanOffset);
379 current_offset += header.num_y_offsets * sizeof(ScanOffset);
388 current_offset += header.num_z_offsets * sizeof(ScanOffset);
406 vpc->rle_x->scan_offsets = (ScanOffset *)(data + x_offset_offset);
420 vpc->rle_y->scan_offsets = (ScanOffset *)(data + y_offset_offset);
434 vpc->rle_z->scan_offsets = (ScanOffset *)(data + z_offset_offset);
529 size = rle_voxels->klen * offsets * sizeof(ScanOffset);
530 Alloc(vpc, rle_voxels->scan_offsets, ScanOffset *, size,
H A Dvp_global.h235 } ScanOffset; typedef
263 ScanOffset *scan_offsets; /* array of offsets to scanlines */
H A Dvp_context.c1443 sizeof(ScanOffset);
1453 sizeof(ScanOffset);
1463 sizeof(ScanOffset);
H A Dvp_extract.c615 ScanOffset *slice_runs; /* offsets to start of runs for a slice */
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutoolbasic.pas160 areaCopy.ScanOffset := Point(-result.left,-result.top);
161 mask.ScanOffset := Point(-result.left,-result.top);
222 areaCopy.ScanOffset := Point(-result.left,-result.top);
223 mask.ScanOffset := Point(-result.left,-result.top);
H A Dutoolbrush.pas145 source.ScanOffset := Point(sourcePosition.x, sourcePosition.y);
147 source.ScanOffset := Point(0,0);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/testbgrafunc/
H A Dutest8.pas94 backgroundTile.ScanOffset := point(round((sin(time*0.3)+1)/2*1023) mod backgroundTile.Width,
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/testbgrafunc/
H A Dutest8.pas94 backgroundTile.ScanOffset := point(round((sin(time*0.3)+1)/2*1023) mod backgroundTile.Width,
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgraaggtest/
H A Ddistortions_main.pas119 image.ScanOffset := Point(round(image.width/2),round(image.Height/2));
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgraaggtest/
H A Ddistortions_main.pas119 image.ScanOffset := Point(round(image.width/2),round(image.Height/2));
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgragrayscalemask.pas923 result := GetPixelAddress(PositiveMod(X+ScanOffset.X, FScanWidth),
924 PositiveMod(Y+ScanOffset.Y, FScanHeight))^
944 ix := PositiveMod((ix+128)+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
945 iy := PositiveMod((iy+128)+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
951 ix := PositiveMod(ix+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
952 iy := PositiveMod(iy+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
H A Dbgraslicescaling.pas532 FBitmap.ScanOffset :=
541 tempBGRA.ScanOffset := point(-left, -top);
563 tempBGRA.ScanOffset := point(-left, -top);
H A Dbgrafiltertype.pas44 property ScanOffset: TPoint read FScanOffset write FScanOffset; property
H A Dunibitmap.inc654 ScanOffset: TPoint;
1441 FConvertToBGRA.Convert(GetPixelAddress(PositiveMod(X+ScanOffset.X, FScanWidth),
1442 PositiveMod(Y+ScanOffset.Y, FScanHeight)),
1452 PositiveMod(Y+ScanOffset.Y, FScanHeight)),
1462 FScanCurX := PositiveMod(X+ScanOffset.X, FScanWidth);
1463 FScanCurY := PositiveMod(Y+ScanOffset.Y, FScanHeight);
1730 oldOfs := ASource.ScanOffset;
1731 ASource.ScanOffset := Point(-X,-Y);
1733 ASource.ScanOffset := oldOfs;
2124 ScanOffset := Point(0,0);
[all …]
H A Dbgradefaultbitmap.pas2816 dither.ScanOffset := AScanOffset;
3514 …result := (GetScanlineFast(PositiveMod(Y+ScanOffset.Y, FScanHeight))+PositiveMod(X+ScanOffset.X, F…
3551 ix := PositiveMod((ix+128)+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
3552 iy := PositiveMod((iy+128)+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
3558 ix := PositiveMod(ix+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
3559 iy := PositiveMod(iy+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
H A Dbgracustombitmap.inc1825 result := (ARect.Left+ScanOffset.x >= 0) and (ARect.Top+ScanOffset.y >= 0) and
1826 (ARect.Right+ScanOffset.x <= Width) and (ARect.Bottom+ScanOffset.y <= Height);
1831 result := ScanLine[y+ScanOffset.y]+x+ScanOffset.x;
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgragrayscalemask.pas923 result := GetPixelAddress(PositiveMod(X+ScanOffset.X, FScanWidth),
924 PositiveMod(Y+ScanOffset.Y, FScanHeight))^
944 ix := PositiveMod((ix+128)+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
945 iy := PositiveMod((iy+128)+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
951 ix := PositiveMod(ix+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
952 iy := PositiveMod(iy+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
H A Dbgraslicescaling.pas532 FBitmap.ScanOffset :=
541 tempBGRA.ScanOffset := point(-left, -top);
563 tempBGRA.ScanOffset := point(-left, -top);
H A Dbgrafiltertype.pas44 property ScanOffset: TPoint read FScanOffset write FScanOffset; property
H A Dunibitmap.inc654 ScanOffset: TPoint;
1441 FConvertToBGRA.Convert(GetPixelAddress(PositiveMod(X+ScanOffset.X, FScanWidth),
1442 PositiveMod(Y+ScanOffset.Y, FScanHeight)),
1452 PositiveMod(Y+ScanOffset.Y, FScanHeight)),
1462 FScanCurX := PositiveMod(X+ScanOffset.X, FScanWidth);
1463 FScanCurY := PositiveMod(Y+ScanOffset.Y, FScanHeight);
1730 oldOfs := ASource.ScanOffset;
1731 ASource.ScanOffset := Point(-X,-Y);
1733 ASource.ScanOffset := oldOfs;
2124 ScanOffset := Point(0,0);
[all …]
H A Dbgradefaultbitmap.pas2816 dither.ScanOffset := AScanOffset;
3514 …result := (GetScanlineFast(PositiveMod(Y+ScanOffset.Y, FScanHeight))+PositiveMod(X+ScanOffset.X, F…
3551 ix := PositiveMod((ix+128)+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
3552 iy := PositiveMod((iy+128)+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
3558 ix := PositiveMod(ix+(ScanOffset.X shl 8), FScanWidth shl 8) shr 8;
3559 iy := PositiveMod(iy+(ScanOffset.Y shl 8), FScanHeight shl 8) shr 8;
H A Dbgracustombitmap.inc1825 result := (ARect.Left+ScanOffset.x >= 0) and (ARect.Top+ScanOffset.y >= 0) and
1826 (ARect.Right+ScanOffset.x <= Width) and (ARect.Bottom+ScanOffset.y <= Height);
1831 result := ScanLine[y+ScanOffset.y]+x+ScanOffset.x;
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaintcontrols/
H A Dlcvectorrectshapes.pas1016 temp.ScanOffset := Point(-r.Left,-r.Top);
1044 temp.ScanOffset := Point(-r.Left,-r.Top);

12