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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp186 STDMETHOD(COMGETTER(BitsPerPixel))(ULONG *puBitsPerPixel);
661 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(BitsPerPixel)(ULONG *puBitsPerPixel) argument
663 if (!puBitsPerPixel)
665 *puBitsPerPixel = bitsPerPixel();

Completed in 48 milliseconds