Searched defs:NineBox (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.h11 // A NineBox manages a set of source images representing a 3x3 grid, where
22 class NineBox { class
24 // Construct a NineBox with nine images. Images are specified using resource
26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
29 // Construct a NineBox from a single image and insets indicating the sizes
31 NineBox(int image, int top_margin, int bottom_margin, int left_margin,
33 ~NineBox();
35 // Render the NineBox to |dst|.
H A Dnine_box.cc51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center, function in class:NineBox
66 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin, function in class:NineBox
99 NineBox::~NineBox() {
107 void NineBox::RenderToWidget(GtkWidget* dst) const {
111 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const {
166 void NineBox::RenderTopCenterStrip(cairo_t* cr, int x, int y,
172 void NineBox
[all...]

Completed in 66 milliseconds