/external/chromium_org/third_party/webrtc/modules/video_render/android/ |
video_render_android_impl.h | 59 const float left, const float top, 68 float& left, float& top, 96 const float left, const float top, 103 const float left, const float top, 111 const float left, const float top, 116 const void* colorKey, const float left, 125 const float left,
|
/external/chromium_org/third_party/webrtc/modules/video_render/external/ |
video_render_external_impl.cc | 51 const float left, 70 float& left, 78 left = 0; 142 const float left, 154 const float left, 176 const float left, 188 const float left,
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 438 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, forceMoveTo); 453 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, false); 468 public void arcTo(float left, float top, float right, float bottom, float startAngle, 471 native_arcTo(mNativePath, left, top, right, bottom, startAngle, sweepAngle, forceMoveTo); 499 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { 507 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION); 518 addRect(rect.left, rect.top, rect.right, rect.bottom, dir); 524 * @param left The left side of a rectangle to add to the path 530 public void addRect(float left, float top, float right, float bottom, Direction dir) [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ThinPatchesActivity.java | 78 final int left = (getWidth() - width) / 2; local 84 mPatch3.setBounds(left, top, left + height, top + width); 89 mPatch1.setBounds(left, top, left + width, top + height); 95 mPatch2.setBounds(left, top, left + width, top + height);
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
StyledCornersBitmapDrawable.java | 240 float left = bounds.left + mBorderWidth / 2; local 249 flapCornerRectF.offsetTo(left, top); 264 flapCornerRectF.offsetTo(left, bottom - mCornerFlapSide); 284 float left = bounds.left; local 293 fakeCornerRectF.offsetTo(left, top); 295 mCompatibilityModePath.moveTo(left, top); 296 mCompatibilityModePath.lineTo(left + mCornerRoundRadius, top); 321 fakeCornerRectF.offsetTo(left, bottom - fakeCornerRectF.height()) 373 float left = bounds.left + mBorderWidth \/ 2; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vp9_rtcd.h | 29 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 30 void vp9_d207_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 31 RTCD_EXTERN void (*vp9_d207_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 33 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 34 void vp9_d45_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 35 RTCD_EXTERN void (*vp9_d45_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 37 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 38 void vp9_d63_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 39 RTCD_EXTERN void (*vp9_d63_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 41 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |
/external/libvpx/x86/ |
vp9_rtcd.h | 73 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 76 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 79 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 82 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 85 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 88 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 91 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 94 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 97 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 100 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |
/external/chromium-trace/trace-viewer/src/cc/ |
picture_debugger.css | 18 picture-debugger > left-panel { 23 picture-debugger > left-panel > picture-info { 28 picture-debugger > left-panel > picture-info > .title { 30 margin-left: 5px; 40 margin-left: 5px;
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
options.css | 7 left: -10000px; 21 padding-left: 30px; 26 padding-left: 0px; 70 padding-left: 0px; 78 padding-left: 0px;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
overviewGrid.css | 19 left: 0; 27 left: 0%; 41 border-left: 1px solid black; 51 margin-left: -2px; 60 margin-left: -3px;
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
index.css | 34 float: left; 40 float: left; 41 margin-left: 50px; 54 padding-left: 15px; 66 padding-left: 15px;
|
/external/chromium_org/ui/views/ |
border.cc | 20 SidedSolidBorder(int top, int left, int bottom, int right, SkColor color); 35 int left, 40 insets_(top, left, bottom, right) { 46 // Left border. 47 canvas->FillRect(gfx::Rect(0, 0, insets_.left(), view.height()), color_); 77 EmptyBorder(int top, int left, int bottom, int right) 78 : insets_(top, left, bottom, right) {} 147 int left, 150 return scoped_ptr<Border>(new EmptyBorder(top, left, bottom, right)); 155 int left, [all...] |
/external/lldb/examples/scripting/ |
dictionary.c | 17 struct tree_node *left; member in struct:tree_node 64 if (root->left != NULL) 65 insert (root->left, word); 70 new_node->left = NULL; 72 root->left = new_node; 83 new_node->left = NULL; 110 new_node->left = NULL; 134 return find_word (dictionary->left, word); 147 if (dictionary->left) 148 print_tree (dictionary->left); [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left <<= 1 [all...] |
/external/qemu/distrib/zlib-1.2.8/ |
inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left <<= 1 [all...] |
/external/zlib/src/contrib/infback9/ |
inftree9.c | 46 int left; /* number of prefix codes available */ local 125 left = 1; 127 left <<= 1; 128 left -= count[len]; 129 if (left < 0) return -1; /* over-subscribed */ 131 if (left > 0 && (type == CODES || max != 1)) 263 left = (int)(1 << curr); 265 left -= count[curr + drop]; 266 if (left <= 0) break; 268 left <<= 1 [all...] |
/external/zlib/src/ |
inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left <<= 1 [all...] |
/libcore/luni/src/main/java/java/util/ |
DualPivotQuicksort.java | 97 * on {@code left} or {@code right}. 100 * @param left the index of the first element, inclusive, to be sorted 103 private static void doSort(int[] a, int left, int right) { 105 if (right - left + 1 < INSERTION_SORT_THRESHOLD) { 106 for (int i = left + 1; i <= right; i++) { 109 for (j = i - 1; j >= left && ai < a[j]; j--) { 115 dualPivotQuicksort(a, left, right); 124 * @param left the index of the first element, inclusive, to be sorted 127 private static void dualPivotQuicksort(int[] a, int left, int right) { 129 int sixth = (right - left + 1) / 6 [all...] |
/external/guava/guava/src/com/google/common/collect/ |
BstNode.java | 19 import static com.google.common.collect.BstSide.LEFT; 46 * The key on which this binary search tree is ordered. All descendants of the left subtree of 52 * The left child of this node. A null value indicates that this node has no left child. 55 private final N left; field in class:BstNode 63 BstNode(@Nullable K key, @Nullable N left, @Nullable N right) { 65 this.left = left; 83 case LEFT: 84 return left; [all...] |
/external/pdfium/fpdfsdk/src/formfiller/ |
FFL_Utils.cpp | 14 rcRet.left = FFL_MIN(rect1.left,rect2.left);
24 CPDF_Rect crNew(crRect.left - fSize,
34 CPDF_Rect crNew(crRect.left + fSize,
45 return (father.left <= son.left && father.right >= son.right &&
52 return (father.left <= son.x && father.right >= son.x &&
58 return (father.left <= x && father.right >= x &&
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_BView.h | 65 bounds.top = bounds.left = 0; 89 dest.left = updateRect.left + xoff; 102 dest.left = updateRect.left + xoff;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 408 int work, right, left; local 410 left = (in[inOff + 0] & 0xff) << 24; 411 left |= (in[inOff + 1] & 0xff) << 16; 412 left |= (in[inOff + 2] & 0xff) << 8; 413 left |= (in[inOff + 3] & 0xff); 420 work = ((left >>> 4) ^ right) & 0x0f0f0f0f; 422 left ^= (work << 4); 423 work = ((left >>> 16) ^ right) & 0x0000ffff; 425 left ^= (work << 16); 426 work = ((right >>> 2) ^ left) & 0x33333333 [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
OverviewGrid.js | 110 * @param {number} left 113 setWindow: function(left, right) 115 this._window._setWindow(left, right); 179 this._leftResizeElement.style.left = 0; 198 this._overviewWindowElement.style.left = "0%"; 200 this._overviewWindowBordersElement.style.left = "0%"; 202 this._leftResizeElement.style.left = "0%"; 203 this._rightResizeElement.style.left = "100%"; 356 var left = windowLeft; 365 left = ((windowRight + windowLeft) - width * factor) / 2 [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkRect.cpp | 12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { 14 if (left >= right || top >= bottom) { 20 this->set(left, top, right, bottom); 22 if (left < fLeft) fLeft = left; 102 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, 104 if (left < right && top < bottom && !this->isEmpty() && // check for empties 105 fLeft < right && left < fRight && fTop < bottom && top < fBottom) 107 if (fLeft < left) fLeft = left; [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
BstTesting.java | 18 import static com.google.common.collect.BstSide.LEFT; 39 SimpleNode(Character key, @Nullable SimpleNode left, @Nullable SimpleNode right) { 40 super(key, left, right); 53 && Objects.equal(childOrNull(LEFT), node.childOrNull(LEFT)) 61 return Objects.hashCode(getKey(), childOrNull(LEFT), childOrNull(RIGHT)); 68 SimpleNode source, @Nullable SimpleNode left, @Nullable SimpleNode right) { 69 return new SimpleNode(source.getKey(), left, right); 76 @Nullable SimpleNode left, @Nullable SimpleNode right) { 77 return checkNotNull(nodeFactory).createNode(source, left, right) [all...] |