Searched refs:top_right_ (Results 1 – 3 of 3) sorted by relevance
18 SkBitmap* BubbleBorder::top_right_ = NULL; member in BubbleBorder172 top_right_ = rb.GetBitmapNamed(IDR_BUBBLE_TR); in InitClass()186 std::max(std::max(top_left_->width(), top_right_->width()), in InitClass()190 std::max(std::max(top_left_->height(), top_right_->height()), in InitClass()203 const int tr_width = top_right_->width(); in Paint()204 const int tr_height = top_right_->height(); in Paint()290 canvas->DrawBitmapInt(*top_right_, right - tr_width, top); in Paint()
135 static SkBitmap* top_right_; variable
138 top_right_(top_right), in RemoveButton()200 gfx::Point origin = top_right_; in UpdatePosition()210 gfx::Point top_right_; member in chromeos::RemoveButton