/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.c | 136 struct bezier left, right; /* bez poly splits */ local 147 split(bez, &left, &right); /* split in two */ 149 add_if_close(&right, length, error); /* try right side */ 659 struct bezier right = *bez; local 662 split_left(&right, t, &left);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
MatrixTest.java | 429 assertEquals(3f, r.right); 447 assertEquals(0f, dst.right); 452 assertEquals(0f, src.right);
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_display.c | 410 int right = x+dx; local 414 for (i = left; i < right; i++) { 420 buf[i*buf_w+right] = 0xff;
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
QCameraMjpegDecode.cpp | 354 if (p_args->region.right || p_args->region.bottom) 359 (uint32_t)(dest.region.right - dest.region.left + 1)); 367 (uint32_t)(dest.region.right - dest.region.left + 1));
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_display.c | 409 int right = x+dx; local 413 for (i = left; i < right; i++) { 419 buf[i*buf_w+right] = 0xff;
|
/external/chromium_org/ash/wm/ |
window_animations.cc | 478 item_rect.set_x(shelf_bounds.right()); 496 int ltr_adjusted_x = base::i18n::IsRTL() ? work_area.right() : work_area.x(); 505 return gfx::Rect(work_area.right(), work_area.y(), 0, 0);
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer_unittest.cc | 211 // Assertions around attached window resize dragging from the right with 2 223 // Move it 100 to the right, which should expand w1 and push w2. 279 // Assertions around attached window resize dragging from the right with 3 295 // Move it 100 to the right, which should expand w1 and push w2 and w3. 336 // Move it -100 to the right, which should collapse w1 and expand w2 and w3. 342 // Move it 100 to the right. 548 // Assertions around dragging to the left/right edge of the screen. 557 // Window is wide enough not to get docked right away. 578 // Try the same with the right side. 605 // Window is wide enough not to get docked right away 920 int right = ScreenUtil::GetDisplayWorkAreaBoundsInParent( local 964 int right = ScreenUtil::GetDisplayWorkAreaBoundsInParent( local [all...] |
/external/chromium_org/chrome/browser/devtools/device/ |
port_forwarding_controller.cc | 225 const ParsedVersion& right) { 227 left.begin(), left.end(), right.begin(), right.end());
|
/external/chromium_org/chrome/browser/ui/panels/ |
docked_panel_collection.cc | 24 // Width of spacing around panel collection and the left/right edges of the 141 return work_area_.right(); 207 // Restoring is only needed when this panel is not in the right position. 313 mouse_position.x() <= bounds.right() && 497 if (bounds.x() <= mouse_x && mouse_x <= bounds.right() && 654 // to the right and to the left. We want to process them from the center 690 // Alternate between processing the panels that moving left and right,
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.cc | 91 // all drawing occurs left-to-right, and then use this class to get the actual 108 int mirrored_left_coord(int left, int right) const { 109 return base::i18n::IsRTL() ? (center_ + (center_ - right)) : left; 295 // infinite suggestions appear near the right edge in RTL UI. This is 465 (keyword_icon_->x() <= icon_bounds_.right());
|
/external/chromium_org/net/cert/ |
x509_certificate.cc | 206 // 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);
|
/external/chromium_org/skia/ext/ |
platform_canvas_unittest.cc | 111 inner_rc.right = x + w; 152 SkIntToScalar(right()), SkIntToScalar(bottom())); 167 int right() const { return x_ + w_; } function in class:skia::__anon15303::LayerSaver
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSAnimatableValueFactory.cpp | 113 createFromLength(lengthBox.right(), style), 129 createFromBorderImageLength(borderImageLengthBox.right(), style), 407 return createFromLength(style.right(), style);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Runtime.js | 551 * @param {string} right 554 function compare(left, right) 556 if (left > right) 558 if (left < right)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
PaintProfilerView.js | 181 for (var i = window.left; i <= window.right; ++i) { 210 * @return {{left: number, right: number}} 221 return { left: stepLeft, right: stepRight }; 231 this._snapshot.requestImage(this._log[window.left].commandIndex, this._log[window.right].commandIndex, 1, this._showImageCallback);
|
/external/chromium_org/third_party/bintrees/bintrees/ |
treemixin.py | 359 node = node.right 556 while node.right is not None: 557 node = node.right
|
/external/chromium_org/third_party/skia/src/core/ |
SkPath.cpp | 73 SkScalar right, SkScalar bottom) { 74 fRect.set(left, top, right, bottom); 351 3: horizontal right 353 A rectangle cycles up/right/down/left or up/left/down/right. 383 0x2 is set if the segment is moving to the right or down 415 SkScalar right = pts->fX; local 418 if (left != right && top != bottom) { 421 if (left == right && top == bottom) { 424 nextDirection = rect_make_dir(right - left, bottom - top) [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkTextureCompressor_Blitter.h | 219 // rows are updated using updateBlockRow, and the left and right columns are updated 258 // If we need to update the right column, do that too 280 // on the right. The result will always be at least two pixels wide. 324 for (int i = startI; i < clip.right(); i += BlockDim) { 332 i + BlockDim > clip.right() || j + BlockDim > clip.bottom()) { 340 const int endX = SkMin32(i + BlockDim, clip.right()); 536 // Make sure that we have a valid right-bound X value 671 // Update the right cap (if we need to)
|
/external/chromium_org/third_party/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 118 set_bindingside(&layout.binding.right, parent, kHILayoutBindRight); 192 this->resize(r.right - r.left, r.bottom - r.top); 200 SkDebugf("------ %d bounds %g %g %g %g\n", r.right - r.left,
|
/external/chromium_org/ui/gfx/ |
render_text_pango.cc | 414 if (SkScalarTruncToInt(x) >= display_rect().right()) 458 SkScalarTruncToInt(x) >= display_rect().right()) { 483 SkScalarTruncToInt(x) < display_rect().right());
|
/external/chromium_org/ui/views/controls/ |
scroll_view.cc | 268 // Update the bounds right now so the inner views can fit in it. 308 viewport_bounds.right(), 313 vert_sb_->SetBounds(viewport_bounds.right() - width_offset, 320 corner_view_->SetBounds(viewport_bounds.right(), 497 // or right shifts we need to make sure it appears in the 498 // lower/right corner. This is calculated by taking max_x or max_y
|
styled_label_unittest.cc | 147 // Verify layout creates the right number of children. 277 EXPECT_EQ(styled()->child_at(1)->bounds().right(), 374 EXPECT_EQ(styled()->child_at(0)->bounds().right(), 377 EXPECT_EQ(styled()->child_at(2)->bounds().right(),
|
/external/chromium_org/v8/test/mjsunit/ |
external-array-no-sse2.js | 382 // Make sure runtime does it right 385 // Make sure the ICs do it right 388 // Make sure that Cranskshft does it right. 398 // Make sure runtime does it right 401 // Make sure the ICs do it right 404 // Make sure that Cranskshft does it right.
|
external-array.js | 382 // Make sure runtime does it right 385 // Make sure the ICs do it right 388 // Make sure that Cranskshft does it right. 398 // Make sure runtime does it right 401 // Make sure the ICs do it right 404 // Make sure that Cranskshft does it right.
|
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | 89 // FIXME: What is the right way to say this doesn't fit? We should give 211 bool operator<(const BlockLayoutChunk &left, const BlockLayoutChunk &right) { 214 bool RightByref = right.Capture ? right.Capture->isByRef() : false; 217 left.Alignment >= right.Alignment) 219 else if (LeftByref && left.Alignment >= right.Alignment) 222 left.Alignment >= right.Alignment) 226 if (right.Lifetime == Qualifiers::OCL_Strong && 227 right.Alignment >= left.Alignment) 229 else if (RightByref && right.Alignment >= left.Alignment [all...] |