HomeSort by relevance Sort by last modified time
    Searched refs:crossfade_image_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.h 85 gfx::ImageSkia crossfade_image_; member in class:ash::FrameCaptionButton
frame_caption_button.cc 45 crossfade_image_ = gfx::ImageSkia(canvas.ExtractImageRep());
76 if (crossfade_alpha > 0 && !crossfade_image_.isNull()) {
81 composed_canvas.DrawImageInt(crossfade_image_, 0, 0, paint);

Completed in 650 milliseconds