NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib alib_protos.h alib_stdio_protos.h amigaguide_protos.h aml_protos.h arexx_protos.h asl_protos.h battclock_protos.h battmem_protos.h bevel_protos.h bitmap_protos.h bullet_protos.h button_protos.h cardres_protos.h checkbox_protos.h chooser_protos.h cia_protos.h clicktab_protos.h colorwheel_protos.h commodities_protos.h console_protos.h datatypes_protos.h datebrowser_protos.h ddebug_protos.h debug_protos.h disk_protos.h diskfont_protos.h dos_protos.h drawlist_protos.h exec_protos.h expansion_protos.h fuelgauge_protos.h gadtools_protos.h getfile_protos.h getfont_protos.h getscreenmode_protos.h glyph_protos.h graphics_protos.h icon_protos.h iffparse_protos.h input_protos.h integer_protos.h intuition_protos.h keymap_protos.h label_protos.h layers_protos.h layout_protos.h listbrowser_protos.h locale_protos.h lowlevel_protos.h macros.h mathffp_protos.h mathieeedoubbas_protos.h mathieeedoubtrans_protos.h mathieeesingbas_protos.h mathieeesingtrans_protos.h mathtrans_protos.h misc_protos.h nonvolatile_protos.h page_protos.h palette_protos.h penmap_protos.h popcycle_protos.h potgo_protos.h radiobutton_protos.h ramdrive_protos.h reaction_lib_protos.h realtime_protos.h requester_protos.h resource_protos.h rexxsyslib_protos.h scroller_protos.h slider_protos.h space_protos.h speedbar_protos.h string_protos.h texteditor_protos.h timer_protos.h translator_protos.h utility_protos.h virtual_protos.h wb_protos.h window_protos.h datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef CLIB_LAYERS_PROTOS_H #define CLIB_LAYERS_PROTOS_H /* ** $VER: layers_protos.h 40.1 (17.5.1996) ** ** C prototypes. For use with 32 bit integers only. ** ** Copyright © 2001 Amiga, Inc. ** All Rights Reserved */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef EXEC_TYPES_H #include <exec/types.h> #endif #ifndef GRAPHICS_LAYERS_H #include <graphics/layers.h> #endif #ifndef GRAPHICS_CLIP_H #include <graphics/clip.h> #endif #ifndef GRAPHICS_RASTPORT_H #include <graphics/rastport.h> #endif #ifndef GRAPHICS_REGIONS_H #include <graphics/regions.h> #endif VOID InitLayers( struct Layer_Info *li ); struct Layer *CreateUpfrontLayer( struct Layer_Info *li, struct BitMap *bm, LONG x0, LONG y0, LONG x1, LONG y1, LONG flags, struct BitMap *bm2 ); struct Layer *CreateBehindLayer( struct Layer_Info *li, struct BitMap *bm, LONG x0, LONG y0, LONG x1, LONG y1, LONG flags, struct BitMap *bm2 ); LONG UpfrontLayer( LONG dummy, struct Layer *layer ); LONG BehindLayer( LONG dummy, struct Layer *layer ); LONG MoveLayer( LONG dummy, struct Layer *layer, LONG dx, LONG dy ); LONG SizeLayer( LONG dummy, struct Layer *layer, LONG dx, LONG dy ); VOID ScrollLayer( LONG dummy, struct Layer *layer, LONG dx, LONG dy ); LONG BeginUpdate( struct Layer *l ); VOID EndUpdate( struct Layer *layer, ULONG flag ); LONG DeleteLayer( LONG dummy, struct Layer *layer ); VOID LockLayer( LONG dummy, struct Layer *layer ); VOID UnlockLayer( struct Layer *layer ); VOID LockLayers( struct Layer_Info *li ); VOID UnlockLayers( struct Layer_Info *li ); VOID LockLayerInfo( struct Layer_Info *li ); VOID SwapBitsRastPortClipRect( struct RastPort *rp, struct ClipRect *cr ); struct Layer *WhichLayer( struct Layer_Info *li, LONG x, LONG y ); VOID UnlockLayerInfo( struct Layer_Info *li ); struct Layer_Info *NewLayerInfo( VOID ); VOID DisposeLayerInfo( struct Layer_Info *li ); LONG FattenLayerInfo( struct Layer_Info *li ); VOID ThinLayerInfo( struct Layer_Info *li ); LONG MoveLayerInFrontOf( struct Layer *layer_to_move, struct Layer *other_layer ); struct Region *InstallClipRegion( struct Layer *layer, CONST struct Region *region ); LONG MoveSizeLayer( struct Layer *layer, LONG dx, LONG dy, LONG dw, LONG dh ); struct Layer *CreateUpfrontHookLayer( struct Layer_Info *li, struct BitMap *bm, LONG x0, LONG y0, LONG x1, LONG y1, LONG flags, struct Hook *hook, struct BitMap *bm2 ); struct Layer *CreateBehindHookLayer( struct Layer_Info *li, struct BitMap *bm, LONG x0, LONG y0, LONG x1, LONG y1, LONG flags, struct Hook *hook, struct BitMap *bm2 ); struct Hook *InstallLayerHook( struct Layer *layer, struct Hook *hook ); /*--- functions in V39 or higher (Release 3) ---*/ struct Hook *InstallLayerInfoHook( struct Layer_Info *li, CONST struct Hook *hook ); VOID SortLayerCR( struct Layer *layer, LONG dx, LONG dy ); VOID DoHookClipRects( struct Hook *hook, struct RastPort *rport, CONST struct Rectangle *rect ); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CLIB_LAYERS_PROTOS_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |