HomeSort by relevance Sort by last modified time
    Searched defs:NineBox (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 11 // A NineBox manages a set of source images representing a 3x3 grid, where
22 class NineBox {
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|.
49 // Set the shape of |widget| to match that of the ninebox. Note that |widget|
nine_box.cc 51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center,
66 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin,
99 NineBox::~NineBox() {
107 void NineBox::RenderToWidget(GtkWidget* dst) const {
111 void NineBox::RenderToWidgetWithOpacity(GtkWidget* dst, double opacity) const {
116 // rendering of the ninebox.
166 void NineBox::RenderTopCenterStrip(cairo_t* cr, int x, int y
    [all...]

Completed in 52 milliseconds