Lines Matching defs:set

62   const MBBImageSet* set = &normal_set_;
64 set = &hot_set_;
66 set = &pushed_set_;
69 canvas->DrawBitmapInt(*set->top_left, 0, 0);
73 canvas->DrawBitmapInt(*set->top, 0, 0, set->top->width(), set->top->height(),
74 set->top_left->width(), 0,
75 bounds.width() - set->top_right->width() - set->top_left->width(),
76 set->top->height(), false);
79 canvas->DrawBitmapInt(*set->top_right,
80 bounds.width() - set->top_right->width(), 0);
83 canvas->DrawBitmapInt(*set->left, 0, 0, set->left->width(),
84 set->left->height(), 0, set->top_left->height(), set->top_left->width(),
85 bounds.height() - set->top->height() - set->bottom_left->height(), false);
88 canvas->DrawBitmapInt(*set->center, 0, 0, set->center->width(),
89 set->center->height(), set->left->width(), set->top->height(),
90 bounds.width() - set->right->width() - set->left->width(),
91 bounds.height() - set->bottom->height() - set->top->height(), false);
94 canvas->DrawBitmapInt(*set->right, 0, 0, set->right->width(),
95 set->right->height(), bounds.width() - set->right->width(),
96 set->top_right->height(), set->right->width(),
97 bounds.height() - set->bottom_right->height() - set->top_right->height(),
101 canvas->DrawBitmapInt(*set->bottom_left, 0,
102 bounds.height() - set->bottom_left->height());
105 canvas->DrawBitmapInt(*set->bottom, 0, 0, set->bottom->width(),
106 set->bottom->height(), set->bottom_left->width(),
107 bounds.height() - set->bottom->height(),
108 bounds.width() - set->bottom_right->width() - set->bottom_left->width(),
109 set->bottom->height(), false);
112 canvas->DrawBitmapInt(*set->bottom_right,
113 bounds.width() - set->bottom_right->width(),
114 bounds.height() - set->bottom_right->height());