Searched defs:toolbar_left_mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc368 SkBitmap* toolbar_left_mask = local
380 canvas->DrawBitmapInt(*toolbar_left_mask, left_x, y, paint);
H A Dopaque_browser_frame_view.cc807 SkBitmap* toolbar_left_mask = local
820 canvas->DrawBitmapInt(*toolbar_left_mask, 0, 0, toolbar_left_mask->width(),
821 split_point, left_x, y, toolbar_left_mask->width(),
823 canvas->DrawBitmapInt(*toolbar_left_mask, 0,
824 toolbar_left_mask->height() - bottom_edge_height,
825 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y,
826 toolbar_left_mask->width(), bottom_edge_height, false, paint);

Completed in 24 milliseconds