Home | History | Annotate | Download | only in gtk

Lines Matching full:images

11 // A NineBox manages a set of source images representing a 3x3 grid, where
12 // non-corner images can be tiled to make a larger image. It's used to
16 // in width, only pass in images for the left column (leave others NULL).
18 // height, only pass in images for the top row.
24 // Construct a NineBox with nine images. Images are specified using resource
36 // The images will be tiled to fit into the widget.
42 // Render the top row of images to |dst| between |x1| and |x1| + |width|.
51 // three images are used.
52 // TODO(estade): extend this function to use all 9 images (if it's ever