webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Macros | Functions
cursor.cc File Reference
#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"

Namespaces

 webrtc
 

Macros

#define RGBA(r, g, b, a)
 

Functions

MouseCursor * webrtc::CreateMouseCursorFromHCursor (HDC dc, HCURSOR cursor)
 

Macro Definition Documentation

◆ RGBA

#define RGBA (   r,
  g,
  b,
  a 
)
Value:
((((r) << 24) & 0xff000000) | \
(((g) << 16) & 0xff0000) | \
(((b) << 8) & 0xff00) | \
((a) & 0xff))
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