HomeSort by relevance Sort by last modified time
    Searched full:bottom_right (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.cc 23 normal_set_.bottom_right =
34 hot_set_.bottom_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_RIGHT_H);
44 pushed_set_.bottom_right =
97 bounds.height() - set->bottom_right->height() - set->top_right->height(),
108 bounds.width() - set->bottom_right->width() - set->bottom_left->width(),
112 canvas->DrawBitmapInt(*set->bottom_right,
113 bounds.width() - set->bottom_right->width(),
114 bounds.height() - set->bottom_right->height());
infobar_button_border.h 41 SkBitmap* bottom_right; member in struct:InfoBarButtonBorder::MBBImageSet
  /packages/apps/Mms/src/com/android/mms/ui/
Divot.java 46 public static final int BOTTOM_RIGHT = 12;
64 "bottom_right",
QuickContactDivot.java 88 // case BOTTOM_RIGHT:
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.cc 38 hot_set_.bottom_right = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_RIGHT_H);
48 pushed_set_.bottom_right = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_RIGHT_P);
  /external/clang/test/FixIt/
typo.c 12 bottom_right; member in struct:Rectangle
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 47 BOTTOM_RIGHT(SWT.CURSOR_SIZESE),
71 return this == TOP_RIGHT || this == RIGHT_MIDDLE || this == BOTTOM_RIGHT;
81 return this == BOTTOM_LEFT || this == BOTTOM_MIDDLE || this == BOTTOM_RIGHT;
ResizeGesture.java 226 case BOTTOM_RIGHT:
252 case BOTTOM_RIGHT:
SelectionHandles.java 121 mHandles.add(new SelectionHandle(x2, y2, Position.BOTTOM_RIGHT));
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 52 int right, int bottom_left, int bottom, int bottom_right)
63 images_[8] = bottom_right ? rb.GetPixbufNamed(bottom_right) : NULL;
nine_box.h 27 int bottom_left, int bottom, int bottom_right);
  /external/clang/test/Sema/
designated-initializers.c 58 struct point bottom_right; member in struct:rect
65 [4].bottom_right = { .y = 1.0 },
67 [3] = { .top_left = { 1.1, 2.2 }, .bottom_right = { .y = 1.1 } }
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 62 case BOTTOM_RIGHT:
90 case BOTTOM_RIGHT:
128 case BOTTOM_RIGHT:
322 if (arrow_location_ == BOTTOM_LEFT || arrow_location_ == BOTTOM_RIGHT) {
border_contents_unittest.cc 76 BubbleBorder::BOTTOM_RIGHT,
145 // The arrow should have changed to BOTTOM_RIGHT.
bubble_border.h 27 BOTTOM_RIGHT = 3,
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 113 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 124 SkBitmap* bottom_right; member in struct:DownloadItemView::BodyImageSet
download_item_view.cc 810 body_image_set->bottom_right,
832 hot_body_image_set_.bottom_right,
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp 260 picParam->bottom_right[ii] = encParam->bottom_right[ii];
373 picParam->bottom_right[ii] = extP->bottom_right[ii];
    [all...]
avcenc_api.h 120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */ member in struct:tagAVCEncParam
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 425 SkBitmap* bottom_right = local
448 canvas->DrawBitmapInt(*bottom_right, client_area_bounds.right(),
451 client_area_bounds.width(), bottom_right->height());
  /external/opencv/cv/src/
cvdistransform.cpp 829 CvPoint top_left = {0,0}, bottom_right = {size.width-1,size.height-1}; local
845 cvRectangle( src_copy, top_left, bottom_right, cvScalarAll(255), 1, 8 );
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 333 'CAMERA', 'BUBBLING_PHASE', 'BOTTOM_RIGHT', 'BOTTOM_LEFT', 'BOTTOM',
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 243 M4OSA_UInt16 bottom_right[_MAXnum_slice_groups]; member in struct:__anon16118
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
NetworkPanel.java 314 rxMarker.setLabelTextAnchor(TextAnchor.BOTTOM_RIGHT);
323 txMarker.setLabelAnchor(RectangleAnchor.BOTTOM_RIGHT);
    [all...]

Completed in 520 milliseconds

1 2