/external/chromium_org/ui/app_list/views/ |
D | speech_view_unittest.cc | 76 gfx::Point bottom_right(screen_bounds.right() - 1, in TEST_F() local 79 bottom_right, in TEST_F() 80 bottom_right, in TEST_F() 84 bottom_right, in TEST_F() 85 bottom_right, in TEST_F()
|
/external/chromium_org/cc/layers/ |
D | ui_resource_layer.cc | 76 const gfx::PointF& bottom_right) { in SetUV() argument 77 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV() 80 uv_bottom_right_ = bottom_right; in SetUV() 87 float bottom_right) { in SetVertexOpacity() argument 95 vertex_opacity_[3] == bottom_right) in SetVertexOpacity() 100 vertex_opacity_[3] = bottom_right; in SetVertexOpacity()
|
D | nine_patch_layer_impl.cc | 230 uv_top_left.bottom_right(), in AppendQuads() 247 uv_top_right.bottom_right(), in AppendQuads() 264 uv_bottom_left.bottom_right(), in AppendQuads() 281 uv_bottom_right.bottom_right(), in AppendQuads() 298 uv_top.bottom_right(), in AppendQuads() 315 uv_left.bottom_right(), in AppendQuads() 332 uv_right.bottom_right(), in AppendQuads() 349 uv_bottom.bottom_right(), in AppendQuads() 367 uv_center.bottom_right(), in AppendQuads()
|
D | texture_layer.cc | 69 const gfx::PointF& bottom_right) { in SetUV() argument 70 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV() 73 uv_bottom_right_ = bottom_right; in SetUV() 80 float bottom_right) { in SetVertexOpacity() argument 88 vertex_opacity_[3] == bottom_right) in SetVertexOpacity() 93 vertex_opacity_[3] = bottom_right; in SetVertexOpacity()
|
D | ui_resource_layer.h | 33 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right); 40 float bottom_right);
|
D | ui_resource_layer_impl.cc | 66 const gfx::PointF& bottom_right) { in SetUV() argument 67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV() 70 uv_bottom_right_ = bottom_right; in SetUV()
|
D | texture_layer.h | 105 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right); 112 float bottom_right);
|
D | texture_layer_impl.cc | 222 void TextureLayerImpl::SetUVBottomRight(const gfx::PointF bottom_right) { in SetUVBottomRight() argument 223 uv_bottom_right_ = bottom_right; in SetUVBottomRight()
|
D | ui_resource_layer_impl.h | 36 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
|
D | texture_layer_impl.h | 45 void SetUVBottomRight(const gfx::PointF bottom_right);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
D | PictureParameterSet.java | 76 public int[] bottom_right; field in PictureParameterSet 102 pps.bottom_right = new int[pps.num_slice_groups_minus1 + 1]; in read() 111 pps.bottom_right[iGroup] = reader in read() 201 int[] bottom_right = new int[1]; in write() local 210 writer.writeUE(bottom_right[iGroup], "PPS: "); in write() 287 result = prime * result + Arrays.hashCode(bottom_right); in hashCode() 326 if (!Arrays.equals(bottom_right, other.bottom_right)) in equals() 399 ",\n bottom_right=" + bottom_right + in toString()
|
/external/chromium_org/ash/system/user/ |
D | rounded_image_view.cc | 40 int bottom_right, in SetCornerRadii() argument 44 corner_radius_[2] = bottom_right; in SetCornerRadii()
|
D | rounded_image_view.h | 32 int bottom_right,
|
/external/clang/test/Sema/ |
D | designated-initializers.c | 58 struct point bottom_right; member 65 [4].bottom_right = { .y = 1.0 }, 67 [3] = { .top_left = { 1.1, 2.2 }, .bottom_right = { .y = 1.1 } }
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | accessibility_focus_ring.cc | 133 gfx::Point bottom_right = points[0]; in GetBounds() local 136 bottom_right.SetToMax(points[i]); in GetBounds() 138 return gfx::Rect(top_left, gfx::Size(bottom_right.x() - top_left.x(), in GetBounds() 139 bottom_right.y() - top_left.y())); in GetBounds()
|
/external/chromium_org/ui/chromeos/network/ |
D | network_icon.cc | 47 bottom_right(NULL) { in Badges() 52 const gfx::ImageSkia* bottom_right; member 254 if (badges_.bottom_right) { in GetImageForScale() 255 canvas.DrawImageInt(*badges_.bottom_right, in GetImageForScale() 256 icon_.width() - badges_.bottom_right->width(), in GetImageForScale() 257 icon_.height() - badges_.bottom_right->height()); in GetImageForScale() 679 badges->bottom_right = rb.GetImageSkiaNamed( in GetBadges() 695 badges->bottom_right = rb.GetImageSkiaNamed( in GetBadges() 712 badges->bottom_right = badge; in GetBadges()
|
/external/chromium_org/ui/views/window/ |
D | frame_background.cc | 47 const gfx::ImageSkia* bottom_right) { in SetCornerImages() argument 51 bottom_right_corner_ = bottom_right; in SetCornerImages()
|
D | frame_background.h | 62 const gfx::ImageSkia* bottom_right);
|
/external/clang/test/FixIt/ |
D | typo.c | 13 bottom_right; member
|
/external/chromium_org/ui/base/cocoa/ |
D | appkit_utils.h | 23 int bottom_right; member
|
D | appkit_utils.mm | 35 GetImage(image_ids.bottom_right),
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray_unittest.cc | 452 gfx::Point bottom_right = in TEST_F() local 453 Shell::GetScreen()->GetPrimaryDisplay().bounds().bottom_right(); in TEST_F() 454 bottom_right.Offset(-1, -1); in TEST_F() 455 generator.MoveMouseTo(bottom_right); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_positioner.cc | 54 anchor = screen_rect.bottom_right(); in GetAnchorPointForScreenCorner() 202 anchor.SetToMin(bounds_rect.bottom_right()); in ClampAnchorPoint()
|
/external/chromium_org/cc/input/ |
D | page_scale_animation.cc | 149 gfx::RectF(root_layer_size_).bottom_right() - in ClampTargetScrollOffset() 150 gfx::RectF(TargetViewportSize()).bottom_right(); in ClampTargetScrollOffset()
|
/external/chromium_org/ui/app_list/ |
D | app_list_folder_item.cc | 161 gfx::Rect bottom_right( in GetTopIconsBounds() local 163 top_icon_bounds.push_back(bottom_right); in GetTopIconsBounds()
|