/external/chromium_org/ui/base/cocoa/ |
appkit_utils.h | 23 int bottom_right; member in struct:ui::NinePartImageIds
|
/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/chromium_org/ui/gfx/ |
rect_base.h | 52 PointClass bottom_right() const { return PointClass(right(), bottom()); } function in class:gfx::RectBase
|
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray_unittest.cc | 458 gfx::Point bottom_right = local 459 Shell::GetScreen()->GetPrimaryDisplay().bounds().bottom_right(); 460 bottom_right.Offset(-1, -1); 461 generator.MoveMouseTo(bottom_right);
|
/external/chromium_org/cc/resources/ |
picture_layer_tiling_unittest.cc | 1022 TilePriority bottom_right = tiling->TileAt(1, 1)->priority(ACTIVE_TREE); local 1128 TilePriority bottom_right = tiling->TileAt(1, 1)->priority(ACTIVE_TREE); local [all...] |
/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_org/chrome/browser/ui/views/download/ |
download_item_view.h | 137 gfx::ImageSkia* 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/chromium_org/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.cc | 426 gfx::ImageSkia* bottom_right = local 449 canvas->DrawImageInt(*bottom_right, client_area_bounds.right(), 452 client_area_bounds.width(), bottom_right->height());
|
/external/chromium_org/ui/views/window/ |
custom_frame_view.cc | 423 const gfx::ImageSkia* bottom_right = local 434 bottom_right->height()); 436 canvas->DrawImageInt(*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/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_org/ash/system/chromeos/network/ |
network_icon.cc | 46 bottom_right(NULL) { 51 const gfx::ImageSkia* bottom_right; member in struct:ash::network_icon::__anon3255::Badges 236 if (badges_.bottom_right) { 237 canvas.DrawImageInt(*badges_.bottom_right, 238 icon_.width() - badges_.bottom_right->width(), 239 icon_.height() - badges_.bottom_right->height()); 609 badges->bottom_right = rb.GetImageSkiaNamed( 625 badges->bottom_right = rb.GetImageSkiaNamed(
|
/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...] |
/external/chromium_org/cc/output/ |
gl_renderer.cc | 1243 gfx::PointF bottom_right = tile_rect.bottom_right(); local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_window_gtk.cc | 487 gfx::CairoCachedSurface* bottom_right = local 489 bottom_right->SetSource(cr, GTK_WIDGET(window_), 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:__anon29338
|
/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...] |