Searched defs:right (Results 101 - 125 of 879) sorted by path

1234567891011>>

/external/chromium_org/extensions/renderer/
H A Dmodule_system.cc556 v8::Handle<v8::String> right = v8::String::NewFromUtf8(GetIsolate(), "\n})"); local
558 v8::String::Concat(left, v8::String::Concat(source, right))));
/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.h112 bool operator() (const Block &left, const Block &right) { argument
113 return left.offset < right.offset;
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.cc495 int32 right; local
497 return SafeAddInt32(xoffset, width, &right) &&
501 right <= info.width &&
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc417 float right = min(left+g_current_tile_width, g_current_tile_layer_width); local
419 float width = right-left;
440 float center_x = (left+right)/2 - g_current_tile_layer_width/2;
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc198 float right,
203 float delta_x = right - left;
221 frust.m[2][0] = (right + left) / delta_x;
197 Frustum(float left, float right, float bottom, float top, float near_z, float far_z) argument
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dtype_conversion_unittest.cc15 int32_t right; member in struct:mojo::__anon8784::RedmondRect
49 rect->width = input.right - input.left;
61 rect.right = input->x + input->width;
141 EXPECT_EQ(60, rr.right);
201 EXPECT_EQ(redmond_region.rects[i].right, redmond_region2.rects[i].right);
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dmatrix.cc17 GLfloat right,
24 temp2 = right - left;
35 mat[8] = (right + left) / temp2;
15 glhFrustumf2(Matrix_t mat, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat znear, GLfloat zfar) argument
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dmatrix.cc17 GLfloat right,
24 temp2 = right - left;
35 mat[8] = (right + left) / temp2;
15 glhFrustumf2(Matrix_t mat, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat znear, GLfloat zfar) argument
/external/chromium_org/net/cert/
H A Dx509_certificate.cc206 // Utility to split |src| on the first occurrence of |c|, if any. |right| will
212 base::StringPiece* right) {
216 right->clear();
219 *right = src.substr(pos);
209 SplitOnChar(const base::StringPiece& src, char c, base::StringPiece* left, base::StringPiece* right) argument
/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c244 * If it's the complete next message we accept it right away.
1027 records->right = DTLS_RECVD_RECORDS_WINDOW - 1;
1048 /* Out of range to the right; since we advance the window on
1051 if (seq > records->right)
1071 if (seq > records->right) {
1074 PRUint64 right; local
1076 /* Slide to the right; this is the tricky part
1079 * next byte boundary by setting the right 8
1090 for (right = records->right
[all...]
H A Dsslimpl.h562 * right represent the true window, with modular arithmetic used to
571 PRUint64 right; member in struct:DTLSRecvdRecordsStr
/external/chromium_org/pdf/
H A Dinstance.cc252 int right = static_cast<int>(ceilf((rect->x() + rect->width()) * scale)); local
254 rect->SetRect(left, top, right - left, bottom - top);
860 // are pending paints or not to figure out if it should draw right away or
1041 int right_start = available_area_.right();
1042 int right_width = abs(width_without_scrollbar - available_area_.right());
1045 // Add the left, right, and bottom rectangles. Note: we assume only
1128 if (scroll_area.right() > rc.x()) {
2053 loc.point.x = static_cast<int>(available_area_.right() / device_scale_);
2420 plugin_size_.width() - GetToolbarRightOffset() - ctrl_rc.right(),
2651 if (autoscroll_rect_.right() > client_siz
[all...]
H A Dout_of_process_instance.cc199 int right = static_cast<int>(ceilf((rect->x() + rect->width()) * scale)); local
201 rect->SetRect(left, top, right - left, bottom - top);
205 // needed right now to do a synchronous call to JavaScript, but we could easily
320 // then we get the right MIME type. When the in process plugin is removed we
716 int right_start = available_area_.right();
717 int right_width = abs(plugin_size_.width() - available_area_.right());
720 // Add the left, right, and bottom rectangles. Note: we assume only
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc98 float right; member in struct:chrome_pdf::__anon9855::ClipBox
380 &clip_box->right, &clip_box->top)) {
382 &clip_box->right, &clip_box->top)) {
390 clip_box->right = rotated ? paper_height : paper_width;
395 clip_box->right *= scale_factor;
412 const float clip_box_width = source_clip_box.right - source_clip_box.left;
450 *offset_x = page_width - source_clip_box.right;
454 *offset_x = page_height - source_clip_box.right;
511 // Adobe Reader also get rid of trailing spaces right before a CRLF.
1503 // We're selecting but right no
2665 int right = local
2973 Form_Invalidate(FPDF_FORMFILLINFO* param, FPDF_PAGE page, double left, double top, double right, double bottom) argument
2993 Form_OutputSelectedRect(FPDF_FORMFILLINFO* param, FPDF_PAGE page, double left, double top, double right, double bottom) argument
[all...]
H A Dpdfium_page.cc118 double left, top, right, bottom; local
119 FPDFText_GetRect(GetTextPage(), i, &left, &top, &right, &bottom); local
121 GetTextBoxAsValue(height, left, top, right, bottom, rotation));
133 double right, double bottom,
137 FPDFText_GetBoundedText(GetTextPage(), left, top, right, bottom, NULL, 0);
142 left, top, right, bottom, local
155 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, rotation));
167 node->SetDouble(kTextBoxWidth, right - left);
339 double left, right, bottom, top; local
340 FPDFText_GetCharBox(GetTextPage(), char_index, &left, &right, local
131 GetTextBoxAsValue(double page_height, double left, double top, double right, double bottom, int rotation) argument
423 double left, top, right, bottom; local
433 PageToScreen(const pp::Point& offset, double zoom, double left, double top, double right, double bottom, int rotation) argument
[all...]
H A Dpdfium_range.cc50 double left, top, right, bottom; local
51 FPDFText_GetRect(page_->GetTextPage(), i, &left, &top, &right, &bottom);
53 page_->PageToScreen(offset, zoom, left, top, right, bottom, rotation));
/external/chromium_org/ppapi/cpp/
H A Drect.cc27 void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
29 set_width(std::max<int32_t>(width() - left - right, 0));
39 return (point_x >= x()) && (point_x < right()) &&
44 return (rect.x() >= x() && rect.right() <= right() &&
49 return !(rect.x() >= right() || rect.right() <= x() ||
56 int32_t rr = std::min(right(), rect.right());
74 int32_t rr = std::max(right(), rec
131 Inset(float left, float top, float right, float bottom) argument
[all...]
H A Drect.h221 /// <code>for (int32_t x = rect.x(); x < rect.right(); ++x) {}</code>
224 int32_t right() const { function in class:pp::Rect
277 /// @param[in] right An int32_t value representing a right
281 void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom);
606 /// <code>for (float x = rect.x(); x < rect.right(); ++x) {}</code>
609 float right() const { function in class:pp::FloatRect
662 /// @param[in] right An float value representing a right
666 void Inset(float left, float top, float right, floa
[all...]
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc182 float right,
187 float delta_x = right - left;
205 frust.m[2][0] = (right + left) / delta_x;
181 Frustum(float left, float right, float bottom, float top, float near_z, float far_z) argument
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc198 float right,
203 float delta_x = right - left;
221 frust.m[2][0] = (right + left) / delta_x;
197 Frustum(float left, float right, float bottom, float top, float near_z, float far_z) argument
/external/chromium_org/ppapi/tests/
H A Dtest_case.h368 bool CompareEQ(const U& right) const {
369 return value == right;
372 bool CompareNE(const U& right) const {
373 return value != right;
376 bool CompareLT(const U& right) const {
377 return value < right;
380 bool CompareGT(const U& right) const {
381 return value > right;
384 bool CompareLE(const U& right) const {
385 return value <= right;
527 MakeBinaryComparisonFailureMessage( const char* comparator, const T& left, const U& right, const char* left_precompiler_string, const char* right_precompiler_string, const char* file_name, int line_number) argument
581 CompareDoubleEq(ComparisonHelper<double> left, double right, const char* left_precompiler_string, const char* right_precompiler_string, const char* file_name, int linu_num) argument
[all...]
H A Dtest_media_stream_audio_track.cc51 // Create oscillators for the left and right channels. Use a sine wave,
61 // Combine the left and right channels.
454 int16_t right = data_buffer[sample + 1]; local
465 ASSERT_GE(right, std::max<int16_t>(expected, INT16_MIN + 1) - 1);
466 ASSERT_LE(right, std::min<int16_t>(expected, INT16_MAX - 1) + 1);
/external/chromium_org/printing/
H A Dpage_setup.h29 int right; member in class:printing::PageMargins
/external/chromium_org/remoting/base/
H A Dcapabilities_unittest.cc22 const char* right; member in struct:__anon10355::IntersectTestData
93 // Verify that intersection of |right| with all permutations of |left| yields
101 IntersectCapabilities(JoinString(caps, " "), data[i].right));
H A Dutil.cc90 dest_rect.right(), dest_rect.bottom());
111 dest_rect.right(), dest_rect.bottom());
139 rect.right(),
157 dest_rect.right(),
172 int right = RoundToTwosMultiple(rect.right() + 1); local
174 return webrtc::DesktopRect::MakeLTRB(x, y, right, bottom);
182 int right = (rect.right() * out_size.width() + in_size.width() - 1) / local
186 return webrtc::DesktopRect::MakeLTRB(left, top, right, botto
[all...]

Completed in 562 milliseconds

1234567891011>>