Home
last modified time | relevance | path

Searched refs:RECT (Results 1 - 25 of 106) sorted by relevance

12345

/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp115 RECT rcMonitor;
116 RECT rcWork;
125 static bool GetWorkAreaRect(RECT *rect, HWND hwnd) in GetWorkAreaRect()
169 RECT rect; in IsDialogSizeOK()
182 RECT rect; in GetMargins()
196 RECT rect; in Units_To_Pixels_X()
208 RECT rect; in GetItemSizes()
216 void CDialog::GetClientRectOfItem(unsigned id, RECT &rect) in GetClientRectOfItem()
232 static bool GetWindowsRect_DWM(HWND hwnd, RECT *rect)
243 RECT
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_win32.py99 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]
[all...]
H A Dtest_keeprefs.py47 class RECT(Structure): class
50 r = RECT()
57 r = RECT()
132 class RECT(Structure): class
135 r = RECT()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBlit9.h48 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;
H A DBlit9.cpp165 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 destRec in formatConvert()
[all...]
H A DImage9.cpp288 RECT entireRect; in createSurface()
315 angle::Result Image9::lock(Context9 *context9, D3DLOCKED_RECT *lockedRect, const RECT &rect) in lock()
437 RECT rect; in copyToSurface()
500 RECT lockRect = {area.x, area.y, area.x + area.width, area.y + area.height}; in loadData()
539 RECT lockRect = {area.x, area.y, area.x + area.width, area.y + area.height}; in loadCompressedData()
589 RECT sourceRect = {sourceArea.x, sourceArea.y, sourceArea.x + width, sourceArea.y + height}; in copyFromRTInternal()
590 RECT destRect = {destOffset.x, destOffset.y, destOffset.x + width, destOffset.y + height}; in copyFromRTInternal()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DInspectableNativeWindow.h59 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/alsa-utils/alsamixer/
H A Dmixer_clickable.c17 #define RECT_IS_FREE(RECT) ((RECT).y1 == FREE_MARKER)
18 #define RECT_FREE(RECT) ((RECT).y1 = FREE_MARKER)
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9ex.h70 const RECT *pSourceRect,
71 const RECT *pDestRect,
78 const RECT *pSourceRect,
79 const RECT *pDestRect,
H A Dnine_pipe.h48 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()
H A Dtexture9.h66 const RECT *pRect,
75 const RECT *pDirtyRect );
H A Dcubetexture9.h68 const RECT *pRect,
79 const RECT *pDirtyRect );
H A Ddevice9.h293 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 );
H A Dswapchain9.h115 const RECT *pSourceRect,
116 const RECT *pDestRect,
H A Dsurface9.h131 const RECT *pSourceRect );
165 const RECT *pRect,
H A Dnine_lock.c460 const RECT *pRect, in LockCubeTexture9_LockRect()
485 const RECT *pDirtyRect ) in LockCubeTexture9_AddDirtyRect()
680 const RECT *pSourceRect, in LockDevice9_Present()
681 const RECT *pDestRect, in LockDevice9_Present()
875 const RECT *pSourceRect, in LockDevice9_UpdateSurface()
925 const RECT *pSourceRect, in LockDevice9_StretchRect()
927 const RECT *pDestRect, in LockDevice9_StretchRect()
940 const RECT *pRect, in LockDevice9_ColorFill()
1414 const RECT *pRect ) in LockDevice9_SetScissorRect()
1425 RECT *pRec in LockDevice9_GetScissorRect()
[all...]
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c63 RECT clip_rect; /**< The subarea of the screen or window to clip */
91 RECT rect; in gdigrab_region_wnd_proc()
125 RECT rect = gdigrab->clip_rect; in gdigrab_region_wnd_init()
243 RECT virtual_rect; in gdigrab_read_header()
244 RECT clip_rect; in gdigrab_read_header()
471 RECT clip_rect = gdigrab->clip_rect; in paint_mouse_pointer()
496 RECT rect; in paint_mouse_pointer()
549 RECT clip_rect = gdigrab->clip_rect; in gdigrab_read_packet()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Window.cpp261 RECT winRect; in WndProc()
283 RECT winRect; in WndProc()
557 RECT sizeRect = {0, 0, static_cast<LONG>(width), static_cast<LONG>(height)}; in initializeImpl()
738 RECT winRect; in setMousePosition()
762 RECT windowRect; in setPosition()
784 RECT windowRect; in resize()
790 RECT clientRect; in resize()
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c714 } RECT; typedef
718 EXPORT(int) PointInRect(RECT *prc, POINT pt) in PointInRect()
736 EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT cp, RECT dr, in EXPORT()
737 RECT *er, POINT fp, RECT gr) in EXPORT()
803 EXPORT(int) GetRectangle(int flag, RECT *prect) in GetRectangle()
/third_party/python/Lib/ctypes/
H A Dwintypes.py97 class RECT(ctypes.Structure): class
102 tagRECT = _RECTL = RECTL = RECT
188 LPRECT = PRECT = ctypes.POINTER(RECT)
/third_party/glfw/src/
H A Dwin32_window.c190 static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) in applyAspectRatio()
192 RECT frame = {0}; in applyAspectRatio()
248 RECT clipRect; in captureCursor()
325 RECT area; in cursorInContentArea()
345 RECT rect; in updateWindowStyles()
486 RECT rect; in maximizeWindowManually()
1088 applyAspectRatio(window, (int) wParam, (RECT*) lParam); in windowProc()
1094 RECT frame = {0}; in windowProc()
1181 RECT source = {0}, target = {0}; in windowProc()
1212 RECT* suggeste in windowProc()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp151 RECT rect; in getWidth()
161 RECT rect; in getHeight()
/third_party/skia/tools/sk_app/win/
H A DRasterWindowContext_win.cpp42 RECT rect; in RasterWindowContext_win()
49 RECT rect; in setDisplayParams()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Window.cpp113 RECT rc; in setSize()
137 RECT rc; in getSize()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferGDI.cpp51 RECT clientRect; in ~FrameBufferGDI()
52 RECT windowRect; in ~FrameBufferGDI()

Completed in 21 milliseconds

12345