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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp187 STDMETHOD(COMGETTER(BytesPerLine))(ULONG *puBytesPerLine);
669 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(BytesPerLine)(ULONG *puBytesPerLine) argument
671 if (!puBytesPerLine)
673 *puBytesPerLine = bytesPerLine();

Completed in 48 milliseconds