Searched defs:bottom_right (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ui/base/cocoa/
H A Dappkit_utils.h23 int bottom_right; member in struct:ui::NinePartImageIds
/external/clang/test/FixIt/
H A Dtypo.c13 bottom_right; member in struct:Rectangle
/external/chromium_org/ash/system/user/
H A Drounded_image_view.cc40 int bottom_right,
44 corner_radius_[2] = bottom_right;
38 SetCornerRadii(int top_left, int top_right, int bottom_right, int bottom_left) argument
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.cc133 gfx::Point bottom_right = points[0]; local
136 bottom_right.SetToMax(points[i]);
138 return gfx::Rect(top_left, gfx::Size(bottom_right.x() - top_left.x(),
139 bottom_right.y() - top_left.y()));
/external/chromium_org/ui/views/window/
H A Dframe_background.cc47 const gfx::ImageSkia* bottom_right) {
51 bottom_right_corner_ = bottom_right;
44 SetCornerImages(const gfx::ImageSkia* top_left, const gfx::ImageSkia* top_right, const gfx::ImageSkia* bottom_left, const gfx::ImageSkia* bottom_right) argument
H A Dcustom_frame_view.cc444 const gfx::ImageSkia* bottom_right = local
455 bottom_right->height());
457 canvas->DrawImageInt(*bottom_right,
/external/chromium_org/cc/layers/
H A Dui_resource_layer.cc76 const gfx::PointF& bottom_right) {
77 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
80 uv_bottom_right_ = bottom_right;
87 float bottom_right) {
95 vertex_opacity_[3] == bottom_right)
100 vertex_opacity_[3] = bottom_right;
75 SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right) argument
84 SetVertexOpacity(float bottom_left, float top_left, float top_right, float bottom_right) argument
H A Dui_resource_layer_impl.cc66 const gfx::PointF& bottom_right) {
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
70 uv_bottom_right_ = bottom_right;
65 SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right) argument
H A Dtexture_layer_impl.cc222 void TextureLayerImpl::SetUVBottomRight(const gfx::PointF bottom_right) { argument
223 uv_bottom_right_ = bottom_right;
H A Dtexture_layer.cc69 const gfx::PointF& bottom_right) {
70 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
73 uv_bottom_right_ = bottom_right;
80 float bottom_right) {
88 vertex_opacity_[3] == bottom_right)
93 vertex_opacity_[3] = bottom_right;
68 SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right) argument
77 SetVertexOpacity(float bottom_left, float top_left, float top_right, float bottom_right) argument
/external/chromium_org/ui/gfx/geometry/
H A Drect_base.h52 PointClass bottom_right() const { return PointClass(right(), bottom()); } function in class:gfx::RectBase
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc452 gfx::Point bottom_right = local
453 Shell::GetScreen()->GetPrimaryDisplay().bounds().bottom_right();
454 bottom_right.Offset(-1, -1);
455 generator.MoveMouseTo(bottom_right);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java76 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];
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
[all...]
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h141 gfx::ImageSkia* bottom_right; member in struct:DownloadItemView::BodyImageSet
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_unittest.cc1718 TilePriority bottom_right = tiling->TileAt(1, 1)->priority(ACTIVE_TREE); local
1721 EXPECT_EQ(bottom_right.distance_to_visible, top_right.distance_to_visible);
1805 TilePriority bottom_right = tiling->TileAt(1, 1)->priority(ACTIVE_TREE); local
1807 EXPECT_GT(bottom_right.distance_to_visible, top_right.distance_to_visible);
/external/clang/test/Sema/
H A Ddesignated-initializers.c58 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/
H A Dcvdistransform.cpp829 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 );
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.cc47 bottom_right(NULL) {
52 const gfx::ImageSkia* bottom_right; member in struct:ui::network_icon::__anon16687::Badges
254 if (badges_.bottom_right) {
255 canvas.DrawImageInt(*badges_.bottom_right,
256 icon_.width() - badges_.bottom_right->width(),
257 icon_.height() - badges_.bottom_right->height());
679 badges->bottom_right = rb.GetImageSkiaNamed(
695 badges->bottom_right = rb.GetImageSkiaNamed(
712 badges->bottom_right = badge;
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1125 quad->shared_quad_state->visible_content_rect.bottom_right());
1420 gfx::PointF bottom_right = tile_rect.bottom_right(); local
1426 bottom_right = MathUtil::MapPoint(device_transform, bottom_right, &clipped);
1435 LayerQuad::Edge bottom_edge(bottom_right, bottom_left);
1438 LayerQuad::Edge right_edge(top_right, bottom_right);
1755 quad->shared_quad_state->visible_content_rect.bottom_right());
1886 quad->shared_quad_state->visible_content_rect.bottom_right());
2058 quad->shared_quad_state->visible_content_rect.bottom_right());
[all...]

Completed in 8281 milliseconds