Lines Matching refs:image

22   // Create an image that is a blend of two others. The alpha argument
23 // specifies the opacity of the second imag. The provided image must
29 // Creates an image that is the original image with opacity set to |alpha|.
30 static ImageSkia CreateTransparentImage(const ImageSkia& image, double alpha);
32 // Creates new image by painting first and second image respectively.
33 // The second image is centered in respect to the first image.
37 // Create an image that is the original image masked out by the mask defined
38 // in the alpha image. The images must use the kARGB_8888_Config config and
43 // Create an image that is cropped from another image. This is special
44 // because it tiles the original image, so your coordinates can extend
45 // outside the bounds of the original image.
46 static ImageSkia CreateTiledImage(const ImageSkia& image,
50 // Shift an image's HSL values. The shift values are in the range of 0-1,
53 // hsl_shift[0] (hue): The absolute hue value for the image - 0 and 1 map
55 // hsl_shift[1] (saturation): A saturation shift for the image, with the
59 // 1 = fully saturate the image.
60 // hsl_shift[2] (lightness): A lightness shift for the image, with the
65 static ImageSkia CreateHSLShiftedImage(const gfx::ImageSkia& image,
68 // Creates a button background image by compositing the color and image
71 // tiling |image| over the top, and then masking the result out with |mask|.
74 const gfx::ImageSkia& image,
77 // Returns an image which is a subset of |image| with bounds |subset_bounds|.
78 // The |image| cannot use kA1_Config config.
79 static ImageSkia ExtractSubset(const gfx::ImageSkia& image,
82 // Creates an image by resizing |source| to given |target_dip_size|.
87 // Creates an image with drop shadow defined in |shadows| for |source|.
91 // Creates an image which is a rotation of the |source|. |rotation| is the