Home
last modified time | relevance | path

Searched refs:bottom_right (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/ui/app_list/views/
Dspeech_view_unittest.cc76 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/
Dui_resource_layer.cc76 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()
Dnine_patch_layer_impl.cc230 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()
Dtexture_layer.cc69 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()
Dui_resource_layer.h33 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
40 float bottom_right);
Dui_resource_layer_impl.cc66 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()
Dtexture_layer.h105 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
112 float bottom_right);
Dtexture_layer_impl.cc222 void TextureLayerImpl::SetUVBottomRight(const gfx::PointF bottom_right) { in SetUVBottomRight() argument
223 uv_bottom_right_ = bottom_right; in SetUVBottomRight()
Dui_resource_layer_impl.h36 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
Dtexture_layer_impl.h45 void SetUVBottomRight(const gfx::PointF bottom_right);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java76 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/
Drounded_image_view.cc40 int bottom_right, in SetCornerRadii() argument
44 corner_radius_[2] = bottom_right; in SetCornerRadii()
Drounded_image_view.h32 int bottom_right,
/external/clang/test/Sema/
Ddesignated-initializers.c58 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/
Daccessibility_focus_ring.cc133 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/
Dnetwork_icon.cc47 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/
Dframe_background.cc47 const gfx::ImageSkia* bottom_right) { in SetCornerImages() argument
51 bottom_right_corner_ = bottom_right; in SetCornerImages()
Dframe_background.h62 const gfx::ImageSkia* bottom_right);
/external/clang/test/FixIt/
Dtypo.c13 bottom_right; member
/external/chromium_org/ui/base/cocoa/
Dappkit_utils.h23 int bottom_right; member
Dappkit_utils.mm35 GetImage(image_ids.bottom_right),
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc452 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/
Dapp_list_positioner.cc54 anchor = screen_rect.bottom_right(); in GetAnchorPointForScreenCorner()
202 anchor.SetToMin(bounds_rect.bottom_right()); in ClampAnchorPoint()
/external/chromium_org/cc/input/
Dpage_scale_animation.cc149 gfx::RectF(root_layer_size_).bottom_right() - in ClampTargetScrollOffset()
150 gfx::RectF(TargetViewportSize()).bottom_right(); in ClampTargetScrollOffset()
/external/chromium_org/ui/app_list/
Dapp_list_folder_item.cc161 gfx::Rect bottom_right( in GetTopIconsBounds() local
163 top_icon_bounds.push_back(bottom_right); in GetTopIconsBounds()

12