/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/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
rootUi.css | 29 left: 0; 38 left: 0; 65 left: 0; 91 left: 0; 103 left: 0; 117 left: 0;
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
bitmaptools.cc | 31 Box() : left(), top(), right(), bottom() {} 34 // left, top, width, height 38 if (!(ReadInt(&left) && ReadInt(&top) && 43 if (left < 0 || top < 0 || width < 0 || height < 0) { 47 right = left + width; 53 if (left > x) left = x; 59 int width() const { return right - left; } 62 int left; member in struct:Box 119 row_size = (box.right - box.left) * pixel_stride [all...] |
/external/chromium_org/ui/gfx/win/ |
hwnd_util.cc | 48 ::SetWindowPos(hwnd, 0, bounds.left, bounds.top, 49 bounds.right - bounds.left, bounds.bottom - bounds.top, 160 window_bounds.left = center_bounds.left; 161 if (pref.width() < (center_bounds.right - center_bounds.left)) { 162 window_bounds.left += 163 (center_bounds.right - center_bounds.left - pref.width()) / 2; 165 window_bounds.right = window_bounds.left + pref.width(); 179 POINT topleft = { window_bounds.left, window_bounds.top }; 181 window_bounds.left = topleft.x [all...] |
/external/fio/lib/ |
rbtree.c | 50 struct rb_node *left = node->rb_left; local 53 if ((node->rb_left = left->rb_right)) 54 rb_set_parent(left->rb_right, node); 55 left->rb_right = node; 57 rb_set_parent(left, parent); 62 parent->rb_right = left; 64 parent->rb_left = left; 67 root->rb_node = left; 68 rb_set_parent(node, left); 233 struct rb_node *old = node, *left; local [all...] |
/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/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/java/android/widget/ |
RtlSpacingHelper.java | 21 * RtlSpacingHelper manages the relationship between left/right and start/end for views 67 public void setAbsolute(int left, int right) { 69 if (left != UNDEFINED) mLeft = mExplicitLeft = left;
|
/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 | 54 if (rect.left < 0 || rect.top < 0 || rect.right > getWidth() || rect.bottom > getHeight()) 56 return nativeDecodeRegion(mNativeLargeBitmap, rect.left, rect.top, 57 rect.right - rect.left, rect.bottom - rect.top, options);
|
/frameworks/base/libs/hwui/ |
Outline.h | 34 void setRoundRect(int left, int top, int right, int bottom, float radius, float alpha) { 36 mBounds.set(left, top, right, bottom); 39 mPath.addRoundRect(SkRect::MakeLTRB(left, top, right, bottom),
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
RtlSpacingHelper.java | 21 * RtlSpacingHelper manages the relationship between left/right and start/end for views 69 public void setAbsolute(int left, int right) { 71 if (left != UNDEFINED) mLeft = mExplicitLeft = left;
|
/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/src/com/android/camera/ui/ |
BottomBarModeOptionsWrapper.java | 31 * the left of or above bottom bar in landscape or portrait respectively. 60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 68 mModeOptionsOverlay.layout((int) uncoveredPreviewRect.left, (int) uncoveredPreviewRect.top, 70 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top,
|
GridLines.java | 53 canvas.drawLine(mDrawBounds.left + x, mDrawBounds.top, 54 mDrawBounds.left + x, mDrawBounds.bottom, mPaint); 57 canvas.drawLine(mDrawBounds.left, mDrawBounds.top + y,
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
Cling.java | 38 public void onLayoutChange(View v, int left, int top, int right, int bottom, 87 int left = refCenterX - getWidth() / 2; local 94 setTranslationX(left - currentLeft);
|
/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/emoji/ |
EmojiCategoryPageIndicatorView.java | 64 final float left = unitWidth * mCurrentCategoryPageId + mOffset * unitWidth; local 66 final float right = left + unitWidth; 68 canvas.drawRect(left, top, right, bottom, mPaint);
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
desktop_region.cc | 19 DesktopRegion::RowSpan::RowSpan(int32_t left, int32_t right) 20 : left(left), right(right) { 131 AddSpanToRow(row->second, rect.left(), rect.right()); 236 // Arrange for |it1| to always be the left-most of the spans. 237 if (it2->left < it1->left) { 243 if (it1->right <= it2->left) { 248 int32_t left = it2->left; local [all...] |