/frameworks/base/libs/ui/ |
GraphicBuffer.cpp | 43 width = 56 width = 72 width = w; 131 this->width = w; 142 const Rect lockBounds(width, height); 149 if (rect.left < 0 || rect.right > this->width || 153 this->width, this->height); 172 sur->width = width; 201 buf[1] = width; [all...] |
/frameworks/base/opengl/libs/GLES_CM/ |
glext_api.in | 10 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { 11 CALL_GL_API(glDrawTexsOES, x, y, z, width, height); 13 void API_ENTRY(glDrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height) { 14 CALL_GL_API(glDrawTexiOES, x, y, z, width, height); 16 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) { 17 CALL_GL_API(glDrawTexxOES, x, y, z, width, height); 28 void API_ENTRY(glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) { 29 CALL_GL_API(glDrawTexfOES, x, y, z, width, height); 97 void API_ENTRY(glLineWidthxOES)(GLfixed width) { 98 CALL_GL_API(glLineWidthxOES, width); [all...] |
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
glspec-1.1extpack | 8 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) 9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint width, GLint height, GLint border ) 26 void glRenderbufferStorageOES ( GLint target, GLint internalformat, GLint width, GLint height )
|
/ndk/samples/hello-neon/jni/ |
helloneon-intrinsics.c | 24 fir_filter_neon_intrinsics(short *output, const short* input, const short* kernel, int width, int kernelSize) 29 for (nn = 0; nn < width; nn++) 55 for (nn = 0; nn < width; nn++) {
|
/packages/apps/Camera/src/com/android/camera/ui/ |
PopupWindowStencilImpl.java | 27 int width = getWidth(); local 33 int aXoffset = width - aWidth; 46 mBackground.setSize(width - aWidth + mAnchorOffset, height);
|
/packages/apps/Gallery/src/com/android/camera/ |
Wallpaper.java | 54 int width = getWallpaperDesiredMinimumWidth(); local 56 intent.putExtra("outputX", width); 58 intent.putExtra("aspectX", width);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
Layer.java | 51 public final void setSize(float width, float height) { 52 if (mWidth != width || mHeight != height) { 53 mWidth = width;
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilRootLayoutElementImpl.java | 26 private static final String WIDTH_ATTRIBUTE_NAME = "width"; 66 public void setWidth(int width) throws DOMException { 67 this.setAttribute(WIDTH_ATTRIBUTE_NAME, String.valueOf(width) + "px");
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
InputViewManager.java | 33 * @param width The width of the display 38 public View initView(OpenWnn parent, int width, int height);
|
/cts/tests/tests/text/src/android/text/method/cts/ |
TouchTest.java | 80 final int width = getTextWidth(LONG_TEXT, paint); local 84 Touch.scrollTo(tv, layout, width - tv.getWidth() - 1, 0); 88 assertEquals(width - tv.getWidth() - 1, tv.getScrollX()); 94 Touch.scrollTo(tv, layout, width + 100, 5); 98 assertEquals(width - tv.getWidth(), tv.getScrollX()); 103 Touch.scrollTo(tv, layout, width - 10, 5); 107 assertEquals(width - tv.getWidth(), tv.getScrollX()); 143 final int width = getTextWidth(LONG_TEXT, paint); local 146 int x = width >> 1;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsListView_LayoutParamsTest.java | 76 assertEquals(TEST_WIDTH, layoutParams.width); 81 assertEquals(LayoutParams.MATCH_PARENT, layoutParams.width); 86 assertEquals(LayoutParams.MATCH_PARENT, layoutParams.width); 91 assertEquals(TEST_WIDTH, layoutParams.width);
|
/dalvik/libcore/dom/src/test/resources/ |
hc_nodtdstaff.svg | 1 <svg xmlns='http://www.w3.org/2000/svg'><rect x="0" y="0" width="100" height="100"/><head xmlns='http://www.w3.org/1999/xhtml'><title>hc_nodtdstaff</title></head><body xmlns='http://www.w3.org/1999/xhtml'>
|
staff2.dtd | 18 width CDATA #REQUIRED
|
staff2.svg | 4 <svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script>
|
/dalvik/libcore/xml/src/test/resources/ |
staff2.dtd | 18 width CDATA #REQUIRED
|
/device/htc/common/updater/ |
recovery_updater.c | 51 int width = 0, height = 0, bpp = 0; local 54 (width = strtol(width_string->data, NULL, 10)) == 0) { 55 printf("%s(): bad width argument", name); 75 width, height, bpp,
|
/external/clearsilver/imd/ |
example.imd | 18 # Assumed browser width for album show
|
/external/icu4c/samples/layout/ |
pflow.h | 28 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height);
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
pvavcencoder.cpp | 251 aEncOption.width = iEncWidth = aEncParam->iFrameWidth[0]; 730 void PVAVCEncoder::CopyToYUVIn(uint8 *YUV, int width, int height, int width_16, int height_16) 734 int size = width * height; 739 if (height < height_16 || width < width_16) /* if padding */ 745 if (width < width_16) 747 offset -= (width_16 - width); 771 if (width_16 >= width) /* output wider than or equal input */ 773 i = ((height_16 - height) >> 1) * width_16 + (((width_16 - width) >> 3) << 2); 774 /* make sure that (width_16-width)>>1 is divisible by 4 */ 775 j = ((height_16 - height) >> 2) * (width_16 >> 1) + (((width_16 - width) >> 4) << 2) [all...] |
/external/proguard/docs/ |
title.html | 12 <h1><img src="title.gif" width="154" height="29" alt="ProGuard"></h1>
|
/external/quake/quake/src/QW/client/ |
gl_vidnt.c | 42 int width;
member in struct:__anon5003 53 int width;
member in struct:__anon5004 182 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height)
186 void D_EndDirectRect (int x, int y, int width, int height)
191 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify)
196 CenterX = (GetSystemMetrics(SM_CXSCREEN) - width) / 2;
209 int lastmodestate, width, height;
local 216 WindowRect.right = modelist[modenum].width;
219 DIBWidth = modelist[modenum].width;
229 width = rect.right - rect.left; 287 int lastmodestate, width, height; local 1576 int basenummodes, width, height, bpp, findbpp, done; local [all...] |
vid.h | 30 int x,y,width,height;
member in struct:vrect_s 40 unsigned rowbytes; // may be > width if displayed in a window
41 unsigned width;
member in struct:__anon5074 43 float aspect; // width / height -- < 0 is taller than wide
|
vid_svgalib.c | 107 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) 139 for (j=0 ; j<(width >> 2) ; j++) 163 vid.direct + off, width); 165 &pbitmap[(i >> repshift)*width], width); 171 void D_EndDirectRect (int x, int y, int width, int height) 203 for (j=0 ; j<(width >> 2) ; j++) 224 width); 269 if ((modenum >= num_modes) || (modenum < 0 ) || !modes[modenum].width) 271 Con_Printf("%d: %d x %d - ",modenum,modes[modenum].width,modes[modenum].height) [all...] |
/external/quake/quake/src/WinQuake/ |
gl_vidnt.cpp | 42 int width;
member in struct:__anon5364 53 int width;
member in struct:__anon5365 182 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height)
186 void D_EndDirectRect (int x, int y, int width, int height)
191 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify)
196 CenterX = (GetSystemMetrics(SM_CXSCREEN) - width) / 2;
209 int lastmodestate, width, height;
local 216 WindowRect.right = modelist[modenum].width;
219 DIBWidth = modelist[modenum].width;
229 width = rect.right - rect.left; 287 int lastmodestate, width, height; local 1576 int basenummodes, width, height, bpp, findbpp, done; local [all...] |
vid.h | 30 int x,y,width,height;
member in struct:vrect_s 40 unsigned rowbytes; // may be > width if displayed in a window
41 unsigned width;
member in struct:__anon5521 43 float aspect; // width / height -- < 0 is taller than wide
|