Home | History | Annotate | Download | only in themes

Lines Matching full:images

28 // The idea is to pre-process all images (tinting, compositing, etc) at theme
90 // Cached images. We cache all retrieved and generated bitmaps and keep
137 // true if all images loaded.
141 // Creates tinted and composited frame images. Source and destination is
145 // Generates button images tinted with |button_tint| and places them in
150 // Generates the semi-transparent tab background images, putting the results
154 // Takes all the SkBitmaps in |images|, encodes them as PNGs and places
156 void RepackImages(const ImageCache& images,
159 // Takes all images in |source| and puts them in |destination|, freeing any
164 // Changes the RefCountedMemory based |images| into StringPiece data in |out|.
165 void AddRawImagesTo(const RawImages& images, RawDataForWriting* out) const;
210 // A list of included source images. A pointer to a -1 terminated array of
221 // An immutable cache of images generated in BuildFromExtension(). When this
223 // empty. We separate the images from the images loaded from disk so that
228 // Loaded images. These are loaded from |image_memory_| or the |data_pack_|.