Home | History | Annotate | Download | only in controls

Lines Matching refs:frames_

23       frames_(NULL),
58 frames_ = frames;
59 DCHECK(frames_->width() > 0 && frames_->height() > 0);
60 DCHECK(frames_->width() % frames_->height() == 0);
61 frame_count_ = frames_->width() / frames_->height();
72 return gfx::Size(frames_->height(), frames_->height());
83 int image_size = frames_->height();
85 canvas->DrawImageInt(*frames_,