/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_transform.js | 61 addCropFrame('left top corner'); 64 addCropFrame('left vertical'); 66 addCropFrame('left bottom corner'); 104 this.domOverlay_.style.left = screenClipped.left + 'px'; 109 this.shadowLeft_.style.width = screenCrop.left - screenClipped.left + 'px'; 113 this.shadowRight_.style.width = screenClipped.left + screenClipped.width - 114 (screenCrop.left + screenCrop.width) + 'px'; 211 // left/top/right/bottom held instead for convenience [all...] |
/external/chromium/chrome/browser/sync/glue/ |
typed_url_model_associator.cc | 388 size_t left = 0; local 390 while (left < left_visit_count && right < right_visit_count) { 391 base::Time left_time = base::Time::FromInternalValue(typed_url.visit(left)); 396 ++left; 401 ++left; 406 for ( ; left < left_visit_count; ++left) { 408 base::Time left_time = base::Time::FromInternalValue(typed_url.visit(left)); 465 size_t left = 0; local 467 while (left < left_visit_count && right < right_visit_count) [all...] |
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.css | 18 padding-left: 2px; 41 padding-left: 20px; 46 padding-left: 15px; 96 margin-left: 6px; 102 margin-left: 8px; 189 padding-left: 20px; 227 margin-left: 20px; 251 margin-left: 15px; 260 left: 0;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
heapProfiler.css | 61 left: 0; 171 left: 0; 179 left: 0; 191 left: 0; 200 left: 0; 213 left: 0; 236 left: 0; 245 margin-left: 4px; 292 left: 0;
|
sourcesPanel.css | 110 left: 0; 114 left: auto; 123 left: 0; 133 left: 0; 155 margin-left: 20px; 161 margin-left: 10px; 178 button.status-bar-item.scripts-debugger-show-hide-button.toggled-left { 192 margin-left: 1em; 225 float: left;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
style.css | 178 border-left: 2px solid #ffffff; 184 border-left: 2px solid #ff0000; 188 border-left: 2px solid #00ff00; 192 border-left: 2px solid #808080; 196 border-left: 2px solid #eeee99; 245 #index td.left, #index th.left { 246 padding-left: 0; 255 text-align: left;
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskFilter.cpp | 32 const int dx = dst->fBounds.left() - src.fBounds.left(); 50 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); 57 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) { 73 // top-left 79 m.fBounds.offsetTo(outerR.left(), outerR.top()); 93 // bottom-left 99 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); 115 innerR.set(outerR.left() + cx - mask.fBounds.left(), [all...] |
/external/skia/src/core/ |
SkMaskFilter.cpp | 32 const int dx = dst->fBounds.left() - src.fBounds.left(); 50 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); 57 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) { 73 // top-left 79 m.fBounds.offsetTo(outerR.left(), outerR.top()); 93 // bottom-left 99 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); 115 innerR.set(outerR.left() + cx - mask.fBounds.left(), [all...] |
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 389 final int left = mHandle.getLeft(); local 390 mTouchDelta = (int) x - left; 391 prepareTracking(left); 446 final int left = mHandle.getLeft(); 452 (mExpanded && left < mTapThreshold + mTopOffset) || 453 (!mExpanded && left > mBottomOffset + mRight - mLeft - 460 animateClose(vertical ? top : left); 462 animateOpen(vertical ? top : left); 465 performFling(vertical ? top : left, velocity, false); 469 performFling(vertical ? top : left, velocity, false) 608 final int left = handle.getLeft(); local [all...] |
CheckedTextView.java | 177 protected void internalSetPadding(int left, int top, int right, int bottom) { 178 super.internalSetPadding(left, top, right, bottom); 237 final int left; local 240 left = mBasePadding; 241 right = left + mCheckMarkWidth; 244 left = right - mCheckMarkWidth; 246 checkMarkDrawable.setBounds(mScrollX + left, top, mScrollX + right, bottom);
|
/frameworks/base/libs/hwui/ |
PathCache.cpp | 91 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { 93 PathCache::computeBounds(bounds, paint, left, top, offset, width, height); 97 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { 101 left = bounds.fLeft; 129 float left, float top, float offset, uint32_t width, uint32_t height) { 136 canvas.translate(-left + offset, -top + offset); 140 static PathTexture* createTexture(float left, float top, float offset, 143 texture->left = left; 267 float left, top, offset local 347 float left, top, offset; local [all...] |
DisplayList.h | 342 void setLeft(int left) { 343 if (left != mLeft) { 344 mLeft = left; 398 void setLeftTop(int left, int top) { 399 if (left != mLeft || top != mTop) { 400 mLeft = left; 410 void setLeftTopRightBottom(int left, int top, int right, int bottom) { 411 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) { 412 mLeft = left;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
CustomLayout.java | 40 /** The amount of space used by children in the left gutter. */ 78 // These keep track of the space we are using on the left and right for 98 // that asked to be positioned on the left or right go in those gutters. 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 136 // These are the far left and right edges in which we are performing layout. 138 int rightPos = right - left - getPaddingRight(); 158 mTmpContainerRect.left = leftPos + lp.leftMargin; 163 mTmpContainerRect.left = rightPos - width - lp.leftMargin; 164 rightPos = mTmpContainerRect.left; 166 mTmpContainerRect.left = middleLeft + lp.leftMargin [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_change_handler.cc | 21 const ChangeQueueItem& left, 23 if (left.changestamp != right.changestamp) 24 return left.changestamp < right.changestamp; 25 return fileapi::FileSystemURL::Comparator()(left.url, right.url); 49 const RemoteChange& left, 51 // This should return true if |right| has higher priority than |left|. 54 if (left.changestamp != right.changestamp) 55 return left.changestamp > right.changestamp;
|
/external/javassist/src/main/javassist/compiler/ |
JvstTypeChecker.java | 68 protected void atFieldAssign(Expr expr, int op, ASTree left, ASTree right) 71 if (left instanceof Member 72 && ((Member)left).get().equals(codeGen.paramArrayName)) { 83 super.atFieldAssign(expr, op, left, right); 173 ASTree left = args.head(); local 174 return (left instanceof Member 175 && ((Member)left).get().equals(codeGen.paramListName));
|
/external/qemu/distrib/sdl-1.2.15/src/audio/sun/ |
SDL_sunaudio.c | 124 int left; local 127 left = (written - info.play.samples); 128 if ( written && (left == 0) ) { 140 Sint32 left; local 143 left = (written - info.play.samples); 144 if ( left > fragsize ) { 147 sleepy = ((left - fragsize)/frequency);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
floating_point_comparison.hpp | 185 predicate_result operator()( FPT left, FPT right ) const 187 FPT diff = tt_detail::fpt_abs( left - right ); 189 FPT d2 = tt_detail::safe_fpt_division( diff, tt_detail::fpt_abs( left ) ); 221 operator()( FPT1 left, FPT2 right, percent_tolerance_t<ToleranceBaseType> tolerance, 233 return pred( left, right ); 237 operator()( FPT1 left, FPT2 right, fraction_tolerance_t<ToleranceBaseType> tolerance, 246 return pred( left, right );
|
/build/tools/droiddoc/templates-ds/assets/js/grid/ |
960.gridder.js | 85 jQuery('<style type"text/css">#g-setup{position:absolute;top:150px;left:-310px;padding:6px;margin:0;list-style:none;width:320px!important;background-color:#d1cfe6;border:2px solid #a19bd1;z-index:2100; display:none;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important;font-family:Verdana,Geneva,sans-serif!important;font-size:10px!important;font-weight:normal!important;letter-spacing:normal!important;line-height:1!important;list-style-type:none!important;margin:0!important;padding:0!important;text-decoration:none!important;text-indent:0!important;text-transform:none!important;word-spacing:0!important;z-index:2100!important;}#g-setup .head{font-weight:bold!important;text-align:center;border-bottom:1px solid #7cb267!important;}#g-setup ul{width:150px;float:left!important;}#g-setup li{clear:left;padding:5px!important;}* html #g-setup li{clear:none!important;padding:4px!important;}#g-setup span{float:left!important;width:50px;padding:1px 4px 0 0!important;text-align:right!important;line-height:1.5!important;}#g-setup input,#g-setup select{float:left!important;width:70px;border:1px solid #a19bd1!important;background-color:#e7e6ee!important;padding:2px!important;}#g-setup select{width:77px;padding:0!important;}#g-setup-misc{margin-top:5px!important;clear:left;float:none!important;width:300px!important;border-top:1px solid #7cb267!important;}#g-setup-misc span{line-height:1.1!important;width:200px;}#g-setup-misc input{width:15px;padding:0!important;height:15px;}#g-setup-tab{width:26px;overflow:hidden;position:absolute;top:0;left:100%;margin-left:-26px!important;z-index:2100!important;}#g-setup-tab img{left:0;position:relative;}#g-grid{left:0;position:absolute;z-index:500;top:0;}#g-grid .g-vertical,#g-grid .g-horizontal{position:absolute (…) [all...] |
/external/chromium_org/mojo/public/tests/ |
bindings_type_conversion_unittest.cc | 13 int32_t left; member in struct:mojo::__anon8738::RedmondRect 31 rect.set_x(input.left); 33 rect.set_width(input.right - input.left); 39 rect.left = input.x(); 139 EXPECT_EQ(10, rr.left); 168 rr.left += static_cast<int32_t>(i); 212 rect.left += static_cast<int32_t>(i); 225 EXPECT_EQ(redmond_region.rects[i].left, redmond_region2.rects[i].left);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 367 dst_w = displayFrame.right - displayFrame.left; 370 src_w = sourceCrop.right - sourceCrop.left; 547 int& crop_l = crop.left; 551 int crop_w = crop.right - crop.left; 554 int& dst_l = dst.left; 558 int dst_w = abs(dst.right - dst.left); 561 const int& sci_l = scissor.left; 604 nwr.left = list->hwLayers[0].displayFrame.left; 611 nwr.left = min(nwr.left, displayFrame.left) [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_utils.cpp | 328 dst_w = displayFrame.right - displayFrame.left; 331 src_w = sourceCrop.right - sourceCrop.left; 507 int& crop_l = crop.left; 511 int crop_w = crop.right - crop.left; 514 int& dst_l = dst.left; 518 int dst_w = abs(dst.right - dst.left); 521 const int& sci_l = scissor.left; 564 nwr.left = list->hwLayers[0].displayFrame.left; 571 nwr.left = min(nwr.left, displayFrame.left) [all...] |
/external/v8/src/arm/ |
lithium-arm.cc | 836 ASSERT(instr->left()->representation().IsTagged()); 839 LOperand* left = UseFixed(instr->left(), r1); local 841 LArithmeticT* result = new(zone()) LArithmeticT(op, left, right); 846 ASSERT(instr->left()->representation().IsInteger32()); 848 LOperand* left = UseRegisterAtStart(instr->left()); local 875 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); 883 ASSERT(instr->left()->representation().IsDouble()); 886 LOperand* left = UseRegisterAtStart(instr->left()) local 900 HValue* left = instr->left(); local 1279 LOperand* left = UseRegisterAtStart(instr->LeastConstantOperand()); local 1287 LOperand* left = UseFixed(instr->left(), r1); local 1355 LOperand* left = UseFixedDouble(instr->left(), d1); local 1367 LOperand* left; local 1398 LOperand* left = UseRegisterAtStart(instr->left()); local 1418 LOperand* left = UseRegisterAtStart(instr->LeastConstantOperand()); local 1441 LOperand* left = UseFixedDouble(instr->left(), d1); local 1464 LOperand* left = UseFixed(instr->left(), r1); local 1477 LOperand* left = UseRegisterOrConstantAtStart(instr->left()); local 1484 LOperand* left = UseRegisterAtStart(instr->left()); local 1493 LOperand* left = UseRegisterAtStart(instr->left()); local 1546 LOperand* left = UseFixed(instr->left(), r1); local 2085 LOperand* left = UseRegisterAtStart(instr->left()); local [all...] |
/external/v8/src/mips/ |
lithium-mips.cc | 836 ASSERT(instr->left()->representation().IsTagged()); 839 LOperand* left = UseFixed(instr->left(), a1); local 841 LArithmeticT* result = new(zone()) LArithmeticT(op, left, right); 846 ASSERT(instr->left()->representation().IsInteger32()); 848 LOperand* left = UseRegisterAtStart(instr->left()); local 875 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); 883 ASSERT(instr->left()->representation().IsDouble()); 886 LOperand* left = UseRegisterAtStart(instr->left()) local 900 HValue* left = instr->left(); local 1280 LOperand* left = UseRegisterAtStart(instr->LeastConstantOperand()); local 1288 LOperand* left = UseFixed(instr->left(), a1); local 1356 LOperand* left = UseFixedDouble(instr->left(), f2); local 1368 LOperand* left; local 1399 LOperand* left = UseRegisterAtStart(instr->left()); local 1419 LOperand* left = UseRegisterAtStart(instr->LeastConstantOperand()); local 1442 LOperand* left = UseFixedDouble(instr->left(), f2); local 1465 LOperand* left = UseFixed(instr->left(), a1); local 1478 LOperand* left = UseRegisterOrConstantAtStart(instr->left()); local 1485 LOperand* left = UseRegisterAtStart(instr->left()); local 1494 LOperand* left = UseRegisterAtStart(instr->left()); local 1547 LOperand* left = UseFixed(instr->left(), a1); local 2089 LOperand* left = UseRegisterAtStart(instr->left()); local [all...] |
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
FixedGridLayout.java | 103 int left = x + ((cellWidth-w)/2); local 106 child.layout(left, top, left+w, top+h);
|
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
InteractiveLineGraphView.java | 105 * and range. The currently visible chart X values are from this rectangle's left to its right. 327 mCurrentViewport.left, 370 mAxisYLinesBuffer[i * 4 + 0] = mContentRect.left; 400 mContentRect.left - mLabelSeparation, 462 * @param start The minimum extreme (e.g. the left edge) for the axis. 517 return mContentRect.left 519 * (x - mCurrentViewport.left) / mCurrentViewport.width(); 537 mSeriesLinesBuffer[0] = mContentRect.left; 538 mSeriesLinesBuffer[1] = getDrawY(fun(mCurrentViewport.left)); 546 x = (mCurrentViewport.left + (mCurrentViewport.width() / DRAW_STEPS * i)) [all...] |