Searched defs:width (Results 1 - 25 of 422) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h435 XAuint32 width; member in struct:XADataFormat_RawImage_
1041 XAuint32 width; member in struct:XARectangle_
1586 XAuint32 width; member in struct:XAFocusPointPosition_
2823 XAuint32 width; member in struct:XAImageSettings_
3002 XAuint32 width; member in struct:XAVideoSettings_
3093 XAuint32 width; member in struct:XAVideoStreamInformation_
3111 XAuint32 width; member in struct:XAImageStreamInformation_
3118 XAuint32 width; member in struct:XATimedTextStreamInformation_
/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c23 SLmillimeter width, SLmillimeter height, SLmillimeter depth)
27 if (!((0 <= width) && (width <= SL_MILLIMETER_MAX) &&
34 thiz->mSize.mWidth = width;
55 SLmillimeter width = thiz->mSize.mWidth; local
59 *pWidth = width;
22 I3DMacroscopic_SetSize(SL3DMacroscopicItf self, SLmillimeter width, SLmillimeter height, SLmillimeter depth) argument
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java138 public void onSurfaceChanged(GL10 glUnused, int width, int height) { argument
141 GLES20.glViewport(0, 0, width, height);
142 mRatio = (float) width / height;
H A DNativeMedia.java86 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
87 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
108 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
109 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
131 int width = mediaPlayer.getVideoWidth();
133 Log.v(TAG, "onPrepared width=" + width + ", height=" + height);
134 if (width !
345 setFixedSize(int width, int height) argument
359 setFixedSize(int width, int height) argument
381 setFixedSize(int width, int height) argument
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java267 int width, int height,
272 int width, int height,
279 width, height,
264 rsnAllocationData2D(int con, int dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, int srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
270 nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, int srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp342 size_t s = info.width * info.height;
396 info.width, info.height, pixels, GetBitmapSize(_env, jbitmap));
518 jint width, jint height,
523 " dstMip(%i), dstFace(%i), width(%i), height(%i),"
526 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
532 width, height,
515 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.cpp100 uint32_t width, uint32_t height,
107 width, height,
97 SC_AllocationCopy2DRange(Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp563 uint32_t width, uint32_t height,
571 width, height,
559 rsi_AllocationCopy2DRange(Context *rsc, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
H A DrsScriptC_Lib.cpp182 uint32_t width, uint32_t height,
187 dstMip, dstFace, width, height,
179 rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/support/v4/ics/android/support/v4/widget/
H A DEdgeEffectCompatIcs.java33 public static void setSize(Object edgeEffect, int width, int height) { argument
34 ((EdgeEffect) edgeEffect).setSize(width, height);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java532 final int width = getWidth();
533 destX = (int) (width * Math.max(mFirstOffset,
680 final int width = getWidth();
681 recomputeScrollPosition(width, width, marginPixels, oldMargin);
777 final int width = getWidth();
778 final int halfWidth = width / 2;
779 final float distanceRatio = Math.min(1f, 1.0f * Math.abs(dx) / width);
788 final float pageWidth = width * mAdapter.getPageWidth(mCurItem);
933 // Fill 3x the available width o
1397 recomputeScrollPosition(int width, int oldWidth, int margin, int oldMargin) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DEdgeEffectCompat.java46 public void setSize(Object edgeEffect, int width, int height); argument
63 public void setSize(Object edgeEffect, int width, int height) { argument
95 public void setSize(Object edgeEffect, int width, int height) { argument
96 EdgeEffectCompatIcs.setSize(edgeEffect, width, height);
139 * @param width Effect width in pixels
142 public void setSize(int width, int height) { argument
143 IMPL.setSize(mEdgeEffect, width, height);
210 * width of X=0 to X=width, beginnin
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java774 int width = getWidth();
775 graphics.drawLine(width - dx - x1, dy + y1, width - dx - x2, dy + y2, paint);
791 int width = getWidth() - getPaddingLeft() - getPaddingRight();
809 drawLine(canvas, 0, y, width - 1, y, paint);
905 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, lp.height);
918 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, viewSize);
929 /** If we have been called by {@link View#measure(int, int)}, one of width or height
935 int width, height;
939 width
1806 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
[all...]
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp131 EGLint width, height; local
132 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_WIDTH, &width);
134 RSD_CALL_GL(glViewport, 0, 0, width, height);
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { argument
39 mWidth = width;
H A DrsdRuntimeStubs.cpp102 uint32_t width, uint32_t height,
109 width, height,
99 SC_AllocationCopy2DRange(Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/rs/
H A DrsAllocation.cpp625 uint32_t width, uint32_t height,
633 width, height,
621 rsi_AllocationCopy2DRange(Context *rsc, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
H A DrsFont.cpp102 int32_t width = (int32_t) glyph->mBitmapWidth; local
106 nPenX + width, nPenY, 0, u2, v2,
107 nPenX + width, nPenY - height, 0, u2, v1,
141 int32_t width = (int32_t) glyph->mBitmapWidth; local
151 if (bounds->right < nPenX + width) {
152 bounds->right = nPenX + width;
264 uint32_t endX = startX + bitmap->width;
269 glyph->mBitmapWidth = bitmap->width;
413 ALOGE("Font size to large to fit in cache. width, height = %i, %i", (int)bitmap->width, (in
[all...]
H A DrsScriptC_Lib.cpp182 uint32_t width, uint32_t height,
187 dstMip, dstFace, width, height,
179 rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DImageDescriptor.java24 int width; field in class:ImageDescriptor
40 width = 0;
59 d.width = rawData[valueIndex++] & 0xff;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java1007 private static String decodeCharset(byte[] data, int offset, int numFields, int width, argument
1010 if (numFields < 0 || (numFields * width + offset) > data.length) {
1012 int padding = offset % width;
1013 int maxNumFields = (data.length - offset - padding) / width;
1023 return new String(data, offset, numFields * width, charset);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java407 // We don't have the width yet which means the view hasn't been drawn yet
466 Log.d(TAG, "Max width is negative: " + maxWidth);
473 // Ellipsize the text so that it takes AT MOST the entire width of the
483 // Make sure there is a minimum chip width so the user can ALWAYS
485 int width = Math.max(deleteWidth * 2, (int) Math.floor(paint.measureText(ellipsizedText, 0,
490 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
493 mChipBackgroundPressed.setBounds(0, 0, width, height);
502 mChipDelete.setBounds(width - deleteWidth + backgroundPadding.left,
504 width - backgroundPadding.right,
516 // Ellipsize the text so that it takes AT MOST the entire width o
735 onSizeChanged(int width, int height, int oldw, int oldh) argument
1391 showAlternates(RecipientChip currentChip, ListPopupWindow alternatesPopup, int width, Context context) argument
1950 showAddress(final RecipientChip currentChip, final ListPopupWindow popup, int width, Context context) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java402 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale); argument
1133 int width = mEST.getWidth();
1136 line.resetWidth(width);
1853 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale) { argument
1942 int width, height;
1943 width = opt.outWidth;
1946 width = getMaxImageWidthPx();
1948 Rect padding = new Rect(0, 0, width, height);
1955 drawable.setBounds(0, 0, width, height);
2509 public HorizontalLineSpan(int color, int width, Spannabl argument
2519 resetWidth(int width) argument
2703 HorizontalLineDrawable(int color, int width, Spannable spannable) argument
2718 renewBounds(int width) argument
2773 ColorPaletteDrawable(int color, int width, int height, int mergin) argument
[all...]
/frameworks/native/include/android/
H A Dbitmap.h41 uint32_t width; member in struct:__anon1312
H A Dnative_window.h40 int32_t width; member in struct:ANativeWindow_Buffer
46 // memory. This may be >= width.
71 * Return the current width in pixels of the window surface. Returns a
91 * The width and height control the number of pixels in the buffers, not the
99 * width and height must be either both zero or both non-zero.
103 int32_t width, int32_t height, int32_t format);

Completed in 242 milliseconds

1234567891011>>