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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.h 41 SkBitmap* bottom_right; member in struct:InfoBarButtonBorder::MBBImageSet
  /external/clang/test/FixIt/
typo.c 13 bottom_right; member in struct:Rectangle
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 76 public int[] bottom_right; field in class:PictureParameterSet
102 pps.bottom_right = new int[pps.num_slice_groups_minus1 + 1];
111 pps.bottom_right[iGroup] = reader
112 .readUE("PPS: bottom_right");
201 int[] bottom_right = new int[1]; local
210 writer.writeUE(bottom_right[iGroup], "PPS: ");
287 result = prime * result + Arrays.hashCode(bottom_right);
326 if (!Arrays.equals(bottom_right, other.bottom_right))
399 ",\n bottom_right=" + bottom_right
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 124 SkBitmap* bottom_right; member in struct:DownloadItemView::BodyImageSet
  /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/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/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 );
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
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/gtk/
browser_window_gtk.cc 516 CairoCachedSurface* bottom_right = theme_provider->GetSurfaceNamed( local
518 bottom_right->SetSource(cr, right_x - 1, bottom_y - 1);
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 243 M4OSA_UInt16 bottom_right[_MAXnum_slice_groups]; member in struct:__anon18985
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 359 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* ue(v) */ member in struct:tagPicParamSet
    [all...]

Completed in 239 milliseconds