#include "webrtc/modules/desktop_capture/win/cursor.h"
#include <algorithm>
#include <memory>
#include "webrtc/modules/desktop_capture/win/scoped_gdi_object.h"
#include "webrtc/modules/desktop_capture/desktop_frame.h"
#include "webrtc/modules/desktop_capture/desktop_geometry.h"
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
#include "webrtc/system_wrappers/include/logging.h"
#include "webrtc/typedefs.h"
◆ RGBA
#define RGBA |
( |
|
r, |
|
|
|
g, |
|
|
|
b, |
|
|
|
a |
|
) |
| |
Value:((((
r) << 24) & 0xff000000) | \
(((
g) << 16) & 0xff0000) | \
(((
b) << 8) & 0xff00) | \
GLboolean GLboolean g
Definition: gl2ext.h:306
GLboolean GLboolean GLboolean GLboolean a
Definition: gl2ext.h:306
GLboolean GLboolean GLboolean b
Definition: gl2ext.h:306
GLboolean r
Definition: gl2ext.h:306