00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099 #ifndef INC_XaGDraw_h
00100 #define INC_XaGDraw_h
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112 #include "gdraw.h"
00113
00114 #ifndef CONFIG_DEBUG_XADRAW
00115
00116 #define XaDraw_GetVersion (GDraw_GetVersion)
00117 #define XaDraw_ClearLastError (GDraw_ClearLastError)
00118 #define XaDraw_GetLastError (GDraw_GetLastError)
00119 #define XaDraw_GetLastErrorText (GDraw_GetLastErrorText)
00120
00121 #define XaDraw_Initialise (GDraw_Initialise)
00122 #define XaDraw_CopyContext (GDraw_CopyContext)
00123
00124 #define XaColour_GetGraduationTableSize \
00125 (GColour_GetGraduationTableSize)
00126 #define XaColour_GetGraduationTableLength \
00127 (GColour_GetGraduationTableLength)
00128 #define XaColour_GetLongGraduationTableSize \
00129 (GColour_GetLongGraduationTableSize)
00130 #define XaColour_GetLongGraduationTableLength \
00131 (GColour_GetLongGraduationTableLength)
00132 #define XaColour_GetTransparentGraduationTableSize \
00133 (GColour_GetTransparentGraduationTableSize)
00134 #define XaColour_GetTransparentGraduationTableLength \
00135 (GColour_GetTransparentGraduationTableLength)
00136 #define XaColour_GetLongTransparentGraduationTableSize \
00137 (GColour_GetLongTransparentGraduationTableSize)
00138 #define XaColour_GetLongTransparentGraduationTableLength \
00139 (GColour_GetLongTransparentGraduationTableLength)
00140
00141
00142 #define XaDraw_SetMemoryHandlers (GDraw_SetMemoryHandlers)
00143 #define XaDraw_SetStackLimit (GDraw_SetStackLimit)
00144 #define XaDraw_SetStackSize (GDraw_SetStackSize)
00145 #define XaDraw_Terminate (GDraw_Terminate)
00146 #define XaDraw_Clean (GDraw_Clean)
00147
00148
00149 #define XaDraw_ContextLength (GDraw_ContextLength)
00150 #define XaDraw_ComparePalettes (GDraw_ComparePalettes)
00151
00152
00153 #define XaColour_SelectPalette (GColour_SelectPalette)
00154 #define XaColour_InitialiseWithPalette \
00155 (GColour_InitialiseWithPalette)
00156 #define XaColour_SetDitherStyle (GColour_SetDitherStyle)
00157 #define XaColour_SetTileSmoothingFlag \
00158 (GColour_SetTileSmoothingFlag)
00159 #define XaColour_SetTileFilteringFlag \
00160 (GColour_SetTileFilteringFlag)
00161 #define XaBitmap_SetMaxFilterSize (GBitmap_SetMaxFilterSize)
00162 #define XaBitmap_Sharpen (GBitmap_Sharpen)
00163 #define XaBitmap_Blur (GBitmap_Blur)
00164 #define XaColour_SetHalftoneOrigin (GColour_SetHalftoneOrigin)
00165 #define XaColour_SetColour (GColour_SetColour)
00166 #define XaColour_SetSolidColour (GColour_SetSolidColour)
00167 #define XaColour_SetWordColour (GColour_SetWordColour)
00168 #define XaColour_SetInvert (GColour_SetInvert)
00169 #define XaColour_SetTransparency (GColour_SetTransparency)
00170 #define XaColour_SetTransparencyLookupTable \
00171 (GColour_SetTransparencyLookupTable)
00172 #define XaColour_ReturnBrush (GColour_ReturnBrush)
00173 #define XaColour_ReturnBrushRGB (GColour_ReturnBrushRGB)
00174 #define XaColour_AddToGraduationTable \
00175 (GColour_AddToGraduationTable)
00176 #define XaColour_BuildGraduationTable \
00177 (GColour_BuildGraduationTable)
00178 #define XaColour_BuildGraduationTable32 \
00179 (GColour_BuildGraduationTable32)
00180 #define XaColour_BuildTransparencyTable \
00181 (GColour_BuildTransparencyTable)
00182 #define XaColour_SetGraduation (GColour_SetGraduation)
00183 #define XaColour_SetGraduation4 (GColour_SetGraduation4)
00184 #define XaColour_Set3WayGraduation (GColour_Set3WayGraduation)
00185 #define XaColour_Set3WayGraduation4 (GColour_Set3WayGraduation4)
00186 #define XaColour_Set4WayGraduation (GColour_Set4WayGraduation)
00187 #define XaColour_Set4WayGraduation4 (GColour_Set4WayGraduation4)
00188 #define XaColour_SetGourand (GColour_SetGourand)
00189 #define XaColour_SetTransparentGraduation \
00190 (GColour_SetTransparentGraduation)
00191 #define XaColour_SetTransparentGraduation4 \
00192 (GColour_SetTransparentGraduation4)
00193 #define XaColour_SetTransparent3WayGraduation \
00194 (GColour_SetTransparent3WayGraduation)
00195 #define XaColour_SetTransparent3WayGraduation4 \
00196 (GColour_SetTransparent3WayGraduation4)
00197 #define XaColour_SetTransparent4WayGraduation \
00198 (GColour_SetTransparent4WayGraduation)
00199 #define XaColour_SetTransparent4WayGraduation4 \
00200 (GColour_SetTransparent4WayGraduation4)
00201 #define XaBitmap_SetBias (GBitmap_SetBias)
00202 #define XaBitmap_SetGain (GBitmap_SetGain)
00203 #define XaBitmap_SetBrightness (GBitmap_SetBrightness)
00204 #define XaBitmap_SetContrast (GBitmap_SetContrast)
00205 #define XaBitmap_SetGamma (GBitmap_SetGamma)
00206 #define XaBitmap_SetPostGamma (GBitmap_SetPostGamma)
00207 #define XaBitmap_SetSaturation (GBitmap_SetSaturation)
00208 #define XaBitmap_SetContone (GBitmap_SetContone)
00209 #define XaBitmap_SetInputRange (GBitmap_SetInputRange)
00210 #define XaBitmap_SetOutputRange (GBitmap_SetOutputRange)
00211 #define XaColour_SetTilePattern (GColour_SetTilePattern)
00212 #define XaColour_SetTilePattern4 (GColour_SetTilePattern4)
00213 #define XaColour_SetTransparentTilePattern \
00214 (GColour_SetTransparentTilePattern)
00215 #define XaColour_SetTransparentTilePattern4 \
00216 (GColour_SetTransparentTilePattern4)
00217 #define XaColour_ConvertBitmap (GColour_ConvertBitmap)
00218 #define XaColour_SetConversionPalette \
00219 (GColour_SetConversionPalette)
00220 #define XaColour_SetMaxDiffusionError \
00221 (GColour_SetMaxDiffusionError)
00222 #define XaColour_ScaleBitmap (GColour_ScaleBitmap)
00223
00224
00225 #define XaColour_SetGreyConversionValues \
00226 (GColour_SetGreyConversionValues)
00227
00228
00229 #define XaColour_ConvertHSVtoRGB (GColour_ConvertHSVtoRGB)
00230 #define XaColour_ConvertRGBtoHSV (GColour_ConvertRGBtoHSV)
00231
00232
00233 #define XaColour_SetSeparationTables \
00234 (GColour_SetSeparationTables)
00235 #define XaColour_SetBitmapConversionTable \
00236 (GColour_SetBitmapConversionTable)
00237
00238
00239 #define XaDraw_SetDIBitmap (GDraw_SetDIBitmap)
00240 #define XaDraw_SetInvertedDIBitmap (GDraw_SetInvertedDIBitmap)
00241 #define XaDraw_SetMatrix (GDraw_SetMatrix)
00242 #define XaDraw_MaxScale (GDraw_MaxScale)
00243 #define XaDraw_GetMaxBitmapWidth (GDraw_GetMaxBitmapWidth)
00244 #define XaDraw_GetMaxBitmapDepth (GDraw_GetMaxBitmapDepth)
00245 #define XaDraw_SetAntialiasFlag (GDraw_SetAntialiasFlag)
00246 #define XaDraw_SetDashAdjustmentFlag \
00247 (GDraw_SetDashAdjustmentFlag)
00248 #define XaDraw_SetHintingFlag (GDraw_SetHintingFlag)
00249 #define XaDraw_SetFlatness (GDraw_SetFlatness)
00250 #define XaDraw_SetMiterLimit (GDraw_SetMiterLimit)
00251 #define XaDraw_FillRectangle (GDraw_FillRectangle)
00252 #define XaDraw_FillPoint (GDraw_FillPoint)
00253 #define XaDraw_FillPath (GDraw_FillPath)
00254 #define XaDraw_InitialiseFillPath (GDraw_InitialiseFillPath)
00255 #define XaDraw_FillPathLine (GDraw_FillPathLine)
00256 #define XaDraw_DoFillPath (GDraw_DoFillPath)
00257 #define XaDraw_FillTriangle (GDraw_FillTriangle)
00258 #define XaDraw_HintPath (GDraw_HintPath)
00259 #define XaDraw_StrokePath (GDraw_StrokePath)
00260 #define XaDraw_StrokePathToPath (GDraw_StrokePathToPath)
00261 #define XaDraw_CalcStrokeBBox (GDraw_CalcStrokeBBox)
00262 #define XaDraw_IsOverlap (GDraw_IsOverlap)
00263 #define XaDraw_IsStrokeOverlap (GDraw_IsStrokeOverlap)
00264 #define XaDraw_GetStatistics (GDraw_GetStatistics)
00265 #define XaDraw_MakeRegion (GDraw_MakeRegion)
00266 #define XaDraw_MakeUnclippedRegion (GDraw_MakeUnclippedRegion)
00267 #define XaDraw_FillRegion (GDraw_FillRegion)
00268 #define XaDraw_ClipRectangle (GDraw_ClipRectangle)
00269 #define XaDraw_DeviceClipRectangle (GDraw_DeviceClipRectangle)
00270 #define XaDraw_GetDeviceClipRectangle \
00271 (GDraw_GetDeviceClipRectangle)
00272 #define XaDraw_ClipRegion (GDraw_ClipRegion)
00273 #define XaDraw_GetClipRegion (GDraw_GetClipRegion)
00274 #define XaDraw_CalcSimpleBBox (GDraw_CalcSimpleBBox)
00275 #define XaDraw_CalcBBox (GDraw_CalcBBox)
00276 #define XaDraw_TransformPath (GDraw_TransformPath)
00277 #define XaDraw_ScrollBitmap (GDraw_ScrollBitmap)
00278
00279
00280 #define XaDraw_ClearChangedBBox (GDraw_ClearChangedBBox)
00281 #define XaDraw_GetChangedBBox (GDraw_GetChangedBBox)
00282 #define XaDraw_SetChangedBBox (GDraw_SetChangedBBox)
00283
00284
00285 #define XaDraw_SetBevelContrast (GDraw_SetBevelContrast)
00286 #define XaDraw_SetBevelLightness (GDraw_SetBevelLightness)
00287 #define XaDraw_SetBevelDarkness (GDraw_SetBevelDarkness)
00288 #define XaDraw_TranslateBevelValue (GDraw_TranslateBevelValue)
00289
00290
00291 #define XaBitmap_PlotTile (GBitmap_PlotTile)
00292 #define XaBitmap_PlotTile4 (GBitmap_PlotTile4)
00293
00294 #define Xa3D_SetTruePerspectiveFlag (G3D_SetTruePerspectiveFlag)
00295 #define Xa3D_DefineView (G3D_DefineView)
00296 #define Xa3D_DefineTexture (G3D_DefineTexture)
00297 #define Xa3D_Define2ndTexture (G3D_Define2ndTexture)
00298 #define Xa3D_ConvertColourFormat (G3D_ConvertColourFormat)
00299 #define Xa3D_AddTriangleToView (G3D_AddTriangleToView)
00300 #define Xa3D_AddFlatTriangleToView (G3D_AddFlatTriangleToView)
00301 #define Xa3D_AddTextureToView (G3D_AddTextureToView)
00302 #define Xa3D_AddFlatTextureToView (G3D_AddFlatTextureToView)
00303 #define Xa3D_AddTexturesToView (G3D_AddTexturesToView)
00304 #define Xa3D_AddFlatTexturesToView (G3D_AddFlatTexturesToView)
00305 #define Xa3D_SetSideFaceFlag (G3D_SetSideFaceFlag)
00306 #define Xa3D_GetViewBBox (G3D_GetViewBBox)
00307 #define Xa3D_PlotView (G3D_PlotView)
00308 #define XaDraw_SetAntialiasQualityFlag (GDraw_SetAntialiasQualityFlag)
00309
00310 #endif // !CONFIG_DEBUG_XADRAW
00311
00312 #endif // INC_XaGDraw_h