Searched refs:bottom_left_ (Results 1 – 2 of 2) sorted by relevance
22 SkBitmap* BubbleBorder::bottom_left_ = NULL; member in BubbleBorder176 bottom_left_ = rb.GetBitmapNamed(IDR_BUBBLE_BL); in InitClass()187 std::max(bottom_left_->width(), bottom_right_->width())); in InitClass()191 std::max(bottom_left_->height(), bottom_right_->height())); in InitClass()210 const int bl_width = bottom_left_->width(); in Paint()211 const int bl_height = bottom_left_->height(); in Paint()348 canvas->DrawBitmapInt(*bottom_left_, left, bottom - bl_height); in Paint()
139 static SkBitmap* bottom_left_; variable