/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcpassthroughrender.h | 73 const float right, const float bottom); 85 float& right, float& bottom) const { 137 const float right, 150 const float right, 166 const float right, const float bottom) { 176 const float right, const float bottom) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
sobeloperator.cpp | 46 const int right = (j < width - 1) ? 4 : 0; local 53 (*(dataPtr + curr + c + right) - *(dataPtr + curr + c + left)) * 2 + 54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) + 55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left); 59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above);
|
/packages/apps/Calendar/src/com/android/calendar/ |
ColorChipView.java | 96 int right = getWidth() - 1; local 105 c.drawRect(0, 0, right, bottom, mPaint); 120 lines [ptr++] = right; 124 lines [ptr++] = right; 130 lines [ptr++] = right - halfBorderWidth; 132 lines [ptr++] = right - halfBorderWidth;
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
CropDrawingUtils.java | 44 canvas.drawLine(bounds.left, y, bounds.right, y, p); 71 r.set(bounds.right,bounds.top,w,bounds.bottom); 91 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.top); 97 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.bottom); 110 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.centerY()); 134 path.lineTo(r1.right, r1.top); 138 path.lineTo(r1.right, r1.bottom); 139 path.moveTo(r1.right, r1.top); 140 path.lineTo(r1.right, r1.bottom); 142 path.lineTo(r2.right, r2.top) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropDrawingUtils.java | 44 canvas.drawLine(bounds.left, y, bounds.right, y, p); 71 r.set(bounds.right,bounds.top,w,bounds.bottom); 91 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.top); 97 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.bottom); 110 drawIndicator(canvas, cropIndicator, indicatorSize, bounds.right, bounds.centerY()); 134 path.lineTo(r1.right, r1.top); 138 path.lineTo(r1.right, r1.bottom); 139 path.moveTo(r1.right, r1.top); 140 path.lineTo(r1.right, r1.bottom); 142 path.lineTo(r2.right, r2.top) [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_aura.cc | 137 gfx::ImageSkia* right = rb.GetImageSkiaNamed( local 139 DrawTiledImage(canvas, *right, 141 rect.x() + rect.width() - right->width(), rect.y(), 142 right->width(), right->height()); 143 center_width -= right->width(); 208 gfx::ImageSkia* right = rb.GetImageSkiaNamed(right_resource_id); local 209 DrawTiledImage(canvas, *right, 211 rect.x() + rect.width() - right->width(), rect.y(), 212 right->width(), right->height()) [all...] |
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 81 clipRegion->setRect(clipRect->left, clipRect->top, clipRect->right, clipRect->bottom); 98 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { 100 tmp.set(left, top, right, bottom); 114 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { 115 Rect r(left, top, right, bottom); 127 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op); 138 setClip(r.left, r.top, r.right, r.bottom); 144 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op); 156 void Snapshot::setClip(float left, float top, float right, float bottom) { 157 clipRect->set(left, top, right, bottom) [all...] |
/system/core/include/sysutils/ |
List.h | 117 inline bool operator==(const _Iter& right) const { 118 return mpNode == right.mpNode; } 120 inline bool operator!=(const _Iter& right) const { 121 return mpNode != right.mpNode; } 127 inline bool operator==(const OTHER& right) const { 128 return mpNode == right.mpNode; } 131 inline bool operator!=(const OTHER& right) const { 132 return mpNode != right.mpNode; } 179 List<T>& operator=(const List<T>& right); 314 List<T>& List<T>::operator=(const List<T>& right) [all...] |
/system/core/include/utils/ |
List.h | 116 inline bool operator==(const _Iter& right) const { 117 return mpNode == right.mpNode; } 119 inline bool operator!=(const _Iter& right) const { 120 return mpNode != right.mpNode; } 126 inline bool operator==(const OTHER& right) const { 127 return mpNode == right.mpNode; } 130 inline bool operator!=(const OTHER& right) const { 131 return mpNode != right.mpNode; } 178 List<T>& operator=(const List<T>& right); 313 List<T>& List<T>::operator=(const List<T>& right) [all...] |
/system/netd/ |
List.h | 117 inline bool operator==(const _Iter& right) const { 118 return mpNode == right.mpNode; } 120 inline bool operator!=(const _Iter& right) const { 121 return mpNode != right.mpNode; } 127 inline bool operator==(const OTHER& right) const { 128 return mpNode == right.mpNode; } 131 inline bool operator!=(const OTHER& right) const { 132 return mpNode != right.mpNode; } 179 List<T>& operator=(const List<T>& right); 314 List<T>& List<T>::operator=(const List<T>& right) [all...] |
/external/qemu/ |
d3des.c | 324 register unsigned long fval, work, right, leftt; local 328 right = block[1]; 329 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; 330 right ^= work; 332 work = ((leftt >> 16) ^ right) & 0x0000ffffL; 333 right ^= work; 335 work = ((right >> 2) ^ leftt) & 0x33333333L; 337 right ^= (work << 2); 338 work = ((right >> 8) ^ leftt) & 0x00ff00ffL; 340 right ^= (work << 8) [all...] |
/external/chromium_org/ash/wm/dock/ |
docked_window_resizer_unittest.cc | 217 // Drag the window left or right to the edge (or almost to it). 221 dx += window->GetRootWindow()->bounds().right() - initial_bounds.right(); 257 // The window should be attached and snapped to the right edge. 258 EXPECT_EQ(window->GetRootWindow()->bounds().right(), 259 window->GetBoundsInScreen().right()); 272 // The window should be attached and snapped to the right edge. 273 EXPECT_EQ(window->GetRootWindow()->bounds().right(), 274 window->GetBoundsInScreen().right()); 288 EXPECT_EQ(window->GetRootWindow()->bounds().right() - 1 [all...] |
/external/chromium/webkit/glue/ |
cpp_bound_class_unittest.cc | 129 // right expressions, printing "SUCCESS" to the page if they are equal and 135 std::string BuildJSCondition(std::string left, std::string right) { 137 "var rightval = " + right + ";" + 143 right + " [\" + rightval + \"]\");" + 191 // The property on the left will be set to the value on the right, then 203 std::string right = tests[i + 1]; local 204 // left = right; 207 js.append(right); 209 js.append(BuildJSCondition(left, right)); 234 // The expression on the left is expected to return the value on the right 263 std::string right = tests[i + 1]; local [all...] |
/external/chromium_org/chrome/browser/resources/ |
gesture_config.css | 26 float: right; 35 text-align: right; 50 text-align: right; 69 text-align: right;
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
bookmarks_tablet.css | 11 padding-right: 36px;
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
search_box.css | 16 right: 8px;
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
copies_settings.css | 51 border-bottom-right-radius: 3px; 53 border-top-right-radius: 3px; 58 border-bottom-right-radius: 0; 60 border-top-right-radius: 0;
|
/external/chromium_org/chrome/browser/resources/quota_internals/ |
main.css | 8 padding-right: 0.5em;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database_unittest.cc | 30 const ServiceMetadata* right) { 32 ASSERT_FALSE(right); 35 ASSERT_TRUE(right); 37 EXPECT_EQ(left->largest_change_id(), right->largest_change_id()); 38 EXPECT_EQ(left->sync_root_tracker_id(), right->sync_root_tracker_id()); 39 EXPECT_EQ(left->next_tracker_id(), right->next_tracker_id()); 42 void ExpectEquivalent(const FileDetails* left, const FileDetails* right) { 44 ASSERT_FALSE(right); 47 ASSERT_TRUE(right); 53 for (int i = 0; i < right->parent_folder_ids_size(); ++i [all...] |
tracker_set.cc | 15 const FileTracker* right) const { 16 return left->tracker_id() < right->tracker_id();
|
/external/chromium_org/content/browser/resources/accessibility/ |
accessibility.css | 18 padding-right: 5px;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/ |
WebFloatQuad.cpp | 45 int right = static_cast<int>(ceilf(max(max(max(p[0].x, p[1].x), p[2].x), p[3].x))); local 48 return WebRect(left, top, right - left, bottom - top);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
FilterOperationsTest.cpp | 43 EXPECT_EQ(57, outsets.right()); 55 EXPECT_EQ(60, outsets.right());
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
perf.css | 40 float: right;
|
/external/chromium_org/third_party/bintrees/bintrees/ |
bintree.py | 18 __slots__ = ['key', 'value', 'left', 'right'] 24 self.right = None 27 """ x.__getitem__(key) <==> x[key], where key is 0 (left) or 1 (right) """ 28 return self.left if key == 0 else self.right 31 """ x.__setitem__(key, value) <==> x[key]=value, where key is 0 (left) or 1 (right) """ 35 self.right = value 40 self.right = None 73 _clear(node.right) 125 if (node.left is not None) and (node.right is not None): 126 # find replacment node: smallest key in right-subtre [all...] |