Home | History | Annotate | Download | only in common

Lines Matching defs:BlendColor

382 struct BlendColor {
383 typedef BlendColor ValueType;
417 COMPILE_ASSERT(sizeof(BlendColor) == 20,
419 COMPILE_ASSERT(offsetof(BlendColor, header) == 0,
421 COMPILE_ASSERT(offsetof(BlendColor, red) == 4,
423 COMPILE_ASSERT(offsetof(BlendColor, green) == 8,
425 COMPILE_ASSERT(offsetof(BlendColor, blue) == 12,
427 COMPILE_ASSERT(offsetof(BlendColor, alpha) == 16,