Lines Matching defs:Image
30 * An in-memory image, loaded from disk, with pixels in RGBA_8888 format.
32 class Image {
34 explicit Image() = default;
43 * The width of the image in RGBA_8888 pixels. This is int32_t because of
50 * The height of the image in RGBA_8888 pixels. This is int32_t because of
57 * Buffer to the raw image data stored sequentially.
63 DISALLOW_COPY_AND_ASSIGN(Image);
111 * Contains 9-patch data from a source image. All measurements exclude the 1px
113 * source 9-patch image.
143 * Outline of the image, calculated based on opacity.
159 * Horizontal regions of the image that are stretchable.
166 * Vertical regions of the image that are stretchable.