Searched refs:top_left_ (Results 1 – 2 of 2) sorted by relevance
16 SkBitmap* BubbleBorder::top_left_ = NULL; member in BubbleBorder170 top_left_ = rb.GetBitmapNamed(IDR_BUBBLE_TL); 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()200 const int tl_width = top_left_->width(); in Paint()201 const int tl_height = top_left_->height(); in Paint()261 canvas->DrawBitmapInt(*top_left_, left, top); in Paint()
133 static SkBitmap* top_left_; variable