OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_right_corner
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/
constrained_window_views.cc
431
SkBitmap*
top_right_corner
=
local
467
width() -
top_right_corner
->width(), top_edge->height());
468
canvas->DrawBitmapInt(*
top_right_corner
,
469
width() -
top_right_corner
->width(), 0);
473
top_right_corner
->height(), right_edge->width(),
474
height() -
top_right_corner
->height() - bottom_right_corner->height());
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
323
SkBitmap*
top_right_corner
=
local
366
width() -
top_right_corner
->width(), top_edge->height());
367
canvas->DrawBitmapInt(*
top_right_corner
,
368
width() -
top_right_corner
->width(), 0);
372
top_right_corner
->height(), right_edge->width(),
373
height() -
top_right_corner
->height() - bottom_right_corner->height());
opaque_browser_frame_view.cc
557
SkBitmap*
top_right_corner
=
local
638
width() -
top_right_corner
->width(), top_edge->height());
639
int top_right_height = std::min(
top_right_corner
->height(),
641
canvas->DrawBitmapInt(*
top_right_corner
, 0, 0,
top_right_corner
->width(),
642
top_right_height, width() -
top_right_corner
->width(), 0,
643
top_right_corner
->width(), top_right_height, false);
[
all
...]
Completed in 3671 milliseconds