home *** CD-ROM | disk | FTP | other *** search
- ; Tools/cdc 2.13 (6 May 1997) (NT/TOOLS)
- ; CAT Catalog Emitter $Revision: 1.27 $
- ;
- ; Catalog definitions for module "Graphics" (Graphics.Book)
- ;
- ; Original Command Line:
- ;
- ; z:\scala\current\nt\tools\bin\CDC.exe -t -q -n
- ; d:\MakeTMP\XX200.rel\Graphics.rls\out\Locked\XX200\Names.dat\Graphics
- ; -i
- ; d:\MakeTMP\XX200.rel\Graphics.rls\Locked\XX200\Include;Z:\Scala\Locked\XX200\Include
- ; Graphics.cdl -e Catalog -c -o
- ; d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\Catalogs\Graphics.msg
- ; -e Help -c -o
- ; d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\Catalogs\Graphics.hlp
- ; -e AsmMSDOS -o
- ; d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\src\Graphics\_dos.asm
- ; -e AsmWin32 -o
- ; d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\src\Graphics\_win32.asm
- ; -e CModuleCode -o
- ; d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\src\Graphics\book.c
- ;
- ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
- ;
- VERSION 3
- REVISION 1
- LANGUAGE "English"
- NATURALNAME "Graphics"
- ; BITMAP_Lost
- ; This error can be set when any graphics rendering method fails after the
- ; bitmap has been lost. A bitmap can be lost under operating system specific
- ; circumstances. Under DirectX this happens when the application is switched
- ; out.
- MSG 0x06502800 "The bitmap data was lost."
- ; BITMAP_FAMILY_PaletteMapped
- ; CONST_BITMAP_FAMILY_PaletteMapped. No palette mapped bitmaps have more than
- ; 256 colors. If we need this in the future, we will need to define a new
- ; bitmap family.
- MSG 0x06500013 "Palette mapped models"
- ; BITMAP_FAMILY_TrueColor
- ; CONST_BITMAP_FAMILY_TrueColor
- MSG 0x06500014 "Non-Palette mapped models"
- ; BITMAP_FAMILY_AlphaTrueColor
- ; CONST_BITMAP_FAMILY_AlphaTrueColor
- MSG 0x06500015 "Non-Palette mapped with alphachannel"
- ; BITMAP_UnsupportedFamilyConversion
- ; Given when cross copy is attempted on illegal familycombinations
- MSG 0x06501802 "Conversion from bitmap family (%1) to (%2) is not supported."
- ; BITMAP_UnsupportedCopyModel
- ; Given when cross copy is attempted on illegal model
- MSG 0x06502401 "Unsupported model (%1) for copy."
- ; BITMAP_UnsupportedPrimitive
- ; The primitive isn't supported
- MSG 0x06501c01 "The primitive (%1) is not supported."
- ; BITMAP_Read
- ; The bitmap pixels can be read.
- MSG 0x0650000d "read"
- ; BITMAP_Write
- ; You are allowed to write to the destination with this method. Note
- ; that you must write to the entire rectangle, since the bitmap memory
- ; that you are given access to may be an intermediate buffer.
- MSG 0x0650000e "write"
- ; BITMAP_ReadWrite
- ; Full access read and write to the destination.
- MSG 0x0650000f "read-write"
- ; BITMAP_ScatteredWrite
- ; You can do scattered writes to the destination. In some cases it will
- ; be necessary for the bitmap access method to copy from the bitmap into the
- ; temporary buffer that you have been granted access to. This means that
- ; for a number of bitmaps this access mode will be synoymous toReadWrite.
- MSG 0x06500010 "scattered-write"
- ; BITMAP_Planar
- ; Planar mode. A number of bitplanes define each pixel. We support <= 8 bits
- ; pr. plane for palette mapped images and 0 < bits pr. plane <= 24 for
- ; planar true color bitmaps. A planar truecolor bitmap is a planar bitmap
- ; with a bitdepth that is evenly divisible by 3.
- ; The modulo for bitmap access is guaranteed to be aligned to 32 bits.
- ; The pixellayout for the bitmap access callbacks points to the Planar
- ; structure.
- MSG 0x06500001 "planar"
- ; BITMAP_Chunky
- ; One byte one pixel.
- ; The modulo for this model is always longword aligned, i.e.
- ; Modulo%4=0.
- MSG 0x06500002 "chunky"
- ; BITMAP_NewTrueColor
- ; A very general model where 16 bit and 24 bit true color modes are
- ; covered.
- ; read in graphics/models.h for a description of the pixellayout
- ; structure(struct NewTrueColor).
- ; Keys defined for the TransformAccess: TransformChunky.
- MSG 0x06500011 "new true color"
- ; BITMAP_AlphaTrueColor
- ; Same as NewTrueColor, except that this mode defines an alpha component as
- ; well. See struct AlphaTrueColor in graphics\models.h
- MSG 0x06500012 "alpha true color"
- ; BITMAP_True
- ; 24 bit three bytes per pixel. Three planes. R, G, B. In light of the
- ; presence of truecolor planar bitmaps it is important to note that
- ; CONST_BITMAP_True exclusively defines a 24bit three channel bitmap with
- ; exactly one byte pr. channel.
- MSG 0x06500004 "three plane chunky true color"
- ; BITMAP_Nibble
- ; Half a byte per pixel.
- MSG 0x06500006 "nibble"
- ; BITMAP_UnsupportedMinterm
- ; Not all methods/operations support all minterms.
- MSG 0x06500402 "Method (%1) does not support minterm (%2)."
- ; BITMAP_UnsupportedModel
- ; The bitmap model may not be supported by all and everybody
- MSG 0x06500802 "Method (%1) does not support bitmap model (%2)."
- ; BITMAP_UnsupportedOperation
- ; Not all operations between bitmaps are supported.
- MSG 0x06500c01 "Unsupported operation (%1)."
- ; BITMAP_UnsupportedConversion
- ; Conversion between bitmap models not supported
- MSG 0x06501002 "\"%1\" to \"%2\" conversion is not supported."
- ; VLIST_NoMatchingMode
- ; No matching mode could be found.
- MSG 0x06501400 "No matching mode was found."
- ; GRAPHICS_AbortFailure
- ; This method does not *abort* the read access, it causes a failure for
- ; the read access.
- ; It is up to the caller of the read access method to interpret this
- ; particular method in any way seen fit.
- MSG 0x06502000 "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
-