Home | History | Annotate | Download | only in frame

Lines Matching refs:top_center

635     gfx::ImageSkia* top_center = tp->GetImageSkiaNamed(IDR_APP_TOP_CENTER);
636 int edge_height = top_center->height() - kClientEdgeThickness;
637 canvas->TileImageInt(*top_center, 0,
778 gfx::ImageSkia* top_center = tp->GetImageSkiaNamed(IDR_APP_TOP_CENTER);
780 int top_edge_y = client_area_top - top_center->height();
786 canvas->TileImageInt(*top_center, 0, 0, client_area_bounds.x(), top_edge_y,
787 client_area_bounds.width(), std::min(height, top_center->height()));