HomeSort by relevance Sort by last modified time
    Searched refs:top_right (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
nine_box.cc 51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center,
57 images_[2] = top_right ? rb.GetPixbufNamed(top_right) : NULL;
browser_window_gtk.cc 421 CairoCachedSurface* top_right = theme_provider->GetSurfaceNamed( local
430 center_width -= (top_left->Width() + top_right->Width());
462 top_right->SetSource(cr, right_x, top_y - kContentShadowThickness);
466 top_right->Width(),
467 top_right->Height());
478 int side_y = top_y - kContentShadowThickness + top_right->Height();
498 right_x + top_right->Width() - kContentShadowThickness - 1;
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.h 35 SkBitmap* top_right; member in struct:InfoBarButtonBorder::MBBImageSet
infobar_button_border.cc 17 normal_set_.top_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_RIGHT_N);
28 hot_set_.top_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_RIGHT_H);
38 pushed_set_.top_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_RIGHT_P);
75 bounds.width() - set->top_right->width() - set->top_left->width(),
79 canvas->DrawBitmapInt(*set->top_right,
80 bounds.width() - set->top_right->width(), 0);
96 set->top_right->height(), set->right->width(),
97 bounds.height() - set->bottom_right->height() - set->top_right->height(),
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.cc 32 hot_set_.top_right = rb.GetBitmapNamed(IDR_DROPDOWN_TOP_RIGHT_H);
42 pushed_set_.top_right = rb.GetBitmapNamed(IDR_DROPDOWN_TOP_RIGHT_P);
  /external/webp/src/dec/
frame.c 604 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); local
608 top_right[0] = top_y[15] * 0x01010101u;
610 memcpy(top_right, top_y + 16, sizeof(*top_right));
614 top_right[BPS] = top_right[2 * BPS] = top_right[3 * BPS] = top_right[0];
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 489 width += dangerous_mode_body_image_set_.top_right->width();
494 width += normal_body_image_set_.top_right->width();
809 body_image_set->top_right, body_image_set->right,
811 x, box_y_, box_height_, body_image_set->top_right->width());
831 hot_body_image_set_.top_right, hot_body_image_set_.right,
834 hot_body_image_set_.top_right->width());
838 x += body_image_set->top_right->width();
    [all...]
download_item_view.h 122 SkBitmap* top_right; member in struct:DownloadItemView::BodyImageSet
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 134 const gfx::Point& top_right)
138 top_right_(top_right),
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 423 SkBitmap* top_right = rb.GetBitmapNamed(IDR_APP_TOP_RIGHT); local
438 canvas->DrawBitmapInt(*top_right, client_area_bounds.right(), top_edge_y);
opaque_browser_frame_view.cc 914 SkBitmap* top_right = tp->GetBitmapNamed(IDR_APP_TOP_RIGHT); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 754 availability.top_right = BlkTopRight[blkidx];
756 if (availability.top_right == 2)
758 availability.top_right = video->intraAvailB;
760 else if (availability.top_right == 3)
762 availability.top_right = video->intraAvailC;
778 if (availability.top_right == TRUE)
943 if (availability.top_right)
1153 if (availability.top_right)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 473 int top_right; /* x,y positions of current pixel relative to the macroblock mb_addr */ member in struct:tagNeighborAvailability
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1038 chtype top_left =0, chtype top_right=0,
1040 return ::wborder(w, left, right, top, bottom, top_left, top_right,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1038 chtype top_left =0, chtype top_right=0,
1040 return ::wborder(w, left, right, top, bottom, top_left, top_right,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1038 chtype top_left =0, chtype top_right=0,
1040 return ::wborder(w, left, right, top, bottom, top_left, top_right,
    [all...]

Completed in 352 milliseconds