home *** CD-ROM | disk | FTP | other *** search
- CLIB_LAYERS_PROTOS_HCLIB_LAYERS_PROTOS_HEXEC_TYPES_H<exec/types.h>GRAPHICS_LAYERS_H<graphics/layers.h>GRAPHICS_CLIP_H<graphics/clip.h>GRAPHICS_RASTPORT_H<graphics/rastport.h>GRAPHICS_REGIONS_H<graphics/regions.h>
- InitLayers(Layer_Info*li);
- Layer*CreateUpfrontLayer(Layer_Info*li,BitMap*bm,
- x0,y0,x1,y1,flags,BitMap*bm2);
- Layer*CreateBehindLayer(Layer_Info*li,BitMap*bm,
- x0,y0,x1,y1,flags,BitMap*bm2);
- UpfrontLayer(dummy,Layer*layer);
- BehindLayer(dummy,Layer*layer);
- MoveLayer(dummy,Layer*layer,dx,dy);
- SizeLayer(dummy,Layer*layer,dx,dy);
- ScrollLayer(dummy,Layer*layer,dx,dy);
- BeginUpdate(Layer*l);
- EndUpdate(Layer*layer,flag);
- DeleteLayer(dummy,Layer*layer);
- LockLayer(dummy,Layer*layer);
- UnlockLayer(Layer*layer);
- LockLayers(Layer_Info*li);
- UnlockLayers(Layer_Info*li);
- LockLayerInfo(Layer_Info*li);
- SwapBitsRastPortClipRect(RastPort*rp,ClipRect*cr);
- Layer*WhichLayer(Layer_Info*li,x,y);
- UnlockLayerInfo(Layer_Info*li);
- Layer_Info*NewLayerInfo();
- DisposeLayerInfo(Layer_Info*li);
- FattenLayerInfo(Layer_Info*li);
- ThinLayerInfo(Layer_Info*li);
- MoveLayerInFrontOf(Layer*layer_to_move,
- Layer*other_layer);
- Region*InstallClipRegion(Layer*layer,
- Region*region);
- MoveSizeLayer(Layer*layer,dx,dy,dw,dh);
- Layer*CreateUpfrontHookLayer(Layer_Info*li,BitMap*bm,
- x0,y0,x1,y1,flags,Hook*hook,
- BitMap*bm2);
- Layer*CreateBehindHookLayer(Layer_Info*li,BitMap*bm,
- x0,y0,x1,y1,flags,Hook*hook,
- BitMap*bm2);
- Hook*InstallLayerHook(Layer*layer,Hook*hook);
- Hook*InstallLayerInfoHook(Layer_Info*li,Hook*hook);
- SortLayerCR(Layer*layer,dx,dy);
- DoHookClipRects(Hook*hook,RastPort*rport,
- Rectangle*rect);