Home
last modified time | relevance | path

Searched refs:OPTIONS_FLAGS_CUSTOM_FRAMEAR (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Doptions.h66 const unsigned int OPTIONS_FLAGS_CUSTOM_FRAMEAR = 1<<1; // The frame aspect ratio is fixed variable
H A Drenderer.cpp493 if (flags & OPTIONS_FLAGS_CUSTOM_FRAMEAR) { in beginFrame()
H A DrendererContext.cpp751 options->flags |= OPTIONS_FLAGS_CUSTOM_FRAMEAR; in RiFrameAspectRatio()