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

1 2 3 4 56 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 171 Effect *effect, RECT *ROI,
172 RECT *outputRect, Bitmap **output);
208 Bitmap* Clone(const RectF& rect, PixelFormat format) const;
209 Bitmap* Clone(const Rect& rect, PixelFormat format) const;
215 Status ApplyEffect(Effect *effect, RECT *ROI);
227 Status LockBits(const Rect *rect, UINT flags, PixelFormat format,
495 Region(const RectF& rect);
496 Region(const Rect& rect)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imm.h 30 RECT rcArea;
37 RECT rcArea;
129 RECT rcDocument;
penwin.h     [all...]
textstor.h 524 RECT *prc,
529 RECT *prc) = 0;
717 RECT *prc,
723 RECT *prc);
850 static FORCEINLINE HRESULT ITextStoreACP_GetTextExt(ITextStoreACP* This,TsViewCookie vcView,LONG acpStart,LONG acpEnd,RECT *prc,WINBOOL *pfClipped) {
853 static FORCEINLINE HRESULT ITextStoreACP_GetScreenExt(ITextStoreACP* This,TsViewCookie vcView,RECT *prc) {
    [all...]
usp10.h 100 HRESULT WINAPI ScriptTextOut(const HDC hdc,SCRIPT_CACHE *psc,int x,int y,UINT fuOptions,const RECT *lprc,const SCRIPT_ANALYSIS *psa,const WCHAR *pwcReserved,int iReserved,const WORD *pwGlyphs,int cGlyphs,const int *piAdvance,const int *piJustify,const GOFFSET *pGoffset);
197 HRESULT WINAPI ScriptStringOut(SCRIPT_STRING_ANALYSIS ssa,int iX,int iY,UINT uOptions,const RECT *prc,int iMinSel,int iMaxSel,WINBOOL fDisabled);
commdlg.h 712 RECT rtMinMargin;
713 RECT rtMargin;
729 RECT rtMinMargin;
730 RECT rtMargin;
  /external/chromium_org/remoting/host/win/
rdp_client_window.cc 133 RECT rect = { 0, 0, screen_size_.width(), screen_size_.height() }; local
134 bool result = Create(NULL, rect, NULL) != NULL;
247 RECT rect = { 0, 0, screen_size_.width(), screen_size_.height() }; local
248 activex_window.Create(m_hWnd, rect, NULL, WS_CHILD | WS_VISIBLE | WS_BORDER);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 118 RECT client_rect;
119 RECT window_rect;
577 data.rect = fb->client_rect;
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/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 118 RECT client_rect;
119 RECT window_rect;
577 data.rect = fb->client_rect;
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 24 class RECT(Structure):
404 proto = CFUNCTYPE(c_int, RECT, POINT)
  /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/chromium_org/chrome/browser/apps/
app_window_interactive_uitest.cc 368 gfx::Rect window_bounds;
374 RECT rect; local
375 ::GetWindowRect(hwnd, &rect);
376 window_bounds = gfx::Rect(
377 rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top)
    [all...]
  /external/chromium_org/printing/
pdf_metafile_skia.cc 22 #include "ui/gfx/rect.h"
55 const gfx::Size& page_size, const gfx::Rect& content_area,
78 const gfx::Rect& content_area,
131 gfx::Rect PdfMetafileSkia::GetPageBounds(unsigned int page_number) const {
135 return gfx::Rect();
151 const RECT* rect) const {
171 const CGRect rect,
178 return data_->pdf_cg_.RenderPage(page_number, context, rect, params);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 89 RECT DesktopCoordinates;
435 [in, optional] RECT *a
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 406 RECT* bbox)
453 static bool glyph_check_and_set_bounds(SkGlyph* glyph, const RECT& bbox) {
472 RECT bbox;
480 // GetAlphaTextureBounds succeeds but returns an empty RECT if there are no
707 RECT bbox;
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 123 RECT rect; local
124 GetWindowRect((HWND)((SkOSWindow*)this)->getHWND(), &rect);
125 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch;
247 this->onHandleInval(iter.rect());
  /external/chromium_org/ui/base/win/
open_file_name_win.cc 31 RECT dialog_rect;
46 // client rect position of the browser window.
  /external/chromium_org/ui/gfx/
screen_win.cc 29 gfx::Rect bounds = gfx::Rect(monitor_info.rcMonitor);
31 display.set_work_area(gfx::Rect(monitor_info.rcWork));
64 LPRECT rect,
154 gfx::Display ScreenWin::GetDisplayMatching(const gfx::Rect& match_rect) const {
155 RECT other_bounds_rect = match_rect.ToRECT();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 89 RECT DesktopCoordinates;
435 [in, optional] RECT *a
  /external/opencv/otherlibs/highgui/
image.cpp 206 void CImage::DrawToHDC( HDC hDCDst, RECT* pDstRect )
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c 254 RECT srcrect, dstrect;
  /external/skia/src/views/
SkWindow.cpp 122 RECT rect; local
123 GetWindowRect((HWND)((SkOSWindow*)this)->getHWND(), &rect);
124 buffer += rect.top * gDisplayProps.cbyPitch + rect.left * gDisplayProps.cbxPitch;
245 this->onHandleInval(iter.rect());

Completed in 1255 milliseconds

1 2 3 4 56 7 8 91011