OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_right_corner
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/
constrained_window_views.cc
438
SkBitmap*
bottom_right_corner
=
local
474
height() - top_right_corner->height() -
bottom_right_corner
->height());
477
canvas->DrawBitmapInt(*
bottom_right_corner
,
478
width() -
bottom_right_corner
->width(),
479
height() -
bottom_right_corner
->height());
482
width() - bottom_left_corner->width() -
bottom_right_corner
->width(),
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
330
SkBitmap*
bottom_right_corner
=
local
373
height() - top_right_corner->height() -
bottom_right_corner
->height());
376
canvas->DrawBitmapInt(*
bottom_right_corner
,
377
width() -
bottom_right_corner
->width(),
378
height() -
bottom_right_corner
->height());
381
width() - bottom_left_corner->width() -
bottom_right_corner
->width(),
opaque_browser_frame_view.cc
564
SkBitmap*
bottom_right_corner
=
local
640
height() -
bottom_right_corner
->height());
652
height() - top_right_height -
bottom_right_corner
->height());
655
canvas->DrawBitmapInt(*
bottom_right_corner
,
656
width() -
bottom_right_corner
->width(),
657
height() -
bottom_right_corner
->height());
660
width() - bottom_left_corner->width() -
bottom_right_corner
->width(),
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
324
gfx::ImageSkia*
bottom_right_corner
=
local
374
height() - top_right_corner->height() -
bottom_right_corner
->height());
377
canvas->DrawImageInt(*
bottom_right_corner
,
378
width() -
bottom_right_corner
->width(),
379
height() -
bottom_right_corner
->height());
382
width() - bottom_left_corner->width() -
bottom_right_corner
->width(),
Completed in 676 milliseconds