Searched defs:aBitmapFormats (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp969 HRESULT SystemProperties::getScreenShotFormats(std::vector<BitmapFormat_T> &aBitmapFormats) argument
971 aBitmapFormats.push_back(BitmapFormat_BGR0);
972 aBitmapFormats.push_back(BitmapFormat_BGRA);
973 aBitmapFormats.push_back(BitmapFormat_RGBA);
974 aBitmapFormats.push_back(BitmapFormat_PNG);

Completed in 46 milliseconds