home *** CD-ROM | disk | FTP | other *** search
/ Red Pages of the Internet / RedPagesInternet2000.iso / Other / Scala.InfoChannel.IC200.SP6-SHOCK / SCALA / IC200 / Catalogs / Graphics.msg < prev    next >
Encoding:
Text File  |  1997-07-23  |  5.6 KB  |  127 lines

  1. ; Tools/cdc 2.13 (6 May 1997) (NT/TOOLS)
  2. ; CAT Catalog Emitter $Revision: 1.27 $
  3. ; Catalog definitions for module "Graphics" (Graphics.Book)
  4. ; Original Command Line: 
  5. ;    z:\scala\current\nt\tools\bin\CDC.exe -t -q -n 
  6. ;    d:\MakeTMP\XX200.rel\Graphics.rls\out\Locked\XX200\Names.dat\Graphics 
  7. ;    -i 
  8. ;    d:\MakeTMP\XX200.rel\Graphics.rls\Locked\XX200\Include;Z:\Scala\Locked\XX200\Include 
  9. ;    Graphics.cdl -e Catalog -c -o 
  10. ;    d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\Catalogs\Graphics.msg 
  11. ;    -e Help -c -o 
  12. ;    d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\Catalogs\Graphics.hlp 
  13. ;    -e AsmMSDOS -o 
  14. ;    d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\src\Graphics\_dos.asm 
  15. ;    -e AsmWin32 -o 
  16. ;    d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\src\Graphics\_win32.asm 
  17. ;    -e CModuleCode -o 
  18. ;    d:\MakeTMP\XX200.rel\Graphics.rls\obj\Locked\XX200\src\Graphics\book.c 
  19. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  20. VERSION 3
  21. REVISION 1
  22. LANGUAGE "English"
  23. NATURALNAME "Graphics"
  24. ; BITMAP_Lost
  25. ; This error can be set when any graphics rendering method fails after the 
  26. ; bitmap has been lost. A bitmap can be lost under operating system specific 
  27. ; circumstances. Under DirectX this happens when the application is switched 
  28. ; out.
  29. MSG 0x06502800 "The bitmap data was lost."
  30. ; BITMAP_FAMILY_PaletteMapped
  31. ; CONST_BITMAP_FAMILY_PaletteMapped. No palette mapped bitmaps have more than 
  32. ; 256 colors. If we need this in the future, we will need to define a new 
  33. ; bitmap family.
  34. MSG 0x06500013 "Palette mapped models"
  35. ; BITMAP_FAMILY_TrueColor
  36. ; CONST_BITMAP_FAMILY_TrueColor
  37. MSG 0x06500014 "Non-Palette mapped models"
  38. ; BITMAP_FAMILY_AlphaTrueColor
  39. ; CONST_BITMAP_FAMILY_AlphaTrueColor
  40. MSG 0x06500015 "Non-Palette mapped with alphachannel"
  41. ; BITMAP_UnsupportedFamilyConversion
  42. ; Given when cross copy is attempted on illegal familycombinations
  43. MSG 0x06501802 "Conversion from bitmap family (%1) to (%2) is not supported."
  44. ; BITMAP_UnsupportedCopyModel
  45. ; Given when cross copy is attempted on illegal model
  46. MSG 0x06502401 "Unsupported model (%1) for copy."
  47. ; BITMAP_UnsupportedPrimitive
  48. ; The primitive isn't supported
  49. MSG 0x06501c01 "The primitive (%1) is not supported."
  50. ; BITMAP_Read
  51. ; The bitmap pixels can be read.
  52. MSG 0x0650000d "read"
  53. ; BITMAP_Write
  54. ;        You are allowed to write to the destination with this   method. Note 
  55. ; that you must write to the entire      rectangle, since the bitmap memory 
  56. ; that you are given     access to may be an intermediate buffer.
  57. MSG 0x0650000e "write"
  58. ; BITMAP_ReadWrite
  59. ; Full access read and write to the destination.
  60. MSG 0x0650000f "read-write"
  61. ; BITMAP_ScatteredWrite
  62. ; You can do scattered writes to the destination. In some       cases it will 
  63. ; be necessary for the bitmap access method to  copy from the bitmap into the 
  64. ; temporary buffer that you     have been granted access to. This means that 
  65. ; for a number  of bitmaps this access mode will be synoymous toReadWrite.
  66. MSG 0x06500010 "scattered-write"
  67. ; BITMAP_Planar
  68. ; Planar mode. A number of bitplanes define each pixel.  We support <= 8 bits 
  69. ; pr. plane for palette mapped images and        0 < bits pr. plane <= 24 for 
  70. ; planar true color bitmaps.     A planar truecolor bitmap is a planar bitmap 
  71. ; with a bitdepth that is        evenly divisible by 3.
  72. ;        The modulo for bitmap access is guaranteed to be aligned to 32 bits.
  73. ;        The pixellayout for the bitmap access callbacks points to the Planar 
  74. ; structure.
  75. MSG 0x06500001 "planar"
  76. ; BITMAP_Chunky
  77. ; One byte one pixel.
  78. ;        The modulo for this model is always longword aligned,   i.e. 
  79. ; Modulo%4=0.
  80. MSG 0x06500002 "chunky"
  81. ; BITMAP_NewTrueColor
  82. ; A very general model where 16 bit and 24 bit true color        modes are 
  83. ; covered.
  84. ;        read in graphics/models.h for a description of the      pixellayout 
  85. ; structure(struct NewTrueColor).
  86. ;        Keys defined for the TransformAccess: TransformChunky.
  87. MSG 0x06500011 "new true color"
  88. ; BITMAP_AlphaTrueColor
  89. ; Same as NewTrueColor, except that this mode defines an alpha component as 
  90. ; well. See struct AlphaTrueColor in     graphics\models.h
  91. MSG 0x06500012 "alpha true color"
  92. ; BITMAP_True
  93. ; 24 bit three bytes per pixel. Three planes. R, G, B. In        light of the 
  94. ; presence of truecolor planar bitmaps it is     important to note that 
  95. ; CONST_BITMAP_True exclusively  defines a 24bit three channel bitmap with 
  96. ; exactly one byte       pr. channel.
  97. MSG 0x06500004 "three plane chunky true color"
  98. ; BITMAP_Nibble
  99. ; Half a byte per pixel.
  100. MSG 0x06500006 "nibble"
  101. ; BITMAP_UnsupportedMinterm
  102. ; Not all methods/operations support all minterms.
  103. MSG 0x06500402 "Method (%1) does not support minterm (%2)."
  104. ; BITMAP_UnsupportedModel
  105. ; The bitmap model may not be supported by all and everybody
  106. MSG 0x06500802 "Method (%1) does not support bitmap model (%2)."
  107. ; BITMAP_UnsupportedOperation
  108. ; Not all operations between bitmaps are supported.
  109. MSG 0x06500c01 "Unsupported operation (%1)."
  110. ; BITMAP_UnsupportedConversion
  111. ; Conversion between bitmap models not supported
  112. MSG 0x06501002 "\"%1\" to \"%2\" conversion is not supported."
  113. ; VLIST_NoMatchingMode
  114. ; No matching mode could be found.
  115. MSG 0x06501400 "No matching mode was found."
  116. ; GRAPHICS_AbortFailure
  117. ; This method does not *abort* the read access, it       causes a failure for 
  118. ; the read access.
  119. ;        It is up to the caller of the read access method to     interpret this 
  120. ; particular method in any way seen      fit.
  121. MSG 0x06502000 "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
  122.