OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_left_corner
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/
constrained_window_views.cc
436
SkBitmap*
bottom_left_corner
=
local
480
canvas->TileImageInt(*bottom_edge,
bottom_left_corner
->width(),
482
width() -
bottom_left_corner
->width() - bottom_right_corner->width(),
484
canvas->DrawBitmapInt(*
bottom_left_corner
, 0,
485
height() -
bottom_left_corner
->height());
490
height() - top_left_corner->height() -
bottom_left_corner
->height());
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
328
SkBitmap*
bottom_left_corner
=
local
379
canvas->TileImageInt(*bottom_edge,
bottom_left_corner
->width(),
381
width() -
bottom_left_corner
->width() - bottom_right_corner->width(),
383
canvas->DrawBitmapInt(*
bottom_left_corner
, 0,
384
height() -
bottom_left_corner
->height());
389
height() - top_left_corner->height() -
bottom_left_corner
->height());
opaque_browser_frame_view.cc
562
SkBitmap*
bottom_left_corner
=
local
634
height() -
bottom_left_corner
->height());
658
canvas->TileImageInt(*bottom_edge,
bottom_left_corner
->width(),
660
width() -
bottom_left_corner
->width() - bottom_right_corner->width(),
662
canvas->DrawBitmapInt(*
bottom_left_corner
, 0,
663
height() -
bottom_left_corner
->height());
667
height() - top_left_height -
bottom_left_corner
->height());
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
322
gfx::ImageSkia*
bottom_left_corner
=
local
380
canvas->TileImageInt(*bottom_edge,
bottom_left_corner
->width(),
382
width() -
bottom_left_corner
->width() - bottom_right_corner->width(),
384
canvas->DrawImageInt(*
bottom_left_corner
, 0,
385
height() -
bottom_left_corner
->height());
390
height() - top_left_corner->height() -
bottom_left_corner
->height());
Completed in 175 milliseconds