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

1 2 3 4 5 6 7 891011

  /external/chromium_org/ui/base/ime/
input_method_win.cc 160 const gfx::Rect dip_screen_bounds(GetTextInputClient()->GetCaretBounds());
161 const gfx::Rect screen_bounds = gfx::win::DIPToScreenRect(dip_screen_bounds);
166 RECT r = {};
170 gfx::Rect caret_rect(gfx::Point(window_point.x, window_point.y),
527 gfx::Rect dip_rect;
540 const gfx::Rect rect = gfx::win::DIPToScreenRect(dip_rect); local
542 char_positon->pt.x = rect.x();
543 char_positon->pt.y = rect.y();
544 char_positon->cLineHeight = rect.height()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 555 RECT *out_dirty_rect)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 592 RECT Rects[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiform.h 18 typedef const RECT *LPCRECT;
windowsx.h     [all...]
amstream.h     [all...]
shellapi.h 129 RECT rc;
vfw.h 391 #define ICDrawWindow(hic,prc) ICSendMessage(hic,ICM_DRAW_WINDOW,(DWORD_PTR)(LPVOID)(prc),sizeof(RECT))
719 RECT rcFrame;
797 RECT rcFrame;
818 RECT rcFrame;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 447 RECT r;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 75 RECT *rect,
81 rect->left = 0;
82 rect->top = 0;
83 rect->right = INT_MAX;
84 rect->bottom = INT_MAX;
1102 RECT rect; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 322 RECT { return_token_or_IDENTIFIER(require_ARB_fp && require_rect, TEX_RECT); }
  /external/chromium_org/ui/gfx/geometry/
rect_unittest.cc 9 #include "ui/gfx/geometry/rect.h"
42 Rect rect(value.rect_x, value.rect_y, value.rect_width, value.rect_height);
43 EXPECT_EQ(value.contained, rect.Contains(value.point_x, value.point_y));
49 int x1; // rect 1
53 int x2; // rect 2
71 Rect r1(tests[i].x1, tests[i].y1, tests[i].w1, tests[i].h1);
72 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
80 int x1; // rect 1
84 int x2; // rect
572 Rect rect; local
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 1385 RECT rect = {0}; local
1440 RECT rect = {0}; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 75 RECT *rect,
81 rect->left = 0;
82 rect->top = 0;
83 rect->right = INT_MAX;
84 rect->bottom = INT_MAX;
1102 RECT rect; local
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 322 RECT { return_token_or_IDENTIFIER(require_ARB_fp && require_rect, TEX_RECT); }
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp 961 RECT rect; local
2434 RECT rect; local
2446 RECT rect; local
2746 RECT rect; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 68 GpStatus WINGDIPAPI GdipBitmapApplyEffect(GpBitmap*,CGpEffect*,RECT*,BOOL,VOID**,INT*);
69 GpStatus WINGDIPAPI GdipBitmapCreateApplyEffect(GpBitmap**,INT,CGpEffect*,RECT*,RECT*,GpBitmap**,BOOL,VOID**,INT*);
256 GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Rect&,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
262 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPointI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Point&,GDIPCONST Rect&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
264 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRectI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Rect&,GDIPCONST Rect&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
266 GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPointsI(GpGraphics*,GDIPCONST GpMetafile*,GDIPCONST Point*,INT,GDIPCONST Rect&,Unit,EnumerateMetafileProc,VOID*,GDIPCONST GpImageAttributes*);
334 GpStatus WINGDIPAPI GdipAddPathStringI(GpPath*,GDIPCONST WCHAR*,INT,GDIPCONST GpFontFamily*,INT,REAL,GDIPCONST Rect*,GDIPCONST GpStringFormat*);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 584 return ::GetClipBox(m_hDC, (RECT*)pRect);
721 agg::rect_base<FX_FLOAT> rect(0.0f, 0.0f, (FX_FLOAT)(m_Width), (FX_FLOAT)(m_Height));
723 int np = agg::clip_liang_barsky<FX_FLOAT>(x1, y1, x2, y2, rect, x, y);
861 ::FillRect(m_hDC, (RECT*)pRect, hBrush);
873 FX_RECT rect = rectf.GetOutterRect(); local
874 IntersectClipRect(m_hDC, rect.left, rect.top, rect.right, rect.bottom);
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 637 RECT rect = {0}; local
638 rect.left = invalidRect->left;
639 rect.right = invalidRect->right;
640 rect.top = invalidRect->top;
641 rect.bottom = invalidRect->bottom;
642 ::InvalidateRect(plugin->window_handle(), &rect, false);
646 gfx::Rect rect(invalidRect->left,
650 plugin->webplugin()->InvalidateRect(rect);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 447 RECT rect; member in struct:_GLCBPRESENTBUFFERSDATA
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 22 #include "ui/gfx/geometry/rect.h"
219 RECT rect = draw_item_struct->rcItem; local
220 rect.top += kItemTopMargin;
222 rect.left += kItemLeftMargin + kIconWidth;
223 rect.right -= views::kItemLabelSpacing;
247 static_cast<int>(label.size()), &rect, format | DT_LEFT, NULL);
250 static_cast<int>(accel.size()), &rect,
295 gfx::Rect bounds(0, 0, config.check_width, config.check_height);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 447 RECT rect; member in struct:_GLCBPRESENTBUFFERSDATA
  /external/opencv/cvaux/include/
cvvidsurv.hpp 712 enum {RECT, ELLIPSE} shape;
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 498 RECT rect, cliprect; local
499 rect.left = start_x;
500 rect.top = start_y;
501 rect.right = start_x + size_x;
502 rect.bottom = start_y + size_y;
504 IntersectRect(&rect, &rect, &cliprect);
505 int width = rect.right - rect.left;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 162 std::vector<gfx::Rect> cutout_rects;
167 // the clip rect from the renderer, then remove the cutout rects from the
182 // Now get the cached clip rect and cutouts for this plugin window that came
202 std::vector<gfx::Rect> cutout_rects = i->second.cutout_rects;
204 gfx::Rect offset_cutout = params->cutout_rects[i];
308 results->rect = display.bounds();
497 const gfx::Rect& bounds_in_screen) {
551 gfx::Rect bounds;
640 InternalSetBounds(gfx::Rect(window_->bounds().origin(), size));
643 void RenderWidgetHostViewAura::SetBounds(const gfx::Rect& rect)
1533 const gfx::Rect rect = local
2474 gfx::Rect rect = window_->bounds(); local
    [all...]

Completed in 1781 milliseconds

1 2 3 4 5 6 7 891011