Searched defs:right (Results 301 - 325 of 879) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc88 const float right,
104 right, bottom, *this);
136 float& right,
295 const float /*right*/,
313 const float right,
337 const float right,
85 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
131 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
308 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
333 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_render_android_native_opengl2.cc218 const float right,
226 if (stream && stream->Init(zOrder, left, top, right, bottom) == 0)
286 const float right,
376 if (_openGLRenderer.SetCoordinates(zOrder, left, top, right, bottom) != 0) {
213 CreateAndroidRenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom, VideoRenderAndroid& renderer) argument
283 Init(int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_opengles20.cc179 const float right,
181 if ((top > 1 || top < 0) || (right > 1 || right < 0) ||
200 _vertices[5] = (right * 2) - 1;
205 _vertices[10] = (right * 2) - 1;
176 SetCoordinates(int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc53 const float right,
72 float& right,
80 right = 0;
144 const float right,
156 const float right,
178 const float right,
190 const float right,
49 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
67 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const 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.cc93 const float right,
105 top, right, bottom);
143 float& right,
153 left, top, right,
213 const float /*right*/,
233 const float right,
261 const float right,
88 AddIncomingRenderStream( const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
138 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
228 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, 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
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc140 const float right,
154 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
177 float& right,
181 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
248 const float right,
258 const float right,
277 const float right,
288 const float right,
136 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
173 GetIncomingRenderStreamProperties(const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const 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/windows/
H A Dvideo_render_windows_impl.cc100 const float right,
112 top, right, bottom);
138 float& right,
145 right = 0;
155 top, right, bottom);
248 const float right,
258 error = _ptrRendererWin->SetCropping(streamId, 0, left, top, right,
269 const float right,
280 top, right, bottom);
309 const float right,
96 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
133 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const 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_renderer.cc27 const float right,
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
65 const float right,
67 return render_module_.ConfigureRenderer(render_id_, z_order, left, top, right,
126 const float right,
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/third_party/webrtc/voice_engine/
H A Doutput_mixer.cc280 OutputMixer::SetOutputVolumePan(float left, float right) argument
285 _panRight = right;
290 OutputMixer::GetOutputVolumePan(float& left, float& right) argument
293 right = _panRight;
295 "GetOutputVolumePan() => left=%2.1f, right=%2.1f",
296 left, right);
528 // Scale left and/or right channel(s) if balance is active
H A Dutility_unittest.cc66 // Sets the signal value to increase by |left| and |right| with every sample in
68 void SetStereoFrame(AudioFrame* frame, float left, float right, argument
76 frame->data_[i * 2 + 1] = right * i;
81 void SetStereoFrame(AudioFrame* frame, float left, float right) { argument
82 SetStereoFrame(frame, left, right, frame->sample_rate_hz_);
/external/chromium_org/tools/gn/
H A Doperators.cc123 const Value& right,
134 right.type() == Value::LIST &&
135 !right.list_value().empty()) {
143 base::IntToString(static_cast<int>(right.list_value().size())) +
153 if (right.type() == Value::LIST && left.value() == kSourcesName) {
159 set_value->list_value().reserve(right.list_value().size());
160 AppendFilteredSourcesToValue(scope, right, set_value);
163 scope->SetValue(left.value(), right, op_node->right());
182 const Value& right,
120 ExecuteEquals(Scope* scope, const BinaryOpNode* op_node, const Token& left, const Value& right, Err* err) argument
178 ValuePlusEquals(const Scope* scope, const BinaryOpNode* op_node, const Token& left_token, Value* left, const Value& right, bool allow_type_conversion, Err* err) argument
251 ExecutePlusEquals(Scope* scope, const BinaryOpNode* op_node, const Token& left, const Value& right, Err* err) argument
273 ValueMinusEquals(const BinaryOpNode* op_node, Value* left, const Value& right, bool allow_type_conversion, Err* err) argument
314 ExecuteMinusEquals(Scope* scope, const BinaryOpNode* op_node, const Token& left, const Value& right, Err* err) argument
334 ExecutePlus(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
345 ExecuteMinus(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
358 ExecuteEqualsEquals(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
368 ExecuteNotEquals(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
379 FillNeedsTwoIntegersError(const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
390 ExecuteLessEquals(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
400 ExecuteGreaterEquals(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
410 ExecuteGreater(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
420 ExecuteLess(Scope* scope, const BinaryOpNode* op_node, const Value& left, const Value& right, Err* err) argument
547 ExecuteBinaryOperator(Scope* scope, const BinaryOpNode* op_node, const ParseNode* left, const ParseNode* right, Err* err) argument
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc31 Box() : left(), top(), right(), bottom() {}
47 right = left + width;
54 if (right <= x) right = x + 1;
59 int width() const { return right - left; }
64 int right; member in struct:Box
106 box.right * pixel_stride > row_size) {
119 row_size = (box.right - box.left) * pixel_stride;
209 box.right = 0;
/external/chromium_org/ui/events/
H A Dgesture_event_details.h99 return data.swipe.right;
165 bool right; member in struct:ui::GestureEventDetails::Details::__anon16751
/external/chromium_org/ui/gfx/geometry/
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
65 set_width(std::max(width() - left - right, static_cast<Type>(0)));
129 return (point_x >= x()) && (point_x < right()) &&
141 return (rect.x() >= x() && rect.right() <= right() &&
154 rect.x() >= right() || rect.right() <= x() ||
173 Type rr = std::min(right(), rect.right());
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc296 int right = menu_config.menu_horizontal_border_size + padding; local
304 gfx::Insets(top, left, bottom, right)));
306 SetBorder(Border::CreateEmptyBorder(top, left, bottom, right));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc80 // A NonClientFrameView with a window mask with the bottom right corner cut out.
102 int right = size.width(); variable
107 window_mask->lineTo(right, bottom);
108 window_mask->lineTo(right, 10);
109 window_mask->lineTo(right - 10, 10);
110 window_mask->lineTo(right - 10, 0);
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc28 // right and bottom layers are stretched to the height or width of the
137 const int right = min(base_right_column_width_, size_.width() - left); local
142 int center_width = std::max(size.width() - left - right, 0);
203 LayerExceedsSize(top_right_layer_.get(), gfx::Size(right, top)) ?
204 gfx::Rect(top_right_layer_->bounds().width() - right, 0,
205 right, top) :
228 LayerExceedsSize(bottom_right_layer_.get(), gfx::Size(right, bottom)) ?
229 gfx::Rect(bottom_right_layer_->bounds().width() - right,
231 right, bottom) :
/external/chromium_org/v8/src/
H A Dast-value-factory.cc132 // AstRawStrings are internalized before AstConsStrings so left and right are
261 const AstString* left, const AstString* right) {
264 AstConsString* new_string = new (zone_) AstConsString(left, right);
260 NewConsString( const AstString* left, const AstString* right) argument
/external/chromium_org/v8/src/compiler/
H A Dnode-matchers.h108 // right hand sides of a binary operation and can put constants on the right
118 const Right& right() const { return right_; } function in struct:v8::internal::compiler::FINAL
120 bool IsFoldable() const { return left().HasValue() && right().HasValue(); }
121 bool LeftEqualsRight() const { return left().node() == right().node(); }
125 if (left().HasValue() && !right().HasValue()) {
128 node()->ReplaceInput(1, right().node());
/external/chromium_org/v8/src/ic/
H A Dic-state.cc328 void BinaryOpICState::Update(Handle<Object> left, Handle<Object> right, argument
333 right_kind_ = UpdateKind(right, right_kind_);
337 op_ == Token::MOD && right->ToInt32(&fixed_right_arg_value) &&
379 DCHECK(right->IsUndefined() || right->IsBoolean());
561 // NUMBER stub will do the right thing.
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-machine-operator-reducer.cc118 // Check that the reduction of this binop applied to {left} and {right} yields
121 Node* right) {
123 Node* n = graph.NewNode(binop, left, right);
132 // Check that the reduction of this binop applied to {left} and {right} yields
136 Node* right_expect, Node* left, Node* right) {
138 Node* n = graph.NewNode(binop, left, right);
147 // Check that the reduction of this binop applied to {left} and {right} yields
151 volatile T right_expect, Node* left, Node* right) {
153 Node* n = graph.NewNode(binop, left, right);
163 // swap it to be on the right
120 CheckFoldBinop(Node* left_expect, Node* right_expect, Node* left, Node* right) argument
135 CheckFoldBinop(volatile T left_expect, const Operator* op_expect, Node* right_expect, Node* left, Node* right) argument
150 CheckFoldBinop(Node* left_expect, const Operator* op_expect, volatile T right_expect, Node* left, Node* right) argument
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x64.cc224 int64_t right = V8_2PART_UINT64_C(0x30000000, 40000000); local
225 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
227 CHECK_EQ(V8_2PART_UINT64_C(0x00000000, 20000000), right);
249 int64_t right = V8_2PART_UINT64_C(0x30000000, 40000000); local
250 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
295 int64_t right = V8_2PART_UINT64_C(0x30000000, 40000000); local
296 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
325 int64_t right = V8_2PART_UINT64_C(0x30000000, 00000000); local
326 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
348 int64_t right local
[all...]
/external/clang/include/clang/Basic/
H A DObjCRuntime.h301 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) { argument
302 return left.getKind() == right.getKind() &&
303 left.getVersion() == right.getVersion();
306 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) { argument
307 return !(left == right);
/external/clang/lib/Edit/
H A DEditedSource.cpp244 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { argument
248 Lexer::isIdentifierBodyChar(right, LangOpts));
253 static bool canRemoveWhitespace(char left, char beforeWSpace, char right, argument
255 if (!canBeJoined(left, right, LangOpts))
257 if (isWhitespace(left) || isWhitespace(right))
259 if (canBeJoined(beforeWSpace, right, LangOpts))
294 /*right=*/buffer[end+1],
/external/clang/test/SemaCXX/
H A Dc99-variable-length-array.cpp90 float right; member in struct:PR7206::edge_info

Completed in 1970 milliseconds

<<11121314151617181920>>