Searched defs:PixelFormat (Results 1 – 7 of 7) sorted by relevance
48 struct PixelFormat { struct49 std::uint8_t bits_per_pixel;50 std::uint8_t depth;51 std::uint8_t big_endian;52 std::uint8_t true_color;53 std::uint16_t red_max;54 std::uint16_t green_max;55 std::uint16_t blue_max;56 std::uint8_t red_shift;57 std::uint8_t green_shift;[all …]
31 enum class PixelFormat : uint8_t { enum
53 typedef int32_t PixelFormat; typedef
62 enum class PixelFormat : uint8_t { enum
75 PixelFormat() {} in PixelFormat() function
145 PixelFormat, enumerator