HomeSort by relevance Sort by last modified time
    Searched refs:RECT (Results 151 - 175 of 256) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9core.h 144 RECT *blackbox, POINT *cellinc) PURE;
152 INT count, RECT *rect, DWORD format, D3DCOLOR color) PURE;
154 INT count, RECT *rect, DWORD format, D3DCOLOR color) PURE;
428 STDMETHOD(Draw)(THIS_ struct IDirect3DTexture9 *texture, const RECT *rect,
d3d9.h 402 STDMETHOD(Present)(THIS_ CONST RECT* pSourceRect, CONST RECT* pDestRect, HWND hDestWindowOverride, CONST RGNDATA* pDirtyRegion, DWORD dwFlags) PURE;
    [all...]
amvideo.h     [all...]
amstream.idl 209 [out] RECT * pRect);
wtypes.h 181 } RECT;
184 typedef const RECT *LPCRECT;
tmschema.h 32 TM_ENUM(0,BT,RECT)
134 TM_PROP(209,TMT,RECT,RECT)
357 TM_PROP(5002,TMT,DEFAULTPANESIZE,RECT)
wingdi.h     [all...]
commoncontrols.h 75 virtual HRESULT WINAPI GetImageRect(int i,RECT *prc) = 0;
111 HRESULT (WINAPI *GetImageRect)(IImageList *This,int i,RECT *prc);
192 HRESULT WINAPI IImageList_GetImageRect_Proxy(IImageList *This,int i,RECT *prc);
dxva2api.h 346 RECT TargetRect;
384 RECT SrcRect;
385 RECT DstRect;
ocmm.h 342 virtual HRESULT WINAPI OnProgress(RECT *pBounds,WINBOOL bComplete) = 0;
355 HRESULT (WINAPI *OnProgress)(IImageDecodeEventSink *This,RECT *pBounds,WINBOOL bComplete);
383 HRESULT WINAPI IImageDecodeEventSink_OnProgress_Proxy(IImageDecodeEventSink *This,RECT *pBounds,WINBOOL bComplete);
richedit.h 664 RECT rc;
665 RECT rcPage;
834 RECT rc;
d3d8.h 257 STDMETHOD(Present)(THIS_ CONST RECT * pSourceRect, CONST RECT * pDestRect, HWND hDestWindowOverride,CONST RGNDATA * pDirtyRegion) PURE;
297 STDMETHOD(LockRect)(THIS_ D3DLOCKED_RECT * pLockedRect, CONST RECT * pRect,DWORD Flags) PURE;
    [all...]
ksmedia.h     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 315 RECT* pRect = (RECT*)(pData->Buffer + pData->rdh.nRgnSize * i);
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 20 #include "ui/gfx/geometry/rect.h"
82 void LegacyRenderWidgetHostHWND::SetBounds(const gfx::Rect& bounds) {
83 gfx::Rect bounds_in_pixel = gfx::win::DIPToScreenRect(bounds);
100 RECT rect = {0}; local
101 Base::Create(parent, rect, L"Chrome Legacy Window",
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 21 #include "ui/gfx/rect.h"
86 virtual void UpdateGeometry(const gfx::Rect& window_rect,
87 const gfx::Rect& clip_rect) OVERRIDE;
88 virtual void Paint(SkCanvas* canvas, const gfx::Rect& rect) OVERRIDE;
133 gfx::Rect GetRect() const { return window_rect_; }
134 gfx::Rect GetClipRect() const { return clip_rect_; }
157 bool GetIMEStatus(int* input_type, gfx::Rect* caret_rect);
163 void UpdateGeometryAndContext(const gfx::Rect& window_rect,
164 const gfx::Rect& clip_rect
    [all...]
webplugin_delegate_impl_win.cc 457 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
461 WindowlessPaint(hdc, rect);
758 const gfx::Rect& window_rect_in_dip,
759 const gfx::Rect& clip_rect_in_dip) {
765 gfx::Rect window_rect = gfx::win::DIPToScreenRect(window_rect_in_dip);
766 gfx::Rect clip_rect = gfx::win::DIPToScreenRect(clip_rect_in_dip);
960 RECT rect = invalid_rect.ToRECT(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 83 RECT rect; local
86 GetClientRect(gsurf->hWnd, &rect);
87 w = rect.right - rect.left;
88 h = rect.bottom - rect.top;
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 171 RECT rect = {0}; local
172 ::GetWindowRect(globals.view->core_window_hwnd() , &rect);
173 int cx = rect.right - rect.left;
174 int cy = rect.bottom - rect.top;
177 rect.left, rect.top, cx, cy,
787 RECT osk_rect = {0}
    [all...]
metro_driver_win7.cc 27 HWND CreateMetroTopLevelWindow(const RECT& work_area) {
274 virtual HRESULT STDMETHODCALLTYPE get_ContactRect(winfoundtn::Rect* rect) {
278 virtual HRESULT STDMETHODCALLTYPE get_ContactRectRaw(winfoundtn::Rect* rect) {
345 winfoundtn::Rect* rect) {
349 virtual HRESULT STDMETHODCALLTYPE get_ScreenRect(winfoundtn::Rect* rect) {
558 RECT work_area = {0}
586 RECT rect; local
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 276 RECT rect; local
289 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect));
293 const int width = rect.right - rect.left;
294 const int height = rect.bottom - rect.top;
308 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2);
315 TCU_CHECK(BitBlt(tmpDC, 0, 0, width, height, screenDC, rect.left, rect.top, SRCCOPY))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 83 RECT rect; local
86 GetClientRect(gsurf->hWnd, &rect);
87 w = rect.right - rect.left;
88 h = rect.bottom - rect.top;
  /external/opencv/cv/include/
cv.hpp 349 enum { RECT=0, CROSS=1, ELLIPSE=2, CUSTOM=100, BINARY = 0, GRAYSCALE=256 };
  /external/skia/src/utils/win/
SkWGL_win.cpp 149 RECT windowRect;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 62 /* This is the rect EnumModes2 uses */
975 struct DX5EnumRect *rect; local
1298 struct DX5EnumRect *rect; local
1908 RECT rect; local
    [all...]

Completed in 761 milliseconds

1 2 3 4 5 67 8 91011