Home
last modified time | relevance | path

Searched refs:AddToPixel (Results 1 – 14 of 14) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/hl/tools/gif2h5/
H A Ddecompress.c96 AddToPixel(BYTE Index) in AddToPixel() function
241 AddToPixel((BYTE)FinChar); in Decompress()
281 AddToPixel((BYTE)OutCode[i]); in Decompress()
/dports/science/hdf5/hdf5-1.10.6/hl/tools/gif2h5/
H A Ddecompress.c96 AddToPixel(BYTE Index) in AddToPixel() function
241 AddToPixel((BYTE)FinChar); in Decompress()
281 AddToPixel((BYTE)OutCode[i]); in Decompress()
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Ddecompress.c107 void AddToPixel(Index) in AddToPixel() function
247 AddToPixel(FinChar);
287 AddToPixel(OutCode[i]);
/dports/x11/xfishtank/xfishtank2.0/
H A Dgifread.c292 AddToPixel(FinChar);
332 AddToPixel(OutCode[i]);
412 AddToPixel(Index) in AddToPixel() function
/dports/x11/xfishtank/xfishtank2.0/giftofish/
H A Dgifread.c293 AddToPixel(FinChar);
333 AddToPixel(OutCode[i]);
413 AddToPixel(Index) in AddToPixel() function
/dports/graphics/xgrasp/xgrasp-1.7d_2/
H A Dgif.c95 AddToPixel(Index) in AddToPixel() function
327 AddToPixel(FinChar);
367 AddToPixel(OutCode[i]);
/dports/games/xmemory/xmemory-3.7/
H A Dgif_image.H64 void AddToPixel(byte Index);
H A Dgif_image.C257 #define ADDTOPIXEL(a) if (Quick) data[Offset++]=a; else AddToPixel(a)
671 void GifImage::AddToPixel(byte Index) in AddToPixel() function
/dports/games/xjig/xjig-2.4/
H A Dgif_image.H64 void AddToPixel(byte Index);
H A Dgif_image.C257 #define ADDTOPIXEL(a) if (Quick) data[Offset++]=a; else AddToPixel(a)
671 void GifImage::AddToPixel(byte Index) in AddToPixel() function
/dports/devel/indi/indi-1.9.1/drivers/ccd/
H A Dguide_simulator.h77 int AddToPixel(INDI::CCDChip *targetChip, int, int, int);
H A Dccd_simulator.h101 int AddToPixel(INDI::CCDChip *targetChip, int, int, int);
H A Dguide_simulator.cpp919 AddToPixel(targetChip, x, y, bias + noise); in DrawCcdFrame()
1003 rc = AddToPixel(targetChip, x + sx, y + sy, fp); in DrawImageStar()
1011 int GuideSim::AddToPixel(INDI::CCDChip * targetChip, int x, int y, int val) in AddToPixel() function in GuideSim
H A Dccd_simulator.cpp881 AddToPixel(targetChip, x, y, m_Bias + noise); in DrawCcdFrame()
964 rc = AddToPixel(targetChip, x + sx, y + sy, fp); in DrawImageStar()
972 int CCDSim::AddToPixel(INDI::CCDChip * targetChip, int x, int y, int val) in AddToPixel() function in CCDSim