Home
last modified time | relevance | path

Searched defs:WindowRectangle (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/referencerenderer/
H A DrrRenderState.hpp221 struct WindowRectangle struct
223 int left;
224 int bottom;
225 int width;
226 int height;
228 WindowRectangle (int left_, int bottom_, int width_, int height_) in WindowRectangle() argument