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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/skia/ext/
skia_utils_win.h 16 typedef struct tagRECT RECT;
23 // Converts a Windows RECT to a Skia rect.
24 SkRect RECTToSkRect(const RECT& rect);
26 // Converts a Windows RECT to a Skia rect.
29 inline const SkIRect& RECTToSkIRect(const RECT& rect) {
30 return reinterpret_cast<const SkIRect&>(rect);
    [all...]
skia_utils_win.cc 16 SK_COMPILE_ASSERT(offsetof(RECT, left) == offsetof(SkIRect, fLeft), o1);
17 SK_COMPILE_ASSERT(offsetof(RECT, top) == offsetof(SkIRect, fTop), o2);
18 SK_COMPILE_ASSERT(offsetof(RECT, right) == offsetof(SkIRect, fRight), o3);
19 SK_COMPILE_ASSERT(offsetof(RECT, bottom) == offsetof(SkIRect, fBottom), o4);
20 SK_COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5);
21 SK_COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6);
22 SK_COMPILE_ASSERT(sizeof(RECT().right) == sizeof(SkIRect().fRight), o7);
23 SK_COMPILE_ASSERT(sizeof(RECT().bottom) == sizeof(SkIRect().fBottom), o8);
24 SK_COMPILE_ASSERT(sizeof(RECT) == sizeof(SkIRect), o9);
37 SkRect RECTToSkRect(const RECT& rect)
    [all...]
vector_platform_device_skia.h 37 const RECT* src_rect) OVERRIDE;
  /external/chromium_org/win8/metro_driver/ime/
text_store_delegate.h 43 virtual RECT GetCaretBounds() = 0;
48 // |rect| in screen coordinates.
50 virtual bool GetCompositionCharacterBounds(uint32 index, RECT* rect) = 0;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Blit9.h 34 bool copy2D(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorage *storage, GLint level);
35 bool copyCube(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorage *storage, GLenum target, GLint level);
40 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
56 bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
57 IDirect3DTexture9 *copySurfaceToTexture(IDirect3DSurface9 *surface, const RECT &sourceRect);
58 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
60 RECT getSurfaceRect(IDirect3DSurface9 *surface) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvdmedia.h 27 RECT rcSource;
28 RECT rcTarget;
ddstream.idl 64 [in] const RECT *pRect,
83 [out] RECT * pRect);
86 [in] const RECT * pRect);
uxtheme.h 52 const RECT *prcExclude;
56 THEMEAPI_(HPAINTBUFFER) BeginBufferedPaint(HDC hdcTarget,const RECT *prcTarget,BP_BUFFERFORMAT dwFormat,BP_PAINTPARAMS *pPaintParams,HDC *phdc);
58 THEMEAPI_(HRESULT) GetBufferedPaintTargetRect(HPAINTBUFFER hBufferedPaint,RECT *prc);
62 THEMEAPI_(HRESULT) BufferedPaintClear(HPAINTBUFFER hBufferedPaint,const RECT *prc);
63 THEMEAPI_(HRESULT) BufferedPaintSetAlpha(HPAINTBUFFER hBufferedPaint,const RECT *prc,BYTE alpha);
80 THEMEAPI_(HANIMATIONBUFFER) BeginBufferedAnimation(HWND hwnd,HDC hdcTarget,const RECT *rcTarget,BP_BUFFERFORMAT dwFormat,BP_PAINTPARAMS *pPaintParams,BP_ANIMATIONPARAMS *pAnimationParams,HDC *phdcFrom,HDC *phdcTo);
121 THEMEAPI DrawThemeBackground(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,const RECT *pRect,const RECT *pClipRect);
125 THEMEAPI DrawThemeText(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,LPCWSTR pszText,int iCharCount,DWORD dwTextFlags,DWORD dwTextFlags2,const RECT *pRect);
169 THEMEAPI GetThemeBackgroundContentRect(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,const RECT *pBoundingRect,RECT *pContentRect)
    [all...]
amvideo.idl 183 RECT rcSource;
184 RECT rcTarget;
194 RECT rcSource;
195 RECT rcTarget;
223 RECT rcSource;
224 RECT rcTarget;
  /external/chromium_org/ui/views/widget/
monitor_win.cc 10 #include "ui/gfx/rect.h"
14 gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect) {
15 RECT p_rect = rect.ToRECT();
20 return gfx::Rect(mi.rcWork);
23 return gfx::Rect();
  /external/chromium_org/content/test/plugin/
plugin_window_size_test.cc 25 RECT window_rect = {0};
32 RECT client_rect = {0};
35 SetError("The client rect of the plugin window is empty. Test failed");
41 RECT window_rect_from_os;
  /external/opencv/otherlibs/highgui/
highgui.h 268 CV_INLINE RECT NormalizeRect( RECT r );
269 CV_INLINE RECT NormalizeRect( RECT r )
290 CV_INLINE CvRect RectToCvRect( RECT sr );
291 CV_INLINE CvRect RectToCvRect( RECT sr )
297 CV_INLINE RECT CvRectToRect( CvRect sr );
298 CV_INLINE RECT CvRectToRect( CvRect sr )
300 RECT dr;
309 CV_INLINE IplROI RectToROI( RECT r )
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 61 RECT unclipped,
62 RECT clipped,
66 typedef BOOL(WINAPI* MagSetWindowSourceFunc)(HWND hwnd, RECT rect);
80 RECT unclipped,
81 RECT clipped,
84 // Captures the screen within |rect| in the desktop coordinates. Returns true
90 bool CaptureImage(const DesktopRect& rect);
window_capture_utils.cc 19 RECT rect; local
20 if (!GetWindowRect(window, &rect)) {
30 rect.left, rect.top, rect.right, rect.bottom);
36 rect.left + border.width(),
37 rect.top,
38 rect.right - border.width()
    [all...]
  /external/chromium_org/ui/views/win/
fullscreen_handler.h 15 class Rect;
30 gfx::Rect GetRestoreBounds() const;
42 RECT window_rect;
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 84 RECT client_rect = {0};
97 RECT client_rect = {0};
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 70 * *window and *rect are the window and subrectangle
84 * However, the rect field should still be set as normal if possible (especially
99 [out] RECT* rect,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 70 * *window and *rect are the window and subrectangle
84 * However, the rect field should still be set as normal if possible (especially
99 [out] RECT* rect,
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 59 bool GetControlRect(HWND control, RECT* rect);
97 RECT rect = {0, 0, 0, 0}; local
101 if (!DrawText(dc, text.c_str(), -1, &rect, DT_CALCRECT | DT_SINGLELINE))
104 *width = rect.right;
212 RECT rect; local
213 GetClientRect(hwnd_, &rect);
217 RoundRect(hdc, rect.left, rect.top, rect.right - 1, rect.bottom - 1
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.h 101 RECT* rect,
113 const gfx::Rect& rect,
131 const gfx::Rect& rect,
140 const gfx::Rect& rect,
147 RECT* rect,
    [all...]
  /frameworks/native/include/private/ui/
RegionHelper.h 26 template<typename RECT>
30 typedef typename RECT::value_type TYPE;
50 RECT const* rects;
56 inline region(RECT const* r, size_t c)
58 inline region(RECT const* r, size_t c, TYPE dx, TYPE dy)
64 virtual void operator()(const RECT& rect) = 0;
75 RECT current;
201 RECT const * rects = reg.rects;
202 RECT const * const end = rects + count
    [all...]
  /external/chromium_org/ui/gfx/geometry/
rect.cc 5 #include "ui/gfx/geometry/rect.h"
20 template class RectBase<Rect, Point, Size, Insets, Vector2d, int>;
22 typedef class RectBase<Rect, Point, Size, Insets, Vector2d, int> RectBaseT;
25 Rect::Rect(const RECT& r)
31 Rect::Rect(const CGRect& r)
39 RECT Rect::ToRECT() const
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
Surface.cpp 18 RECT clip;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.h 89 * @sa GLCBPRESENTBUFFERSDATA::rect.
91 RECT client_rect;
  /external/icu/icu4c/source/samples/layout/
Surface.cpp 18 RECT clip;

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 91011