1*4f506f19SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*4f506f19SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*4f506f19SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*4f506f19SAndrew Rist  * distributed with this work for additional information
6*4f506f19SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*4f506f19SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*4f506f19SAndrew Rist  * "License"); you may not use this file except in compliance
9*4f506f19SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*4f506f19SAndrew Rist  *
11*4f506f19SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*4f506f19SAndrew Rist  *
13*4f506f19SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*4f506f19SAndrew Rist  * software distributed under the License is distributed on an
15*4f506f19SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*4f506f19SAndrew Rist  * KIND, either express or implied.  See the License for the
17*4f506f19SAndrew Rist  * specific language governing permissions and limitations
18*4f506f19SAndrew Rist  * under the License.
19*4f506f19SAndrew Rist  *
20*4f506f19SAndrew Rist  *************************************************************/
21*4f506f19SAndrew Rist 
22*4f506f19SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE3D_PRIMITIVETYPES3D_HXX
25cdf0e10cSrcweir #define INCLUDED_DRAWINGLAYER_PRIMITIVE3D_PRIMITIVETYPES3D_HXX
26cdf0e10cSrcweir 
27cdf0e10cSrcweir //////////////////////////////////////////////////////////////////////////////
28cdf0e10cSrcweir // define ranges for other libraries
29cdf0e10cSrcweir 
30cdf0e10cSrcweir #define	PRIMITIVE3D_ID_RANGE_DRAWINGLAYER			(0 << 16)
31cdf0e10cSrcweir // #define	PRIMITIVE3D_ID_RANGE_SVX					(1 << 16)
32cdf0e10cSrcweir 
33cdf0e10cSrcweir //////////////////////////////////////////////////////////////////////////////
34cdf0e10cSrcweir // local primitives
35cdf0e10cSrcweir 
36cdf0e10cSrcweir #define PRIMITIVE3D_ID_GROUPPRIMITIVE3D					        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 0)
37cdf0e10cSrcweir #define PRIMITIVE3D_ID_HATCHTEXTUREPRIMITIVE3D			        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 1)
38cdf0e10cSrcweir #define PRIMITIVE3D_ID_MODIFIEDCOLORPRIMITIVE3D			        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 2)
39cdf0e10cSrcweir #define PRIMITIVE3D_ID_POLYGONHAIRLINEPRIMITIVE3D		        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 3)
40cdf0e10cSrcweir #define PRIMITIVE3D_ID_POLYGONSTROKEPRIMITIVE3D			        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 4)
41cdf0e10cSrcweir #define PRIMITIVE3D_ID_POLYGONTUBEPRIMITIVE3D			        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 5)
42cdf0e10cSrcweir #define PRIMITIVE3D_ID_POLYPOLYGONMATERIALPRIMITIVE3D	        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 6)
43cdf0e10cSrcweir #define PRIMITIVE3D_ID_SDRCUBEPRIMITIVE3D				        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 7)
44cdf0e10cSrcweir #define PRIMITIVE3D_ID_SDREXTRUDEPRIMITIVE3D			        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 8)
45cdf0e10cSrcweir #define PRIMITIVE3D_ID_SDRLATHEPRIMITIVE3D				        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 9)
46cdf0e10cSrcweir #define PRIMITIVE3D_ID_SDRPOLYPOLYGONPRIMITIVE3D		        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 10)
47cdf0e10cSrcweir #define PRIMITIVE3D_ID_SDRSPHEREPRIMITIVE3D				        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 11)
48cdf0e10cSrcweir #define PRIMITIVE3D_ID_SHADOWPRIMITIVE3D				        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 12)
49cdf0e10cSrcweir #define PRIMITIVE3D_ID_UNIFIEDTRANSPARENCETEXTUREPRIMITIVE3D	(PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 13)
50cdf0e10cSrcweir #define PRIMITIVE3D_ID_GRADIENTTEXTUREPRIMITIVE3D		        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 14)
51cdf0e10cSrcweir #define PRIMITIVE3D_ID_BITMAPTEXTUREPRIMITIVE3D			        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 15)
52cdf0e10cSrcweir #define PRIMITIVE3D_ID_TRANSPARENCETEXTUREPRIMITIVE3D			(PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 16)
53cdf0e10cSrcweir #define PRIMITIVE3D_ID_TRANSFORMPRIMITIVE3D				        (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 17)
54cdf0e10cSrcweir #define PRIMITIVE3D_ID_HIDDENGEOMETRYPRIMITIVE3D                (PRIMITIVE3D_ID_RANGE_DRAWINGLAYER| 18)
55cdf0e10cSrcweir 
56cdf0e10cSrcweir //////////////////////////////////////////////////////////////////////////////
57cdf0e10cSrcweir 
58cdf0e10cSrcweir #endif //INCLUDED_DRAWINGLAYER_PRIMITIVE3D_PRIMITIVETYPES3D_HXX
59cdf0e10cSrcweir 
60cdf0e10cSrcweir //////////////////////////////////////////////////////////////////////////////
61cdf0e10cSrcweir // eof
62