/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_button_border.cc | 17 normal_set_.top_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_RIGHT_N); in InfoBarButtonBorder() 28 hot_set_.top_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_RIGHT_H); in InfoBarButtonBorder() 38 pushed_set_.top_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_RIGHT_P); in InfoBarButtonBorder() 75 bounds.width() - set->top_right->width() - set->top_left->width(), in Paint() 79 canvas->DrawBitmapInt(*set->top_right, in Paint() 80 bounds.width() - set->top_right->width(), 0); in Paint() 96 set->top_right->height(), set->right->width(), in Paint() 97 bounds.height() - set->bottom_right->height() - set->top_right->height(), in Paint()
|
D | infobar_button_border.h | 35 SkBitmap* top_right; member
|
/external/webp/src/dec/ |
D | frame.c | 457 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in VP8ReconstructBlock() local 461 top_right[0] = top_y[15] * 0x01010101u; in VP8ReconstructBlock() 463 memcpy(top_right, top_y + 16, sizeof(*top_right)); in VP8ReconstructBlock() 467 top_right[BPS] = top_right[2 * BPS] = top_right[3 * BPS] = top_right[0]; in VP8ReconstructBlock()
|
/external/chromium/chrome/browser/chromeos/views/ |
D | dropdown_button.cc | 32 hot_set_.top_right = rb.GetBitmapNamed(IDR_DROPDOWN_TOP_RIGHT_H); in DropDownButtonBorder() 42 pushed_set_.top_right = rb.GetBitmapNamed(IDR_DROPDOWN_TOP_RIGHT_P); in DropDownButtonBorder()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | nine_box.cc | 51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center, in NineBox() argument 57 images_[2] = top_right ? rb.GetPixbufNamed(top_right) : NULL; in NineBox()
|
D | nine_box.h | 26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
|
D | browser_window_gtk.cc | 421 CairoCachedSurface* top_right = theme_provider->GetSurfaceNamed( in DrawContentShadow() local 430 center_width -= (top_left->Width() + top_right->Width()); in DrawContentShadow() 462 top_right->SetSource(cr, right_x, top_y - kContentShadowThickness); in DrawContentShadow() 466 top_right->Width(), in DrawContentShadow() 467 top_right->Height()); in DrawContentShadow() 478 int side_y = top_y - kContentShadowThickness + top_right->Height(); in DrawContentShadow() 498 right_x + top_right->Width() - kContentShadowThickness - 1; in DrawContentShadow()
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_item_view.cc | 489 width += dangerous_mode_body_image_set_.top_right->width(); in GetPreferredSize() 494 width += normal_body_image_set_.top_right->width(); in GetPreferredSize() 809 body_image_set->top_right, body_image_set->right, in OnPaint() 811 x, box_y_, box_height_, body_image_set->top_right->width()); in OnPaint() 831 hot_body_image_set_.top_right, hot_body_image_set_.right, in OnPaint() 834 hot_body_image_set_.top_right->width()); in OnPaint() 838 x += body_image_set->top_right->width(); in OnPaint()
|
D | download_item_view.h | 122 SkBitmap* top_right; member
|
/external/chromium/chrome/browser/chromeos/login/ |
D | user_view.cc | 134 const gfx::Point& top_right) in RemoveButton() argument 138 top_right_(top_right), in RemoveButton()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | app_panel_browser_frame_view.cc | 423 SkBitmap* top_right = rb.GetBitmapNamed(IDR_APP_TOP_RIGHT); in PaintRestoredClientEdge() local 438 canvas->DrawBitmapInt(*top_right, client_area_bounds.right(), top_edge_y); in PaintRestoredClientEdge()
|
D | opaque_browser_frame_view.cc | 914 SkBitmap* top_right = tp->GetBitmapNamed(IDR_APP_TOP_RIGHT); in PaintRestoredClientEdge() local 923 canvas->DrawBitmapInt(*top_right, 0, 0, top_right->width(), height, in PaintRestoredClientEdge() 925 top_right->width(), height, false); in PaintRestoredClientEdge()
|