/third_party/libffi/testsuite/libffi.call/ |
D | pr1172638.c | 19 } RECT; typedef 21 static RECT ABI_ATTR pr_test(int i __UNUSED__, RECT ar __UNUSED__, in pr_test() 22 RECT* br __UNUSED__, POINT cp __UNUSED__, in pr_test() 23 RECT dr __UNUSED__, RECT *er __UNUSED__, in pr_test() 24 POINT fp, RECT gr __UNUSED__) in pr_test() 26 RECT result; in pr_test() 47 RECT ar, br, dr, er, gr; in main() 48 RECT *p1, *p2; in main() 51 RECT *rect_result = in main() 52 (RECT *) malloc (sizeof(RECT)); in main()
|
/third_party/python/Lib/ctypes/test/ |
D | test_win32.py | 99 class RECT(Structure): class 112 rect = RECT(left, top, right, bottom) 114 PointInRect.argtypes = [POINTER(RECT), POINT] 118 ReturnRect.argtypes = [c_int, RECT, POINTER(RECT), POINT, RECT, 119 POINTER(RECT), POINT, RECT] 120 ReturnRect.restype = RECT 133 del _pointer_type_cache[RECT]
|
D | test_keeprefs.py | 47 class RECT(Structure): class 50 r = RECT() 57 r = RECT() 132 class RECT(Structure): class 135 r = RECT()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.h | 48 const RECT &sourceRect, 55 const RECT &sourceRect, 64 const RECT &sourceRect, 91 const RECT &sourceRect, 108 const RECT &sourceRect, 117 const RECT &sourceRect, 119 void setViewportAndShaderConstants(const RECT &sourceRect, 121 const RECT &destRect, 124 RECT getSurfaceRect(IDirect3DSurface9 *surface) const;
|
D | Blit9.cpp | 165 RECT Blit9::getSurfaceRect(IDirect3DSurface9 *surface) const in getSurfaceRect() 170 RECT rect; in getSurfaceRect() 222 const RECT &sourceRect, in copy2D() 255 const RECT &sourceRect, in copyCube() 288 const RECT &sourceRect, in copyTexture() 330 const RECT &sourceRect, in copy() 352 RECT destRect = {destOffset.x, destOffset.y, in copy() 361 RECT adjustedSourceRect = sourceRect; in copy() 386 const RECT &sourceRect, in formatConvert() 404 RECT destRect; in formatConvert() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.h | 48 const RECT &sourceRect, 55 const RECT &sourceRect, 64 const RECT &sourceRect, 91 const RECT &sourceRect, 108 const RECT &sourceRect, 117 const RECT &sourceRect, 119 void setViewportAndShaderConstants(const RECT &sourceRect, 121 const RECT &destRect, 124 RECT getSurfaceRect(IDirect3DSurface9 *surface) const;
|
D | Blit9.cpp | 165 RECT Blit9::getSurfaceRect(IDirect3DSurface9 *surface) const in getSurfaceRect() 170 RECT rect; in getSurfaceRect() 222 const RECT &sourceRect, in copy2D() 255 const RECT &sourceRect, in copyCube() 288 const RECT &sourceRect, in copyTexture() 330 const RECT &sourceRect, in copy() 352 RECT destRect = {destOffset.x, destOffset.y, in copy() 361 RECT adjustedSourceRect = sourceRect; in copy() 386 const RECT &sourceRect, in formatConvert() 404 RECT destRect; in formatConvert() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstwinscreencap.c | 42 RECT 45 RECT ret_rect; in gst_win32_get_monitor_rect() 48 data = (LPRECT) malloc (sizeof (RECT) * GetSystemMetrics (SM_CMONITORS)); in gst_win32_get_monitor_rect() 56 ZeroMemory (&ret_rect, sizeof (RECT)); in gst_win32_get_monitor_rect()
|
D | dxgicapture.c | 92 RECT *dirty_rects; 100 RECT *copy_rects; 158 guint move_count, guint dirty_count, RECT ** dst_rect); 161 RECT * dest_rect, const D3D11_TEXTURE2D_DESC * dst_desc, RECT * rect, 354 self->dirty_rects = g_new0 (RECT, self->dirty_rects_capacity); in dxgicap_new() 366 self->copy_rects = g_new0 (RECT, self->copy_rects_capacity); in dxgicap_new() 630 RECT pointer_rect; in _draw_pointer() 631 RECT clip_pointer_rect; in _draw_pointer() 838 RECT *dst_rect; in _update_work_texture() 868 dirty_rects_capacity_size = sizeof (RECT) * self->dirty_rects_capacity; in _update_work_texture() [all …]
|
D | gstgdiscreencapsrc.h | 63 RECT screen_rect; 64 RECT src_rect;
|
D | gstdx9screencapsrc.h | 65 RECT screen_rect; 66 RECT src_rect;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.h | 58 bool getClientRect(RECT *rect) in getClientRect() 105 virtual HRESULT scaleSwapChain(const Size &windowSize, const RECT &clientRect) = 0; 106 RECT clientRect(const Size &size); 113 RECT mClientRect; 114 RECT mNewClientRect;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.h | 59 bool getClientRect(RECT *rect) in getClientRect() 106 virtual HRESULT scaleSwapChain(const Size &windowSize, const RECT &clientRect) = 0; 107 RECT clientRect(const Size &size); 114 RECT mClientRect; 115 RECT mNewClientRect;
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11videoprocessor.h | 93 RECT *in_rect, 95 RECT *out_rect, 99 RECT *in_rect, 101 RECT *out_rect,
|
D | gstd3d11converter.h | 62 RECT * src_rect); 65 RECT * dest_rect);
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9ex.h | 70 const RECT *pSourceRect, 71 const RECT *pDestRect, 78 const RECT *pSourceRect, 79 const RECT *pDestRect,
|
D | nine_pipe.h | 48 rect_to_pipe_box(struct pipe_box *dst, const RECT *src) in rect_to_pipe_box() 59 pipe_box_to_rect(RECT *dst, const struct pipe_box *src) in pipe_box_to_rect() 68 rect_minify_inclusive(RECT *rect) in rect_minify_inclusive() 81 fit_rect_format_inclusive(enum pipe_format format, RECT *rect, int width, int height) in fit_rect_format_inclusive() 102 rect_to_pipe_box_clamp(struct pipe_box *dst, const RECT *src) in rect_to_pipe_box_clamp() 116 rect_to_pipe_box_flip(struct pipe_box *dst, const RECT *src) in rect_to_pipe_box_flip() 128 rect_to_pipe_box_xy_only(struct pipe_box *dst, const RECT *src) in rect_to_pipe_box_xy_only() 139 rect_to_pipe_box_xy_only_clamp(struct pipe_box *dst, const RECT *src) in rect_to_pipe_box_xy_only_clamp() 153 rect_to_g3d_u_rect(struct u_rect *dst, const RECT *src) in rect_to_g3d_u_rect()
|
D | texture9.h | 66 const RECT *pRect, 75 const RECT *pDirtyRect );
|
D | cubetexture9.h | 68 const RECT *pRect, 79 const RECT *pDirtyRect );
|
D | device9.h | 293 const RECT *pSourceRect, 294 const RECT *pDestRect, 401 const RECT *pSourceRect, 423 const RECT *pSourceRect, 425 const RECT *pDestRect, 431 const RECT *pRect, 625 const RECT *pRect ); 629 RECT *pRect );
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_clickable.c | 17 #define RECT_IS_FREE(RECT) ((RECT).y1 == FREE_MARKER) argument 18 #define RECT_FREE(RECT) ((RECT).y1 = FREE_MARKER) argument
|
/third_party/flutter/glfw/src/ |
D | win32_window.c | 187 RECT rect = { 0, 0, clientWidth, clientHeight }; in getFullWindowSize() 195 static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) in applyAspectRatio() 234 RECT area; in cursorInClientArea() 271 RECT clipRect; in updateClipRect() 748 applyAspectRatio(window, (int) wParam, (RECT*) lParam); in windowProc() 804 RECT* rect = (RECT*) lParam; in windowProc() 1115 RECT rect = { xpos, ypos, xpos, ypos }; in _glfwPlatformSetWindowPos() 1124 RECT area; in _glfwPlatformGetWindowSize() 1142 RECT rect = { 0, 0, width, height }; in _glfwPlatformSetWindowSize() 1155 RECT area; in _glfwPlatformSetWindowSizeLimits() [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | gdigrab.c | 62 RECT clip_rect; /**< The subarea of the screen or window to clip */ 90 RECT rect; in gdigrab_region_wnd_proc() 124 RECT rect = gdigrab->clip_rect; in gdigrab_region_wnd_init() 242 RECT virtual_rect; in gdigrab_read_header() 243 RECT clip_rect; in gdigrab_read_header() 458 RECT clip_rect = gdigrab->clip_rect; in paint_mouse_pointer() 483 RECT rect; in paint_mouse_pointer() 536 RECT clip_rect = gdigrab->clip_rect; in gdigrab_read_packet()
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_win.cc | 144 RECT cr; in GetWindowScaleFactor() 211 RECT cr; in CreateHostWindow() 340 RECT rect = {0, 0, width, height}; in SizeTo() 616 RECT rc; in WndProc() 645 const RECT* rect = reinterpret_cast<RECT*>(lParam); in WndProc()
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 712 } RECT; typedef 716 EXPORT(int) PointInRect(RECT *prc, POINT pt) in PointInRect() 734 EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr, in ReturnRect() 735 RECT *er, POINT fp, RECT gr) in ReturnRect() 801 EXPORT(int) GetRectangle(int flag, RECT *prect) in GetRectangle()
|