Lines Matching full:image
25 An image XObject.
30 // and settings used from the paint to canonicalize image objects.
33 /** Create a new Image XObject to represent the passed bitmap.
34 * @param bitmap The image to encode.
37 * @return The image XObject or NUll if there is nothing to draw for
46 /** Add a Soft Mask (alpha or shape channel) to the image. Refs mask.
47 * @param mask A gray scale image representing the mask.
69 /** Create a PDF image XObject. Entries for the image properties are
71 * @param stream The image stream. May be NULL. Otherwise, this
74 * @param bitmap The image. If a stream is not given, its color data
75 * will be used as the image. If a stream is given, this
77 * @param isAlpha Whether or not this is the alpha of an image.
87 * @param image The SkPDFImage to copy.