Searched defs:bottom (Results 226 - 250 of 413) sorted by path

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc54 const float bottom)
73 float& bottom) const
81 bottom = 0;
145 const float bottom)
157 const float bottom)
179 const float bottom)
191 const float bottom)
49 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
140 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
151 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
170 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
185 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.cc94 const float bottom)
105 top, right, bottom);
144 float& bottom) const
154 bottom);
214 const float /*bottom*/)
234 const float bottom)
249 const float bottom)
262 const float bottom)
88 AddIncomingRenderStream( const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
228 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
241 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float rigth, const float bottom) argument
256 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_x11_channel.cc105 float right, float bottom)
115 _bottom = bottom;
135 < 0) || (1 < bottom || bottom < 0))
153 _outHeight = (int32_t) (winHeight * (bottom - top));
300 float& right, float& bottom) const
309 bottom = _bottom;
104 Init(Window window, float left, float top, float right, float bottom) argument
H A Dvideo_x11_render.cc68 const float bottom)
89 renderChannel->Init(_window, left, top, right, bottom);
132 float& bottom)
143 renderChannel->GetStreamProperties(zOrder, left, top, right, bottom);
62 CreateX11RenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
126 GetIncomingStreamProperties( int32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc997 || _windowHeight != (_windowRect.bottom - _windowRect.top))
1006 _windowHeight = _windowRect.bottom - _windowRect.top;
1064 globalBounds.bottom = contentBounds.bottom;
1067 windowHeight = globalBounds.bottom - globalBounds.top;
1120 contentBounds.top, contentBounds.right, contentBounds.bottom, contentBounds.left);
1236 //WEBRTC_LOG(kTraceDebug, "%s contentBounds t:%d r:%d b:%d l:%d", __FUNCTION__, contentBounds.top, contentBounds.right, contentBounds.bottom, contentBounds.left);
1241 _currentParentWindowBounds.bottom = contentBounds.bottom;
1245 _currentParentWindowHeight = _currentParentWindowBounds.bottom
1976 GetChannelProperties(const uint16_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
[all...]
H A Dvideo_render_mac_carbon_impl.cc141 const float bottom)
154 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
178 float& bottom) const
181 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
249 const float bottom)
259 const float bottom)
278 const float bottom)
289 const float bottom)
136 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
245 SetStreamCropping(const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
254 ConfigureRenderer(const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
270 SetText(const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
283 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc185 const float bottom)
205 right, bottom);
300 float& bottom) const {
312 bottom);
468 const float bottom)
478 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom);
507 const float bottom)
518 backgroundColorRef, left, top, right, bottom);
527 const float bottom)
538 right, bottom);
180 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
463 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
499 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
521 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
592 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
H A Dvideo_render_internal_impl.cc408 const float bottom)
428 right, bottom);
523 float& bottom) const {
535 bottom);
691 const float bottom)
701 return _ptrRenderer->SetStreamCropping(streamId, left, top, right, bottom);
730 const float bottom)
741 backgroundColorRef, left, top, right, bottom);
750 const float bottom)
761 right, bottom);
403 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
686 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
722 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
744 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
815 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.cc345 _originalHwndRect.bottom - _originalHwndRect.top,
473 _winHeight = _originalHwndRect.bottom - _originalHwndRect.top;
851 const float bottom)
861 d3dChannel->SetStreamSettings(0, zOrder, left, top, right, bottom);
878 float& right, float& bottom)
894 return ddobj->GetStreamSettings(0, zOrder, left, top, right, bottom);
895 //return ddobj->GetStreamSettings(streamId, zOrder, left, top, right, bottom);
908 float left, right, top, bottom; local
917 bottom = 1 - stopHeight * 2;
921 { left, bottom, 0.
846 CreateChannel(const uint32_t channel, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
874 GetStreamSettings(const uint32_t channel, const uint16_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
957 SetCropping(const uint32_t channel, const uint16_t streamId, const float left, const float top, const float right, const float bottom) argument
973 SetText(const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t colorText, const uint32_t colorBg, const float left, const float top, const float rigth, const float bottom) argument
985 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
1150 ConfigureRenderer(const uint32_t channel, const uint16_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
H A Dvideo_render_windows_impl.cc101 const float bottom)
112 top, right, bottom);
139 float& bottom) const
146 bottom = 0;
155 top, right, bottom);
249 const float bottom)
259 bottom);
270 const float bottom)
280 top, right, bottom);
310 const float bottom)
96 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
244 SetStreamCropping( const uint32_t streamId, const float left, const float top, const float right, const float bottom) argument
264 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
301 SetText( const uint8_t textId, const uint8_t* text, const int32_t textLength, const uint32_t textColorRef, const uint32_t backgroundColorRef, const float left, const float top, const float right, const float bottom) argument
326 SetBitmap(const void* bitMap, const uint8_t pictureId, const void* colorKey, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_render_impl.cc88 const float bottom) {
91 << " bottom: " << bottom; local
110 render_id, window, z_order, left, top, right, bottom);
125 render_id, window, z_order, left, top, right, bottom);
221 const float right, const float bottom) {
224 << " bottom: " << bottom; local
232 if (renderer->ConfigureRenderer(z_order, left, top, right, bottom) != 0) {
85 AddRenderer(const int render_id, void* window, const unsigned int z_order, const float left, const float top, const float right, const float bottom) argument
219 ConfigureRender(int render_id, const unsigned int z_order, const float left, const float top, const float right, const float bottom) argument
H A Dvie_render_manager.cc94 const float bottom) {
120 bottom);
88 AddRenderStream(const int32_t render_id, void* window, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
H A Dvie_renderer.cc28 const float bottom) {
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
66 const float bottom) {
68 bottom);
127 const float bottom) {
130 render_id_, z_order, left, top, right, bottom));
20 CreateViERenderer(const int32_t render_id, const int32_t engine_id, VideoRender& render_module, ViERenderManager& render_manager, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
62 ConfigureRenderer(const unsigned int z_order, const float left, const float top, const float right, const float bottom) argument
123 Init(const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc31 Box() : left(), top(), right(), bottom() {}
48 bottom = top + height;
56 if (bottom <= y) bottom = y + 1;
60 int height() const { return bottom - top; }
65 int bottom; member in struct:Box
105 if (box.bottom * row_stride > total_size ||
118 total_size = (box.bottom - box.top) * row_stride;
210 box.bottom = 0;
/external/chromium_org/ui/base/cocoa/
H A Dappkit_utils.h22 int bottom; member in struct:ui::NinePartImageIds
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider.cc571 float bottom = -std::numeric_limits<float>::max(); local
593 bottom = std::max(bottom, y + diameter);
595 return gfx::RectF(left, top, right - left, bottom - top);
/external/chromium_org/ui/gfx/geometry/
H A Dinsets.cc15 Insets::Insets(int top, int left, int bottom, int right) argument
16 : InsetsBase<Insets, int>(top, left, bottom, right) {}
22 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
H A Dinsets_base.h19 Type bottom() const { return bottom_; } function in class:gfx::InsetsBase
27 // top and bottom insets.
33 void Set(Type top, Type left, Type bottom, Type right) { argument
36 bottom_ = bottom;
61 InsetsBase(Type top, Type left, Type bottom, Type right) argument
64 bottom_(bottom),
H A Dinsets_f.cc15 InsetsF::InsetsF(float top, float left, float bottom, float right) argument
16 : InsetsBase<InsetsF, float>(top, left, bottom, right) {}
22 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
H A Dquad_unittest.cc249 float bottom = 6.2f; local
250 EXPECT_EQ(RectF(left, top, right - left, bottom - top),
H A Drect_base.h48 Type bottom() const { return y() + height(); } function in class:gfx::RectBase
51 PointClass bottom_left() const { return PointClass(x(), bottom()); }
52 PointClass bottom_right() const { return PointClass(right(), bottom()); }
69 void Inset(Type left, Type top, Type right, Type bottom);
82 bottom() - inner.bottom(),
H A Drect_base_impl.h53 Inset(insets.left(), insets.top(), insets.right(), insets.bottom());
63 Inset(Type left, Type top, Type right, Type bottom) { argument
66 set_height(std::max(height() - top - bottom, static_cast<Type>(0)));
130 (point_y >= y()) && (point_y < bottom());
142 rect.y() >= y() && rect.bottom() <= bottom());
155 rect.y() >= bottom() || rect.bottom() <= y());
174 Type rb = std::min(bottom(), rect.bottom());
[all...]
/external/chromium_org/ui/gfx/
H A Dshadow_value.cc53 int bottom = 0; local
64 bottom = std::max(bottom, blur + shadow.y());
67 return Insets(-top, -left, -bottom, -right);
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc189 // for top and bottom, but the bottom margin here should be smaller
198 top_down ? kMarginBetweenItems - shadow_insets.bottom() : 0, /* bottom */
214 kMarginBetweenItems - MessageView::GetShadowInsets().bottom();
304 padding = kMarginBetweenItems - MessageView::GetShadowInsets().bottom();
449 kMarginBetweenItems - MessageView::GetShadowInsets().bottom();
476 kMarginBetweenItems - MessageView::GetShadowInsets().bottom();
477 int bottom = (reposition_top_ > 0) local
479 : GetHeightForWidth(width()) - GetInsets().bottom();
[all...]
H A Dnotification_view.cc53 int bottom,
55 return views::Border::CreateEmptyBorder(top, left, bottom, right);
59 scoped_ptr<views::Border> MakeTextBorder(int padding, int top, int bottom) { argument
60 // Split the padding between the top and the bottom, then add the extra space.
63 (padding + 1) / 2 + bottom,
68 scoped_ptr<views::Border> MakeProgressBarBorder(int top, int bottom) { argument
71 bottom,
51 MakeEmptyBorder(int top, int left, int bottom, int right) argument

Completed in 771 milliseconds

1234567891011>>