/external/webrtc/webrtc/modules/video_render/ios/ |
video_render_ios_impl.mm | 66 const float left, 76 stream_id, z_order, left, top, right, bottom); 89 float& left, 126 const float left, 130 return ptr_ios_render_->SetStreamCropping(streamId, left, top, right, bottom); 135 const float left, 151 const float left, 161 const float left,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_intra_prediction.h | 56 u8 *above, u8 *left, u32 constrainedIntraPred); 58 u8 *above, u8 *left, u32 constrainedIntraPred); 61 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred); 63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum);
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableRect.java | 42 buffer.putInt(value.left); 50 int left = buffer.getInt(); local 55 int right = left + width; 58 return new Rect(left, top, right, bottom);
|
/frameworks/base/core/java/android/text/style/ |
LineBackgroundSpan.java | 26 int left, int right,
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
RectUtils.java | 30 * The top-left of the transformed full rectangle will always be placed at (0, 0). 47 // Then translate so that the upper left corner of the rotated full rect is at (0,0). 49 matrix.setTranslate(-fullRectF.left, -fullRectF.top); 53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right, 55 partialRect.set((int) partialRectF.left, (int) partialRectF.top, (int) partialRectF.right, 64 rect.set((int) rectF.left, (int) rectF.top, (int) rectF.right, (int) rectF.bottom);
|
/frameworks/support/v7/cardview/base/android/support/v7/widget/ |
CardViewDelegate.java | 31 void setShadowPadding(int left, int top, int right, int bottom);
|
/hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/ |
ts_makeup_data.h | 33 long left; member in struct:__tag_tsrect
|
/hardware/qcom/camera/msmcobalt/QCamera2/HAL/tsMakeuplib/include/ |
ts_makeup_data.h | 33 long left; member in struct:__tag_tsrect
|
/hardware/qcom/display/msm8960/libtilerenderer/ |
tilerenderer.h | 32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ProgressOverlay.java | 45 public void onLayout(boolean changed, int left, int top, int right, int bottom) { 46 super.onLayout(changed, left, top, right, bottom); 48 mCenterX = (right - left) / 2; 62 params.setMargins((int) area.left, (int) area.top, 0, 0);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
LinearColorBar.java | 192 int left = 0; local 194 int right = left + (int)(width*mRedRatio); 242 if (left < right) { 243 mRect.left = left; 247 width -= (right-left); 248 left = right; 256 if (left < right) { 257 mRect.left = left; [all...] |
/external/webrtc/webrtc/modules/video_render/android/ |
video_render_android_impl.h | 57 const float left, const float top, 66 float& left, float& top, 94 const float left, const float top, 101 const float left, const float top, 109 const float left, const float top, 114 const void* colorKey, const float left, 123 const float left,
|
/external/webrtc/webrtc/modules/video_render/external/ |
video_render_external_impl.cc | 44 const float left, 63 float& left, 71 left = 0; 135 const float left, 147 const float left, 169 const float left, 181 const float left,
|
/frameworks/base/core/java/com/android/internal/policy/ |
DockedDividerUtils.java | 45 outRect.left = position + dividerSize; 58 * @param topLeft Pass true if the bounds are at the top/left of the screen, false if they are 64 // If the bounds are either on the top or left of the screen, rather move it further to the 65 // left/top to make it more offscreen. If they are on the bottom or right, push them off the 68 if (bounds.left >= bounds.right) { 69 bounds.left = bounds.right - 1; 75 if (bounds.right <= bounds.left) { 76 bounds.right = bounds.left + 1; 91 return bounds.left - dividerSize; 101 int start = isHorizontalDivision ? insets.top : insets.left; [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 453 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, forceMoveTo); 468 arcTo(oval.left, oval.top, oval.right, oval.bottom, startAngle, sweepAngle, false); 483 public void arcTo(float left, float top, float right, float bottom, float startAngle, 486 native_arcTo(mNativePath, left, top, right, bottom, startAngle, sweepAngle, forceMoveTo); 514 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { 522 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION); 533 addRect(rect.left, rect.top, rect.right, rect.bottom, dir); 539 * @param left The left side of a rectangle to add to the path 545 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 | 249 float left = bounds.left + mBorderWidth / 2; local 258 flapCornerRectF.offsetTo(left, top); 273 flapCornerRectF.offsetTo(left, bottom - mCornerFlapSide); 304 float left = bounds.left; local 313 fakeCornerRectF.offsetTo(left, top); 315 mCompatibilityModePath.moveTo(left, top); 316 mCompatibilityModePath.lineTo(left + mCornerRoundRadius, top); 341 fakeCornerRectF.offsetTo(left, bottom - fakeCornerRectF.height()) 401 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/lzma/CPP/7zip/UI/FileManager/ |
SysIconUtils.cpp | 119 unsigned left = 0, right = vect.Size();
local 120 while (left != right)
122 unsigned mid = (left + right) / 2;
129 left = mid + 1;
131 insertPos = left;
137 unsigned left = 0, right = vect.Size();
local 138 while (left != right)
140 unsigned mid = (left + right) / 2;
147 left = mid + 1;
149 insertPos = left;
[all...] |
/external/opencv3/3rdparty/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/pdfium/third_party/zlib_v128/ |
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/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
SelectionArea.java | 25 * left and right to keep it in the correct orientation. 30 private int left; field in class:SelectionArea 41 top = left = bottom = right = 0; 110 setLeft(left - 1); 117 setLeft(left + 1); 129 private void setLeft(int left) { 130 this.left = right = checkBounds(left, maxColumns); 134 return Math.min(left, right); 142 return Math.max(left, right) [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...] |
/prebuilts/tools/linux-x86_64/kythe/web/ui/css/ |
style.css | 24 float: left; 29 padding-left: 0px; 45 margin-left: 11px; 51 margin-left: 5px; 82 margin-left: 2em;
|