/external/chromium_org/chrome/browser/resources/file_manager/css/ |
video_player.css | 16 left: 0; 24 left: 0; 32 left: 0; 45 left: 0; 77 left: 0; 97 padding-left: 70px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
feed.css | 26 margin-left: 140px; 33 clear: left; 40 float: left; 70 margin-left: 125px; 78 margin-left: 385px; 86 padding-left: 5px;
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableValue.h | 71 static PassRefPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return takeConstRef((fraction < 0.5) ? left : right); } 75 static PassRefPtr<AnimatableValue> defaultAddWith(const AnimatableValue* left, const AnimatableValue* right) { return takeConstRef(right); }
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
LayoutBoxExtent.h | 43 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) 44 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { } 49 inline LayoutUnit left() const { return m_left; } function in class:WebCore::LayoutBoxExtent
|
PathTraversalState.cpp | 54 void split(QuadraticBezier& left, QuadraticBezier& right) const 56 left.control = midPoint(start, control); 59 FloatPoint leftControlToRightControl = midPoint(left.control, right.control); 60 left.end = leftControlToRightControl; 63 left.start = start; 87 void split(CubicBezier& left, CubicBezier& right) const 91 left.start = start; 92 left.control1 = midPoint(start, control1); 93 left.control2 = midPoint(left.control1, startToControl1) [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsBounds.h | 23 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { 24 if (left < fLeft) fLeft = left;
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGCircle.cpp | 30 SkScalar left, top, right, bottom; local 31 left = cx - r; 36 sprintf(scratch, "%g", SkScalarToDouble(left)); 37 parser._addAttribute("left", scratch);
|
SkSVGEllipse.cpp | 32 SkScalar left, top, right, bottom; local 33 left = cx - rx; 38 sprintf(scratch, "%g", SkScalarToDouble(left)); 39 parser._addAttribute("left", scratch);
|
/external/chromium_org/ui/base/win/ |
hwnd_util.cc | 47 ::SetWindowPos(hwnd, 0, bounds.left, bounds.top, 48 bounds.right - bounds.left, bounds.bottom - bounds.top, 141 window_bounds.left = center_bounds.left; 142 if (pref.width() < (center_bounds.right - center_bounds.left)) { 143 window_bounds.left += 144 (center_bounds.right - center_bounds.left - pref.width()) / 2; 146 window_bounds.right = window_bounds.left + pref.width(); 160 POINT topleft = { window_bounds.left, window_bounds.top }; 162 window_bounds.left = topleft.x [all...] |
/external/chromium_org/ui/keyboard/resources/ |
main.css | 37 margin-left: 7px; 46 left: 0; 48 padding-left: 10px; 82 left: 0; 128 .left-more { 142 .left-more,
|
/external/chromium_org/v8/src/ |
hydrogen-dehoist.cc | 41 if (binary_operation->left()->IsConstant() && index->IsAdd()) { 43 constant = HConstant::cast(binary_operation->left()); 45 subexpression = binary_operation->left();
|
/external/guava/guava/src/com/google/common/collect/ |
LexicographicalOrdering.java | 41 Iterator<T> left = leftIterable.iterator(); local 43 while (left.hasNext()) { 47 int result = elementOrder.compare(left.next(), right.next());
|
/external/lzma/CPP/7zip/Archive/Common/ |
MultiStream.cpp | 17 int left = 0, mid = _streamIndex, right = Streams.Size();
local 24 left = mid + 1;
30 mid = (left + right) / 2;
|
/external/skia/src/pathops/ |
SkPathOpsBounds.h | 23 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { 24 if (left < fLeft) fLeft = left;
|
/external/skia/src/svg/ |
SkSVGCircle.cpp | 30 SkScalar left, top, right, bottom; local 31 left = cx - r; 36 sprintf(scratch, "%g", SkScalarToDouble(left)); 37 parser._addAttribute("left", scratch);
|
SkSVGEllipse.cpp | 32 SkScalar left, top, right, bottom; local 33 left = cx - rx; 38 sprintf(scratch, "%g", SkScalarToDouble(left)); 39 parser._addAttribute("left", scratch);
|
/external/srec/tools/grxmlcompile/ |
netw_arc.h | 42 left= -1; 55 left= -1; 69 left= arcsrc->left; 89 left= -1; 123 /* Assign left context 125 void AssignLeft (int leftData) { left= leftData; }; 152 /* Get left context 154 int GetLeft() { return left; }; 270 else if (left > test->left 336 int left; \/* left context *\/ member in class:NUANArc [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
FocusAfterRemoval.java | 38 final LinearLayout left = (LinearLayout) findViewById(R.id.leftLayout); local 40 // top left makes parent layout GONE 45 left.setVisibility(View.GONE); 49 // bottom left makes parent layout INVISIBLE 50 // top left makes parent layout GONE 55 left.setVisibility(View.INVISIBLE);
|
/frameworks/base/graphics/java/android/graphics/ |
LargeBitmap.java | 64 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight()) 66 return nativeDecodeRegion(mNativeLargeBitmap, rect.left, rect.top, 67 rect.right - rect.left, rect.bottom - rect.top, options);
|
/packages/apps/Browser/src/com/android/browser/view/ |
PieListView.java | 42 public void layout(int anchorX, int anchorY, boolean left, float angle, 44 super.layout(anchorX, anchorY, left, angle, pHeight); 48 mLeft = anchorX + (left ? 0 : - mChildWidth);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 37 left = right = top = bottom = 0.0; 42 return right - left; 53 int left, right, top, bottom; member in class:MosaicRect
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 37 left = right = top = bottom = 0.0; 42 return right - left; 53 int left, right, top, bottom; member in class:MosaicRect
|
/packages/apps/Gallery/src/com/android/camera/ |
ActionMenuButton.java | 77 final int left = getCompoundPaddingLeft(); local 80 rect.set(left + layout.getLineLeft(0) - PADDING_H, 82 Math.min(left + layout.getLineRight(0) + PADDING_H,
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 37 left = right = top = bottom = 0.0; 42 return right - left; 53 int left, right, top, bottom; member in class:MosaicRect
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
EmojiCategoryPageIndicatorView.java | 62 final float left = unitWidth * mCurrentCategoryPageId + mOffset * unitWidth; local 64 final float right = left + unitWidth; 66 canvas.drawRect(left, top, right, bottom, mPaint);
|