/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/libvpx/examples/ |
encoder_tmpl.c | 62 printf("Warning: Read partial frame. Check your width & height!\n"); 81 mem_put_le16(header+12, cfg->g_w); /* width */ 118 long width; local 127 width = strtol(argv[1], NULL, 0); local 129 if(width < 16 || width%2 || height <16 || height%2) 130 die("Invalid resolution: %ldx%ld", width, height); 131 if(!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 1)) 132 die("Faile to allocate image", width, height);
|
/external/libvpx/vp8/common/ |
alloccommon.h | 20 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height);
|
extend.h | 19 void vp8_extend_to_multiple_of16(YV12_BUFFER_CONFIG *ybf, int width, int height);
|
/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:__anon6567 53 int width;
member in struct:__anon6568 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:__anon6638 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:__anon6928 53 int width;
member in struct:__anon6929 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:__anon7085 43 float aspect; // width / height -- < 0 is taller than wide
|
vid_svgalib.cpp | 106 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) 138 for (j=0 ; j<(width >> 2) ; j++) 162 vid.direct + off, width); 164 &pbitmap[(i >> repshift)*width], width); 170 void D_EndDirectRect (int x, int y, int width, int height) 202 for (j=0 ; j<(width >> 2) ; j++) 223 width); 268 if ((modenum >= num_modes) || (modenum < 0 ) || !modes[modenum].width) 270 Con_Printf("%d: %d x %d - ",modenum,modes[modenum].width,modes[modenum].height) [all...] |
/external/skia/src/views/ |
SkProgressView.cpp | 81 r.set(0, 0, this->width(), this->height()); 84 r.fRight = r.fLeft + SkScalarMul(r.width(), SkFixedToScalar(percent)); 94 r.fRight = this->width() - SK_Scalar1; 95 if (r.width() > 0)
|
SkScrollBarView.cpp | 74 evt.setScalar("dimX", this->width()); 103 SkScalar width; local 105 if (evt.findScalar("x", &width)) 106 this->setWidth(width);
|
/external/webkit/WebCore/html/ |
HTMLAreaElement.cpp | 115 int width = size.width(); local 134 path.moveTo(FloatPoint(m_coords[0].calcMinValue(width), m_coords[1].calcMinValue(height))); 136 path.addLineTo(FloatPoint(m_coords[i * 2].calcMinValue(width), m_coords[i * 2 + 1].calcMinValue(height))); 143 int r = min(radius.calcMinValue(width), radius.calcMinValue(height)); 144 path.addEllipse(FloatRect(m_coords[0].calcMinValue(width) - r, m_coords[1].calcMinValue(height) - r, 2 * r, 2 * r)); 149 int x0 = m_coords[0].calcMinValue(width); 151 int x1 = m_coords[2].calcMinValue(width); 157 path.addRect(FloatRect(0, 0, width, height));
|
/external/webkit/WebCore/manual-tests/ |
applet-finish-parsing-children.html | 7 <applet codebase="resources" code="DrawMessage.class" width=534 height=50>
|
context-click-generated-content.html | 4 width: 50px;
|
drag-enter-alert.html | 27 <img id="dragimage" src="resources/drag-image.png" width="32px" height="32px">
|
focusringcolor-change-on-theme-change.html | 1 <input value="Click on me! Focus ring color around this input element should change." style="width:100%">
|
input-empty-on-focus.html | 1 <div><img width="200" height="200" src="resources/200x200.png"></div>
|
interrupted-compound-transform.html | 10 width: 400px; 17 width: 300px; 27 width: 300px; 36 width: 300px;
|
java-string-object-type.html | 20 <APPLET id="applet" code="StringTypeTest.class" codebase="resources" width="0" height="0">
|
scrollbar-hover-active.html | 4 width:17px; 10 width: 17px; 39 min-width:20px; 64 <div style="width:200px; height:200px; overflow-y:scroll; overflow-x:hidden">
|
svg-link-hover-use.svg | 3 <rect id='rect' width='100' height="100" fill='blue' />
|
/external/webkit/WebCore/manual-tests/qt/ |
qtplugin-scrolling.html | 5 width: 100%;
|