Searched refs:GetPartBitmap (Results 1 – 1 of 1) sorted by relevance
87 virtual SkBitmap* GetPartBitmap(views::FramePartBitmap part_id) const { in GetPartBitmap() function in XPWindowResources117 virtual SkBitmap* GetPartBitmap(views::FramePartBitmap part_id) const { in GetPartBitmap() function in VistaWindowResources430 SkBitmap* top_left_corner = resources_->GetPartBitmap(FRAME_TOP_LEFT_CORNER); in PaintFrameBorder()432 resources_->GetPartBitmap(FRAME_TOP_RIGHT_CORNER); in PaintFrameBorder()433 SkBitmap* top_edge = resources_->GetPartBitmap(FRAME_TOP_EDGE); in PaintFrameBorder()434 SkBitmap* right_edge = resources_->GetPartBitmap(FRAME_RIGHT_EDGE); in PaintFrameBorder()435 SkBitmap* left_edge = resources_->GetPartBitmap(FRAME_LEFT_EDGE); in PaintFrameBorder()437 resources_->GetPartBitmap(FRAME_BOTTOM_LEFT_CORNER); in PaintFrameBorder()439 resources_->GetPartBitmap(FRAME_BOTTOM_RIGHT_CORNER); in PaintFrameBorder()440 SkBitmap* bottom_edge = resources_->GetPartBitmap(FRAME_BOTTOM_EDGE); in PaintFrameBorder()