Searched defs:bottom (Results 1 - 25 of 223) sorted by path

123456789

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp135 /*bottom*/activeAreaHeight - 1,
153 /*bottom*/activeAreaHeight - 1,
171 /*bottom*/activeAreaHeight - 1,
189 /*bottom*/activeAreaHeight - 1,
208 uint32_t bottom,
250 bottom,
206 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.cpp86 const int32_t bottom = Effects_log2(kMinFreq); local
88 const int32_t jump = (top - bottom) / (mNumPeaking + 2);
89 int32_t centerFreq = bottom + jump/2;
/frameworks/av/media/libstagefright/
H A DACodec.cpp3848 int32_t left, top, right, bottom; local
3851 notify->findRect("crop", &left, &top, &right, &bottom)) {
3853 // NOTE: native window uses extended right-bottom coordinate
3854 reply->setRect("crop", left, top, right + 1, bottom + 1);
4637 &crop.left, &crop.top, &crop.right, &crop.bottom)) {
H A DMediaCodec.cpp1022 int32_t left, top, right, bottom, width, height; local
1023 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
1024 mCrypto->notifyResolution(right - left + 1, bottom - top + 1);
2057 int32_t left, top, right, bottom; local
2058 if (info->mFormat->findRect("crop", &left, &top, &right, &bottom)) {
2059 info->mData->meta()->setRect("crop-rect", left, top, right, bottom);
H A DMetaData.cpp83 int32_t right, int32_t bottom) {
88 r.mBottom = bottom;
172 int32_t *right, int32_t *bottom) {
186 *bottom = r->mBottom;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
H A DOMXCodec.cpp2526 int32_t left, top, right, bottom; local
2529 &right, &bottom));
2545 ((bottom - top + 1) * scale.xHeight) >> 16);
4209 int32_t left, top, right, bottom; local
4213 &left, &top, &right, &bottom));
4219 crop.bottom = bottom + 1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2240 i32 top, y, bottom; local
2288 bottom = ystop > (i32)height ? ystop - (i32)height : 0;
2289 y = (i32)blockHeight - top - bottom;
2309 for ( ; bottom; bottom-- )
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp263 int32_t left, int32_t top, int32_t right, int32_t bottom) {
270 item->u.rectValue.mBottom = bottom;
311 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
320 *bottom = item->u.rectValue.mBottom;
261 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h99 int left, top, right, bottom; member in struct:android::camera2::Parameters::Area
102 Area(int left, int top, int right, int bottom, int weight): argument
103 left(left), top(top), right(right), bottom(bottom),
106 return (left == 0) && (top == 0) && (right == 0) && (bottom == 0);
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h639 int left, int top, int right, int bottom)
646 crop.bottom = bottom;
638 __set_crop(struct preview_stream_ops *w, int left, int top, int right, int bottom) argument
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp1370 int left, int top, int right, int bottom) {
1378 android_native_rect_t crop = { left, top, right, bottom };
1369 set_crop(const camera2_stream_ops_t* w, int left, int top, int right, int bottom) argument
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java179 public void setBounds(int left, int top, int right, int bottom) { argument
181 mDrawTop = top + (bottom-top - mHeight) / 2;
398 * 0 for top-aligned, 0.5 for vertical center-aligned, and 1 for bottom-aligned
449 float bottom = top + outHeight;
450 cropRectF = new RectF(left, top, right, bottom);
535 cropRect.bottom = inHeight;
544 cropRect.bottom = cropRect.top + cropHeight;
959 * on its left, top, right, and bottom sides.
/frameworks/base/core/java/android/text/
H A DLayout.java455 dbottom = sTempRect.bottom;
459 final int bottom = Math.min(getLineTop(getLineCount()), dbottom);
461 if (top >= bottom) return TextUtils.packRangeInLong(0, -1);
462 return TextUtils.packRangeInLong(getLineForVertical(top), getLineForVertical(bottom));
609 * If bounds is not null, return the top, left, right, bottom extents
620 bounds.bottom = getLineTop(line + 1);
629 * bottom of the last line.
676 * bottom line of the Layout.
1007 * below the bottom of the text, you get the last line.
1166 * Return the vertical position of the bottom o
1379 addSelection(int line, int start, int end, int top, int bottom, Path dest) argument
[all...]
H A DStaticLayout.java289 int fmBottom = fm.bottom;
387 int above, below, top, bottom;
395 bottom = okBottom;
402 bottom = fitBottom;
415 bottom = fmBottom;
424 above, below, top, bottom,
462 fitBottom = fm.bottom;
497 fm.top, fm.bottom,
509 int above, int below, int top, int bottom, int v,
541 fm.bottom
508 out(CharSequence text, int start, int end, int above, int below, int top, int bottom, int v, float spacingmult, float spacingadd, LineHeightSpan[] chooseHt, int[] chooseHtv, Paint.FontMetricsInt fm, boolean hasTabOrEmoji, boolean needMultiply, byte[] chdirs, int dir, boolean easy, int bufEnd, boolean includePad, boolean trackPad, char[] chs, float[] widths, int widthStart, TextUtils.TruncateAt ellipsize, float ellipsisWidth, float textWidth, TextPaint paint, boolean moreChars) argument
[all...]
H A DTextLine.java191 * @param bottom the bottom of the line
193 void draw(Canvas c, float x, int top, int y, int bottom) { argument
196 drawRun(c, 0, mLen, false, x, top, y, bottom, false);
200 drawRun(c, 0, mLen, true, x, top, y, bottom, false);
237 h += drawRun(c, segstart, j, runIsRtl, x+h, top, y, bottom,
382 * @param bottom the bottom of the line
388 int limit, boolean runIsRtl, float x, int top, int y, int bottom,
394 y, bottom, nul
387 drawRun(Canvas c, int start, int limit, boolean runIsRtl, float x, int top, int y, int bottom, boolean needWidth) argument
724 handleText(TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
817 handleReplacement(ReplacementSpan replacement, TextPaint wp, int start, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
882 handleRun(int start, int measureLimit, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java168 protected boolean bottom(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
H A DBaseMovementMethod.java201 return bottom(widget, buffer);
219 return bottom(widget, buffer);
237 return bottom(widget, buffer);
329 * Performs a bottom movement action.
330 * Moves the cursor or scrolls to the bottom of the buffer.
336 protected boolean bottom(TextView widget, Spannable buffer) { method in class:BaseMovementMethod
538 final int bottom = widget.getScrollY() + innerHeight;
539 int bottomLine = layout.getLineForVertical(bottom);
540 if (layout.getLineTop(bottomLine + 1) < bottom + 1) {
588 final int bottom
[all...]
H A DScrollingMovementMethod.java64 protected boolean bottom(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
85 return bottom(widget, buffer);
/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java81 int top, int baseline, int bottom,
103 c.translate(x + dir * BULLET_RADIUS, (top + bottom) / 2.0f);
107 c.drawCircle(x + dir * BULLET_RADIUS, (top + bottom) / 2.0f, BULLET_RADIUS, p);
80 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout l) argument
H A DDrawableMarginSpan.java42 int top, int baseline, int bottom,
67 need = ht - (v + fm.bottom - fm.top - istartv);
69 fm.bottom += need;
41 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
H A DDynamicDrawableSpan.java33 * A constant indicating that the bottom of this span should be aligned
34 * with the bottom of the surrounding text, i.e., at the same level as the
40 * A constant indicating that the bottom of this span should be aligned
81 fm.ascent = -rect.bottom;
85 fm.bottom = 0;
94 int top, int y, int bottom, Paint paint) {
98 int transY = bottom - b.getBounds().bottom;
92 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
H A DIconMarginSpan.java42 int top, int baseline, int bottom,
64 need = ht - (v + fm.bottom - fm.top - istartv);
66 fm.bottom += need;
41 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
H A DLeadingMarginSpan.java60 * @param bottom the bottom of the line
69 int top, int baseline, int bottom,
146 int top, int baseline, int bottom,
67 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
144 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
H A DLineBackgroundSpan.java27 int top, int baseline, int bottom,
25 drawBackground(Canvas c, Paint p, int left, int right, int top, int baseline, int bottom, CharSequence text, int start, int end, int lnum) argument
H A DQuoteSpan.java67 int top, int baseline, int bottom,
76 c.drawRect(x, top, x + dir * STRIPE_WIDTH, bottom, p);
66 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument

Completed in 3906 milliseconds

123456789