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

1 2

  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.h 27 int bottom_left, int bottom, int bottom_right);
nine_box.cc 62 int right, int bottom_left, int bottom, int bottom_right)
74 images_[8] = bottom_right ? &rb.GetNativeImageNamed(bottom_right) : NULL;
  /external/clang/test/FixIt/
typo.c 13 bottom_right; member in struct:Rectangle
  /external/chromium/chrome/browser/ui/gtk/
nine_box.h 27 int bottom_left, int bottom, int bottom_right);
nine_box.cc 52 int right, int bottom_left, int bottom, int bottom_right)
63 images_[8] = bottom_right ? rb.GetPixbufNamed(bottom_right) : NULL;
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.h 41 SkBitmap* bottom_right; member in struct:InfoBarButtonBorder::MBBImageSet
infobar_button_border.cc 23 normal_set_.bottom_right =
34 hot_set_.bottom_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_RIGHT_H);
44 pushed_set_.bottom_right =
97 bounds.height() - set->bottom_right->height() - set->top_right->height(),
108 bounds.width() - set->bottom_right->width() - set->bottom_left->width(),
112 canvas->DrawBitmapInt(*set->bottom_right,
113 bounds.width() - set->bottom_right->width(),
114 bounds.height() - set->bottom_right->height());
  /external/chromium_org/cc/layers/
nine_patch_layer_impl.cc 113 gfx::Rect bottom_right(
181 uv_top_left.bottom_right(),
194 uv_top_right.bottom_right(),
207 uv_bottom_left.bottom_right(),
215 bottom_right,
220 uv_bottom_right.bottom_right(),
233 uv_top.bottom_right(),
246 uv_left.bottom_right(),
259 uv_right.bottom_right(),
272 uv_bottom.bottom_right(),
    [all...]
texture_layer_impl.h 48 void set_uv_bottom_right(gfx::PointF bottom_right) {
49 uv_bottom_right_ = bottom_right;
texture_layer.cc 70 void TextureLayer::SetUV(gfx::PointF top_left, gfx::PointF bottom_right) {
71 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
74 uv_bottom_right_ = bottom_right;
81 float bottom_right) {
89 vertex_opacity_[3] == bottom_right)
94 vertex_opacity_[3] = bottom_right;
texture_layer.h 47 void SetUV(gfx::PointF top_left, gfx::PointF bottom_right);
54 float bottom_right);
tiled_layer_impl_unittest.cc 213 gfx::Point bottom_right(182, 198);
214 gfx::Rect visible_content_rect = gfx::BoundingRect(top_left, bottom_right);
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.cc 38 hot_set_.bottom_right = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_RIGHT_H);
48 pushed_set_.bottom_right = rb.GetBitmapNamed(IDR_DROPDOWN_BOTTOM_RIGHT_P);
  /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 65 const gfx::ImageSkia* bottom_right);
frame_background.cc 51 const gfx::ImageSkia* bottom_right) {
55 bottom_right_corner_ = bottom_right;
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 44 bottom_right(NULL) {
49 const gfx::ImageSkia* bottom_right; member in struct:ash::network_icon::__anon5958::Badges
236 if (badges_.bottom_right) {
237 canvas.DrawImageInt(*badges_.bottom_right,
238 icon_.width() - badges_.bottom_right->width(),
239 icon_.height() - badges_.bottom_right->height());
610 badges->bottom_right = rb.GetImageSkiaNamed(
626 badges->bottom_right = rb.GetImageSkiaNamed(
  /external/chromium_org/cc/input/
page_scale_animation.cc 150 gfx::RectF(root_layer_size_).bottom_right() -
151 gfx::RectF(TargetViewportSize()).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;
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 124 SkBitmap* bottom_right; member in struct:DownloadItemView::BodyImageSet
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 229 gfx::Vector2dF max_scroll = gfx::Rect(ScrollableSize()).bottom_right() -
230 gfx::RectF(ScrollableViewportSize()).bottom_right();
580 gfx::RectF(ScrollableViewportSize()).bottom_right() - gfx::PointF();
583 gfx::RectF(root_container->bounds()).bottom_right() -
  /external/chromium_org/ui/app_list/views/
search_box_view.cc 166 menu_button_->GetBoundsInScreen().bottom_right() +
  /external/chromium_org/ui/gfx/
rect_base.h 52 PointClass bottom_right() const { return PointClass(right(), bottom()); } function in class:gfx::RectBase
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 120 uint bottom_right[MAX_NUM_SLICE_GROUP-1]; /* except the last one which is the background. */ member in struct:tagAVCEncParam

Completed in 642 milliseconds

1 2