/external/clang/test/Sema/ |
D | designated-initializers.c | 57 struct point top_left; member 61 struct rect window = { .top_left.x = 1.0 }; 64 [2].top_left = { 1.0, 2.0 }, 67 [3] = { .top_left = { 1.1, 2.2 }, .bottom_right = { .y = 1.1 } } 73 [2].top_left = { { .x = 1.1 } }, // expected-error{{designator in initializer for scalar type}} 74 [1].top_left = { .x = 1.1 } 82 [5].windows[3].top_left.x = { 7.0 } // expected-warning{{braces around scalar initializer}} 90 .window = { .top_left = { 1.0, 2.0 } },
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_button_border.cc | 15 normal_set_.top_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_LEFT_N); in InfoBarButtonBorder() 26 hot_set_.top_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_LEFT_H); in InfoBarButtonBorder() 36 pushed_set_.top_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_LEFT_P); in InfoBarButtonBorder() 69 canvas->DrawBitmapInt(*set->top_left, 0, 0); in Paint() 74 set->top_left->width(), 0, in Paint() 75 bounds.width() - set->top_right->width() - set->top_left->width(), in Paint() 84 set->left->height(), 0, set->top_left->height(), set->top_left->width(), in Paint()
|
D | infobar_button_border.h | 33 SkBitmap* top_left; member
|
/external/clang/test/FixIt/ |
D | typo.c | 12 struct Point top_left, // expected-note{{'top_left' declared here}} member 35 r1.top_left.x = 0; in test() 41 r2->top_left.y = 0; in test()
|
/external/chromium/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 582 gfx::Point top_left; in Reposition() local 583 views::View::ConvertPointToScreen(base_view_, &top_left); in Reposition() 585 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(), in Reposition() 586 top_left.y() + position_.y(), in Reposition() 708 gfx::Point top_left; in AvoidMouse() local 709 views::View::ConvertPointToScreen(base_view_, &top_left); in AvoidMouse() 716 int top_right_x = top_left.x() + window_width; in AvoidMouse() 720 relative_location.x() - (top_left.x() + position_.x())); in AvoidMouse() 723 relative_location.y() - (top_left.y() + position_.y())); in AvoidMouse() 760 const int bubble_bottom_y = top_left.y() + position_.y() + size_.height(); in AvoidMouse() [all …]
|
D | browser_bubble.cc | 115 gfx::Point top_left; in Reposition() local 116 views::View::ConvertPointToScreen(frame_->GetRootView(), &top_left); in Reposition() 117 MovePopup(top_left.x() + bounds_.x(), in Reposition() 118 top_left.y() + bounds_.y(), in Reposition()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
D | PictureParameterSet.java | 75 public int[] top_left; field in PictureParameterSet 101 pps.top_left = new int[pps.num_slice_groups_minus1 + 1]; in read() 110 pps.top_left[iGroup] = reader.readUE("PPS: top_left"); in read() 200 int[] top_left = new int[1]; in write() local 209 writer.writeUE(top_left[iGroup], "PPS: "); in write() 311 result = prime * result + Arrays.hashCode(top_left); in hashCode() 369 if (!Arrays.equals(top_left, other.top_left)) in equals() 398 ",\n top_left=" + top_left + in toString()
|
/external/libvpx/libvpx/vp8/common/ |
D | reconintra4x4.c | 20 unsigned char top_left) in vp8_intra4x4_predict_c() argument 62 int pred = Above[c] - top_left + Left[r]; in vp8_intra4x4_predict_c() 82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2; in vp8_intra4x4_predict_c() 106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2; in vp8_intra4x4_predict_c() 153 pp[4] = top_left; in vp8_intra4x4_predict_c() 187 pp[4] = top_left; in vp8_intra4x4_predict_c() 244 pp[4] = top_left; in vp8_intra4x4_predict_c()
|
/external/chromium/chrome/browser/themes/ |
D | theme_service_unittest.cc | 12 std::string top_left = "top left"; in TEST() local 13 int alignment = ThemeService::StringToAlignment(top_left); in TEST() 16 EXPECT_EQ(top_left, ThemeService::AlignmentToString(alignment)); in TEST()
|
/external/chromium/chrome/browser/chromeos/views/ |
D | dropdown_button.cc | 30 hot_set_.top_left = rb.GetBitmapNamed(IDR_DROPDOWN_TOP_LEFT_H); in DropDownButtonBorder() 40 pushed_set_.top_left = rb.GetBitmapNamed(IDR_DROPDOWN_TOP_LEFT_P); in DropDownButtonBorder()
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_item_view.cc | 228 normal_body_image_set_.top_left->height() + in DownloadItemView() 455 int x = kLeftPadding + dangerous_mode_body_image_set_.top_left->width() + in Layout() 479 width = kLeftPadding + dangerous_mode_body_image_set_.top_left->width(); in GetPreferredSize() 491 width = kLeftPadding + normal_body_image_set_.top_left->width(); in GetPreferredSize() 799 body_image_set->top_left, body_image_set->left, in OnPaint() 801 x, box_y_, box_height_, body_image_set->top_left->width()); in OnPaint() 802 x += body_image_set->top_left->width(); in OnPaint() 821 hot_body_image_set_.top_left, hot_body_image_set_.left, in OnPaint() 823 x, box_y_, box_height_, hot_body_image_set_.top_left->width()); in OnPaint() 824 x += body_image_set->top_left->width(); in OnPaint()
|
D | download_item_view.h | 116 SkBitmap* top_left; member
|
/external/clang/test/Modules/Inputs/ |
D | diamond_top.h | 3 int top_left(char *c);
|
D | diamond_left.h | 5 int top_left(char *c);
|
/external/clang/test/Modules/ |
D | diamond-pch.c | 14 top_left(&c); in test_diamond()
|
D | diamond.c | 16 top_left(&c); in test_diamond()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeintra.c | 60 unsigned char top_left = Above[-1]; in vp8_encode_intra4x4block() local 63 b->predictor, 16, top_left); in vp8_encode_intra4x4block()
|
/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 55 images_[0] = top_left ? rb.GetPixbufNamed(top_left) : NULL; in NineBox()
|
D | nine_box.h | 26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility.cc | 128 gfx::Point top_left = manager_->GetViewBounds().origin(); in GetBoundsRect() local 129 bounds.Offset(top_left); in GetBoundsRect()
|
D | browser_accessibility_win.cc | 510 POINT top_left = {0, 0}; in get_imagePosition() local 511 ::ClientToScreen(parent_hwnd, &top_left); in get_imagePosition() 512 *x = location_.x() + top_left.x; in get_imagePosition() 513 *y = location_.y() + top_left.y; in get_imagePosition()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | app_panel_browser_frame_view.cc | 421 SkBitmap* top_left = rb.GetBitmapNamed(IDR_APP_TOP_LEFT); in PaintRestoredClientEdge() local 434 canvas->DrawBitmapInt(*top_left, client_area_bounds.x() - top_left->width(), in PaintRestoredClientEdge()
|
D | opaque_browser_frame_view.cc | 912 SkBitmap* top_left = tp->GetBitmapNamed(IDR_APP_TOP_LEFT); in PaintRestoredClientEdge() local 918 canvas->DrawBitmapInt(*top_left, 0, 0, top_left->width(), height, in PaintRestoredClientEdge() 919 client_area_bounds.x() - top_left->width(), top_edge_y, in PaintRestoredClientEdge() 920 top_left->width(), height, false); in PaintRestoredClientEdge()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 193 unsigned char top_left; in mt_decode_macroblock() local 213 top_left = *(xd->recon_left[0] + i - 1); in mt_decode_macroblock() 215 top_left = Above[-1]; in mt_decode_macroblock() 218 b_mode, dst, dst_stride, top_left); in mt_decode_macroblock()
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | intra4x4_predict_v6.asm | 24 ; unsigned char top_left) 32 ; sp + #48: top_left 83 ldrb r9, [sp, #48] ; top_left 143 ldrb r9, [sp, #48] ; top_left 178 ldrb r8, [sp, #48] ; top_left
|