HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 401 - 425 of 3812) sorted by null

<<11121314151617181920>>

  /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);
  /external/chromium_org/v8/tools/testrunner/local/
old_statusfile.py 112 def __init__(self, left, op, right):
113 self.left = left
119 return self.left.Evaluate(env, defs) or self.right.Evaluate(env, defs)
123 return not self.left.GetOutcomes(env, defs).isdisjoint(self.right.GetOutcomes(env, defs))
125 return self.left.GetOutcomes(env, defs).isdisjoint(self.right.GetOutcomes(env, defs))
128 return self.left.Evaluate(env, defs) and self.right.Evaluate(env, defs)
132 return self.left.GetOutcomes(env, defs) | self.right.GetOutcomes(env, defs)
134 if self.right.Evaluate(env, defs): return self.left.GetOutcomes(env, defs)
138 return self.left.GetOutcomes(env, defs) & self.right.GetOutcomes(env, defs
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java 203 dx = Math.min(crop.left + dX, crop.right - minWidthHeight) - crop.left;
209 dx = Math.max(crop.right + dX, crop.left + minWidthHeight)
219 crop.left, crop.bottom
243 crop.left += dx;
265 float left = Math.abs(x - cropped.left); local
271 // Check left or right.
272 if ((left <= mTouchTolerance) && ((y + mTouchTolerance) >= cropped.top)
273 && ((y - mTouchTolerance) <= cropped.bottom) && (left < right))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 205 dx = Math.min(crop.left + dX, crop.right - minWidthHeight) - crop.left;
211 dx = Math.max(crop.right + dX, crop.left + minWidthHeight)
221 crop.left, crop.bottom
245 crop.left += dx;
267 float left = Math.abs(x - cropped.left); local
273 // Check left or right.
274 if ((left <= mTouchTolerance) && ((y + mTouchTolerance) >= cropped.top)
275 && ((y - mTouchTolerance) <= cropped.bottom) && (left < right))
    [all...]

Completed in 752 milliseconds

<<11121314151617181920>>