Searched refs:window_mask (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/ui/views/window/
H A Dwindow_shape.cc12 void GetDefaultWindowMask(const gfx::Size &size, gfx::Path *window_mask) { argument
14 window_mask->moveTo(0, 3);
15 window_mask->lineTo(1, 2);
16 window_mask->lineTo(1, 1);
17 window_mask->lineTo(2, 1);
18 window_mask->lineTo(3, 0);
20 window_mask->lineTo(SkIntToScalar(size.width() - 3), 0);
21 window_mask->lineTo(SkIntToScalar(size.width() - 2), 1);
22 window_mask->lineTo(SkIntToScalar(size.width() - 1), 1);
23 window_mask
[all...]
H A Dwindow_shape.h20 gfx::Path* window_mask);
H A Dnon_client_view.h78 gfx::Path* window_mask) = 0;
183 void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask);
H A Dnative_frame_view.cc57 gfx::Path* window_mask) {
56 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
H A Dnative_frame_view.h27 gfx::Path* window_mask) OVERRIDE;
H A Dcustom_frame_view.h47 gfx::Path* window_mask) OVERRIDE;
H A Dnon_client_view.cc102 gfx::Path* window_mask) {
103 frame_view_->GetWindowMask(size, window_mask);
101 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc356 gfx::Path window_mask; local
357 GetWindowMask(size(), &window_mask); local
358 base::win::ScopedRegion new_region(gfx::CreateHRGNFromSkPath(window_mask));
441 gfx::Path* window_mask) {
446 window_mask->moveTo(0, 3);
447 window_mask->lineTo(1, 2);
448 window_mask->lineTo(1, 1);
449 window_mask->lineTo(2, 1);
450 window_mask->lineTo(3, 0);
451 window_mask
440 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
[all...]
H A Dpanel_frame_view.h64 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.h30 gfx::Path* window_mask) OVERRIDE;
H A Dmessage_center_frame_view.cc54 gfx::Path* window_mask) {
53 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc101 gfx::Path* window_mask) OVERRIDE {
105 window_mask->moveTo(0, 0);
106 window_mask->lineTo(0, bottom);
107 window_mask->lineTo(right, bottom);
108 window_mask->lineTo(right, 10);
109 window_mask->lineTo(right - 10, 10);
110 window_mask->lineTo(right - 10, 0);
111 window_mask->close();
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.h49 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.h38 gfx::Path* window_mask) OVERRIDE;
H A Dactivity_frame_view.cc94 gfx::Path* window_mask) {
93 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/athena/main/
H A Dathena_frame_view.h32 gfx::Path* window_mask) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.h33 gfx::Path* window_mask) OVERRIDE;
H A Dglass_app_window_frame_view_win.cc103 gfx::Path* window_mask) {
102 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.h76 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.h50 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h37 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
H A Dbrowser_non_client_frame_view_ash.h54 gfx::Path* window_mask) OVERRIDE;
H A Dopaque_browser_frame_view.h55 virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.h45 gfx::Path* window_mask) OVERRIDE;
H A Dbubble_frame_view.cc126 gfx::Path* window_mask) {
145 window_mask->addRoundRect(rect, kCornerRadius, kCornerRadius);
149 window_mask->addRect(rect);
125 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument

Completed in 345 milliseconds

12