HomeSort by relevance Sort by last modified time
    Searched refs:RECT (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 24 class RECT(Structure):
404 proto = CFUNCTYPE(c_int, RECT, POINT)
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 165 RECT rc;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 89 RECT DesktopCoordinates;
435 [in, optional] RECT *a
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 81 RECT rect; local
160 rect.left = 0;
161 rect.top = 0;
162 rect.right = rect.left + iWidth;
163 rect.bottom = rect.top + iHeight;
175 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle);
183 rect.right - rect.left, /* width *
    [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 206 void CImage::DrawToHDC( HDC hDCDst, RECT* pDstRect )
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 378 RECT* bbox)
425 static bool glyph_check_and_set_bounds(SkGlyph* glyph, const RECT& bbox) {
444 RECT bbox;
452 // GetAlphaTextureBounds succeeds but returns an empty RECT if there are no
668 RECT bbox;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commdlg.h 712 RECT rtMinMargin;
713 RECT rtMargin;
729 RECT rtMinMargin;
730 RECT rtMargin;
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 303 RECT* pRect = (RECT*)(pData->Buffer + pData->rdh.nRgnSize * i);
  /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/views/
SkWindow.cpp 126 RECT rect; local
127 GetWindowRect((HWND)((SkOSWindow*)this)->getHWND(), &rect);
128 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch;
250 this->onHandleInval(iter.rect());
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 291 RECT rect; local
304 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect));
308 const int width = rect.right - rect.left;
309 const int height = rect.bottom - rect.top;
323 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2);
330 TCU_CHECK(BitBlt(tmpDC, 0, 0, width, height, screenDC, rect.left, rect.top, SRCCOPY))
    [all...]

Completed in 914 milliseconds

1 23 4 5 6