HomeSort by relevance Sort by last modified time
    Searched refs:bottom_right (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/ui/app_list/views/
speech_view_unittest.cc 76 gfx::Point bottom_right(screen_bounds.right() - 1,
79 bottom_right,
80 bottom_right,
84 bottom_right,
85 bottom_right,
  /external/chromium_org/cc/layers/
ui_resource_layer.h 35 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
42 float bottom_right);
ui_resource_layer.cc 76 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;
texture_layer.cc 66 const gfx::PointF& bottom_right) {
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
70 uv_bottom_right_ = bottom_right;
77 float bottom_right) {
85 vertex_opacity_[3] == bottom_right)
90 vertex_opacity_[3] = bottom_right;
nine_patch_layer_impl.cc 225 uv_top_left.bottom_right(),
243 uv_top_right.bottom_right(),
261 uv_bottom_left.bottom_right(),
279 uv_bottom_right.bottom_right(),
296 uv_top.bottom_right(),
313 uv_left.bottom_right(),
331 uv_right.bottom_right(),
349 uv_bottom.bottom_right(),
368 uv_center.bottom_right(),
ui_resource_layer_impl.cc 66 const gfx::PointF& bottom_right) {
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
70 uv_bottom_right_ = bottom_right;
texture_layer.h 102 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
109 float bottom_right);
texture_layer_impl.h 44 void SetUVBottomRight(const gfx::PointF bottom_right);
ui_resource_layer_impl.h 36 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
texture_layer_impl.cc 217 void TextureLayerImpl::SetUVBottomRight(const gfx::PointF bottom_right) {
218 uv_bottom_right_ = bottom_right;
  /external/clang/test/FixIt/
typo.c 13 bottom_right; member in struct:Rectangle
  /external/chromium_org/ash/system/user/
rounded_image_view.h 32 int bottom_right,
rounded_image_view.cc 40 int bottom_right,
44 corner_radius_[2] = bottom_right;
  /external/chromium_org/ui/base/cocoa/
appkit_utils.h 23 int bottom_right; member in struct:ui::NinePartImageIds
  /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/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/chromium_org/ui/views/window/
frame_background.h 62 const gfx::ImageSkia* bottom_right);
frame_background.cc 48 const gfx::ImageSkia* bottom_right) {
52 bottom_right_corner_ = bottom_right;
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 47 bottom_right(NULL) {
52 const gfx::ImageSkia* bottom_right; member in struct:ash::network_icon::__anon6602::Badges
255 if (badges_.bottom_right) {
256 canvas.DrawImageInt(*badges_.bottom_right,
257 icon_.width() - badges_.bottom_right->width(),
258 icon_.height() - badges_.bottom_right->height());
679 badges->bottom_right = rb.GetImageSkiaNamed(
695 badges->bottom_right = rb.GetImageSkiaNamed(
712 badges->bottom_right = badge;
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 449 gfx::Point bottom_right = local
450 Shell::GetScreen()->GetPrimaryDisplay().bounds().bottom_right();
451 bottom_right.Offset(-1, -1);
452 generator.MoveMouseTo(bottom_right);
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
ScrollToActionIntegrationTest.java 60 onView(withId(is(R.id.bottom_right)))
  /external/chromium_org/cc/input/
page_scale_animation.cc 149 gfx::RectF(root_layer_size_).bottom_right() -
150 gfx::RectF(TargetViewportSize()).bottom_right();
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.cc 54 anchor = screen_rect.bottom_right();
202 anchor.SetToMin(bounds_rect.bottom_right());
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 162 gfx::Rect bottom_right(
164 top_icon_bounds.push_back(bottom_right);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 113 yBottomRight = pps->bottom_right[ iGroup ] / PicWidthInMbs;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;

Completed in 396 milliseconds

1 2 3