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

12

/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_org/ui/base/cocoa/
H A Dappkit_utils.h15 int top_left; member in struct:ui::NinePartImageIds
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeintra.c60 unsigned char top_left = Above[-1]; local
63 b->predictor, 16, top_left);
/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_org/ash/system/user/
H A Drounded_image_view.cc38 void RoundedImageView::SetCornerRadii(int top_left, argument
42 corner_radius_[0] = top_left;
/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.cc53 const struct PP_Point* top_left,
59 enter.object()->PaintImageData(image_data, top_left, src_rect);
51 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.cc45 void FrameBackground::SetCornerImages(const gfx::ImageSkia* top_left, argument
49 top_left_corner_ = top_left;
/external/chromium_org/cc/layers/
H A Dui_resource_layer.cc75 void UIResourceLayer::SetUV(const gfx::PointF& top_left, argument
77 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
79 uv_top_left_ = top_left;
85 float top_left,
93 vertex_opacity_[1] == top_left &&
98 vertex_opacity_[1] = top_left;
84 SetVertexOpacity(float bottom_left, float top_left, float top_right, float bottom_right) argument
H A Dui_resource_layer_impl.cc65 void UIResourceLayerImpl::SetUV(const gfx::PointF& top_left, argument
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
69 uv_top_left_ = top_left;
H A Dtexture_layer.cc65 void TextureLayer::SetUV(const gfx::PointF& top_left, argument
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
69 uv_top_left_ = top_left;
75 float top_left,
83 vertex_opacity_[1] == top_left &&
88 vertex_opacity_[1] = top_left;
74 SetVertexOpacity(float bottom_left, float top_left, float top_right, float bottom_right) argument
H A Dtexture_layer_impl.cc212 void TextureLayerImpl::SetUVTopLeft(const gfx::PointF top_left) { argument
213 uv_top_left_ = top_left;
/external/chromium_org/chrome/browser/ui/ash/
H A Dwindow_positioner_unittest.cc224 gfx::Rect top_left = window_positioner()->GetPopupPosition(popup_position); local
227 top_left); local
230 popup()->SetBounds(top_left);
235 work_area.y() + top_left.height(), grid_size_),
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc58 const PP_Point* top_left,
71 image_object->host_resource(), *top_left,
136 const PP_Point* top_left) {
137 if (!top_left)
141 PpapiHostMsg_Graphics2D_ReadImageData(image, *top_left));
57 PaintImageData(PP_Resource image_data, const PP_Point* top_left, const PP_Rect* src_rect) argument
135 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) ?
184 const PP_Point& top_left,
187 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
181 OnMsgReadImageData( const HostResource& device_context_2d, const HostResource& image, const PP_Point& top_left, PP_Bool* result) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred4_dspr2.c93 int32_t top_left; local
104 "lbu %[top_left], -1(%[above]) \n\t"
114 "replv.ph %[top_left], %[top_left] \n\t"
117 "subu.ph %[resl], %[resl], %[top_left] \n\t"
120 "subu.ph %[resr], %[resr], %[top_left] \n\t"
139 "subu.ph %[resl], %[resl], %[top_left] \n\t"
142 "subu.ph %[resr], %[resr], %[top_left] \n\t"
166 "subu.ph %[resl], %[resl], %[top_left] \n\t"
169 "subu.ph %[resr], %[resr], %[top_left] \
[all...]
H A Dvp9_intrapred8_dspr2.c163 int32_t top_left; local
168 "ulw %[top_left], 4(%[above]) \n\t"
174 "preceu.ph.qbl %[abovel_1], %[top_left] \n\t"
175 "preceu.ph.qbr %[abover_1], %[top_left] \n\t"
177 "lbu %[top_left], -1(%[above]) \n\t"
180 "replv.ph %[top_left], %[top_left] \n\t"
183 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
190 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
207 "subu.ph %[reshw], %[reshw], %[top_left] \
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h108 DesktopVector top_left() const { return DesktopVector(left_, top_); } function in class:webrtc::DesktopRect
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred4_dspr2.c93 int32_t top_left; local
104 "lbu %[top_left], -1(%[above]) \n\t"
114 "replv.ph %[top_left], %[top_left] \n\t"
117 "subu.ph %[resl], %[resl], %[top_left] \n\t"
120 "subu.ph %[resr], %[resr], %[top_left] \n\t"
139 "subu.ph %[resl], %[resl], %[top_left] \n\t"
142 "subu.ph %[resr], %[resr], %[top_left] \n\t"
166 "subu.ph %[resl], %[resl], %[top_left] \n\t"
169 "subu.ph %[resr], %[resr], %[top_left] \
[all...]
H A Dvp9_intrapred8_dspr2.c163 int32_t top_left; local
168 "ulw %[top_left], 4(%[above]) \n\t"
174 "preceu.ph.qbl %[abovel_1], %[top_left] \n\t"
175 "preceu.ph.qbr %[abover_1], %[top_left] \n\t"
177 "lbu %[top_left], -1(%[above]) \n\t"
180 "replv.ph %[top_left], %[top_left] \n\t"
183 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
190 "subu.ph %[reshw], %[reshw], %[top_left] \n\t"
207 "subu.ph %[reshw], %[reshw], %[top_left] \
[all...]
/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_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h129 gfx::ImageSkia* top_left; member in struct:DownloadItemView::BodyImageSet

Completed in 1457 milliseconds

12