Subversion Repositories Kolibri OS

Rev

Rev 3280 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3280 Rev 3291
Line 132... Line 132...
132
    PICT_a8 = PIXMAN_a8,
132
    PICT_a8 = PIXMAN_a8,
Line 133... Line 133...
133
 
133
 
134
/* 4bpp formats */
134
/* 4bpp formats */
Line -... Line 135...
-
 
135
} PictFormatShort;
-
 
136
 
-
 
137
#define PIXMAN_FORMAT_A(f)	(((f) >> 12) & 0x0f)
-
 
138
 
135
} PictFormatShort;
139
#define PICT_FORMAT_A(f)	PIXMAN_FORMAT_A(f)
136
 
140
 
137
#define RepeatNone                          0
141
#define RepeatNone                          0
138
#define RepeatNormal                        1
142
#define RepeatNormal                        1