Home | History | Annotate | Download | only in themes

Lines Matching full:overlay

922       // If there is no theme overlay, don't tint the default frame,
982 // If they've provided a custom image, overlay it.
985 SkBitmap* overlay = overlay_it->second;
987 for (int x = 0; x < bg_tab->width(); x += overlay->width())
988 canvas.drawBitmap(*overlay, static_cast<SkScalar>(x), 0, NULL);