Searched defs:window_mask (Results 1 - 16 of 16) sorted by relevance

/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 Dnative_frame_view.cc57 gfx::Path* window_mask) {
56 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
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
H A Dcustom_frame_view.cc176 gfx::Path* window_mask) {
177 DCHECK(window_mask);
181 GetDefaultWindowMask(size, window_mask);
175 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/chrome/browser/ui/views/message_center/
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/chrome/browser/ui/views/apps/
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.cc228 gfx::Path* window_mask) {
227 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.cc94 gfx::Path* window_mask) {
93 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/ui/views/bubble/
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
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc483 gfx::Path* window_mask) {
482 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc267 gfx::Path* window_mask) {
266 GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) argument
H A Dopaque_browser_frame_view.cc263 gfx::Path* window_mask) {
264 DCHECK(window_mask);
269 views::GetDefaultWindowMask(size, window_mask);
262 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...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc1470 gfx::Path window_mask; local
1475 widget->non_client_view()->GetWindowMask(bounds_.size(), &window_mask);
1476 if (window_mask.countPoints() > 0) {
1477 window_shape_ = gfx::CreateRegionFromSkPath(window_mask);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc644 gfx::Path window_mask; local
645 window_mask.addRoundRect(gfx::RectToSkRect(rect),
647 canvas->ClipPath(window_mask, false);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1149 gfx::Path window_mask; local
1152 &window_mask); local
1153 new_region = gfx::CreateHRGNFromSkPath(window_mask);

Completed in 5803 milliseconds