Searched defs:pixel (Results 1 – 2 of 2) sorted by relevance
33 struct pixel { struct36 constexpr pixel ur = { 1294, 1024 }; // ok argument
133 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}} struct 136 constexpr pixel(int); argument 139 constexpr pixel::pixel(int a) in pixel() function in pixel