Home
last modified time | relevance | path

Searched refs:CWX (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkStrokerPriv.h14 #define CWX(x, y) (-y) macro
/third_party/flutter/skia/src/core/
DSkStrokerPriv.h14 #define CWX(x, y) (-y) macro
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_std_gtk.cc79 XConfigureWindow(xdisplay, xwindow, CWX | CWY | CWHeight | CWWidth, &changes); in SetXWindowBounds()