Searched defs:top_left (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium/chrome/browser/themes/
H A Dtheme_service_unittest.cc12 std::string top_left = "top left"; local
13 int alignment = ThemeService::StringToAlignment(top_left);
16 EXPECT_EQ(top_left, ThemeService::AlignmentToString(alignment));
/external/chromium_org/chrome/browser/themes/
H A Dtheme_properties_unittest.cc15 std::string top_left = "left top"; local
16 int alignment = ThemeProperties::StringToAlignment(top_left);
19 EXPECT_EQ(top_left, ThemeProperties::AlignmentToString(alignment));
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_button_border.h33 SkBitmap* top_left; member in struct:InfoBarButtonBorder::MBBImageSet
/external/clang/test/FixIt/
H A Dtypo.c12 struct Point top_left, // expected-note{{'top_left' declared here}} member in struct:Rectangle
27 topleft.x = 3.14, // expected-error{{field designator 'topleft' does not refer to any field in type 'struct Rectangle'; did you mean 'top_left'?}}
28 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:3-[[@LINE-1]]:10}:"top_left"
35 r1.top_left.x = 0;
41 r2->top_left.y = 0;
/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.c20 unsigned char top_left)
62 int pred = Above[c] - top_left + Left[r];
82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
153 pp[4] = top_left;
187 pp[4] = top_left;
244 pp[4] = top_left;
16 vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int _b_mode, unsigned char *dst, int dst_stride, unsigned char top_left) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c60 unsigned char top_left = Above[-1]; local
63 b->predictor, 16, top_left);
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble.cc115 gfx::Point top_left; local
116 views::View::ConvertPointToScreen(frame_->GetRootView(), &top_left);
117 MovePopup(top_left.x() + bounds_.x(),
118 top_left.y() + bounds_.y(),
/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.cc72 const Point& top_left) {
76 &top_left.pp_point(),
81 &top_left.pp_point(),
87 const Point& top_left,
92 &top_left.pp_point(),
97 &top_left.pp_point(),
71 PaintImageData(const ImageData& image, const Point& top_left) argument
86 PaintImageData(const ImageData& image, const Point& top_left, const Rect& src_rect) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_thunk.cc55 const struct PP_Point* top_left,
61 enter.object()->PaintImageData(image_data, top_left, src_rect);
53 PaintImageData(PP_Resource graphics_2d, PP_Resource image_data, const struct PP_Point* top_left, const struct PP_Rect* src_rect) argument
/external/chromium_org/ui/views/window/
H A Dframe_background.cc48 void FrameBackground::SetCornerImages(const gfx::ImageSkia* top_left, argument
52 top_left_corner_ = top_left;
/external/chromium_org/cc/layers/
H A Dtexture_layer_impl.h47 void set_uv_top_left(gfx::PointF top_left) { uv_top_left_ = top_left; } argument
H A Dtexture_layer.cc70 void TextureLayer::SetUV(gfx::PointF top_left, gfx::PointF bottom_right) { argument
71 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
73 uv_top_left_ = top_left;
79 float top_left,
87 vertex_opacity_[1] == top_left &&
92 vertex_opacity_[1] = top_left;
78 SetVertexOpacity(float bottom_left, float top_left, float top_right, float bottom_right) argument
/external/chromium_org/chrome/browser/ui/ash/
H A Dwindow_positioner_unittest.cc225 gfx::Rect top_left = window_positioner()->GetPopupPosition(popup_position); local
228 top_left); local
231 popup()->SetBounds(top_left);
236 work_area.y() + top_left.height(), grid_size_),
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc57 const PP_Point* top_left,
70 image_object->host_resource(), *top_left,
132 const PP_Point* top_left) {
133 if (!top_left)
137 PpapiHostMsg_Graphics2D_ReadImageData(image, *top_left));
56 PaintImageData(PP_Resource image_data, const PP_Point* top_left, const PP_Rect* src_rect) argument
131 ReadImageData(PP_Resource image, const PP_Point* top_left) argument
H A Dppb_testing_proxy.cc33 const PP_Point* top_left) {
49 return enter.object()->ReadImageData(host_image.host_resource(), top_left) ?
195 const PP_Point& top_left,
198 device_context_2d.host_resource(), image.host_resource(), &top_left);
31 ReadImageData(PP_Resource graphics_2d, PP_Resource image, const PP_Point* top_left) argument
192 OnMsgReadImageData( const HostResource& device_context_2d, const HostResource& image, const PP_Point& top_left, PP_Bool* result) argument
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility.cc128 gfx::Point top_left = manager_->GetViewBounds().origin(); local
129 bounds.Offset(top_left);
/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.cc51 NineBox::NineBox(int top_left, int top, int top_right, int left, int center, argument
55 images_[0] = top_left ? rb.GetPixbufNamed(top_left) : NULL;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dnine_box.cc61 NineBox::NineBox(int top_left, int top, int top_right, int left, int center, argument
66 images_[0] = top_left ? &rb.GetNativeImageNamed(top_left) : NULL;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java75 public int[] top_left; field in class:PictureParameterSet
101 pps.top_left = new int[pps.num_slice_groups_minus1 + 1];
110 pps.top_left[iGroup] = reader.readUE("PPS: top_left");
200 int[] top_left = new int[1];
209 writer.writeUE(top_left[iGroup], "PPS: ");
311 result = prime * result + Arrays.hashCode(top_left);
369 if (!Arrays.equals(top_left, other.top_left))
398 ",\n top_left
[all...]
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h116 SkBitmap* top_left; member in struct:DownloadItemView::BodyImageSet
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_unittest.cc1019 TilePriority top_left = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
1024 top_left.distance_to_visible_in_pixels);
1026 top_left.distance_to_visible_in_pixels);
1125 TilePriority top_left = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
1130 top_left.distance_to_visible_in_pixels);
1136 top_left.distance_to_visible_in_pixels);
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h130 gfx::ImageSkia* top_left; member in struct:DownloadItemView::BodyImageSet
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c193 unsigned char top_left; local
213 top_left = *(xd->recon_left[0] + i - 1);
215 top_left = Above[-1];
218 b_mode, dst, dst_stride, top_left);
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc421 SkBitmap* top_left = rb.GetBitmapNamed(IDR_APP_TOP_LEFT); local
434 canvas->DrawBitmapInt(*top_left, client_area_bounds.x() - top_left->width(),
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc424 gfx::ImageSkia* top_left = rb.GetImageSkiaNamed(IDR_APP_TOP_LEFT); local
437 canvas->DrawImageInt(*top_left, client_area_bounds.x() - top_left->width(),

Completed in 2033 milliseconds

12