HomeSort by relevance Sort by last modified time
    Searched full:width (Results 176 - 200 of 5636) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/rendering/
FixedTableLayout.cpp 37 table's width, the width of the columns, and borders or cell
40 The table's width may be specified explicitly with the 'width'
44 In the fixed table layout algorithm, the width of each column is
47 1. A column element with a value other than 'auto' for the 'width'
48 property sets the width for that column.
51 'auto' for the 'width' property sets the width for that column. If
52 the cell spans more than one column, the width is divided over th
    [all...]
RenderVideo.cpp 60 // width and height attributes of the video element as the intrinsic size until
64 setIntrinsicSize(IntSize(video->width(), video->height()));
132 int ratio = renderBox.width() * elementSize.height() - renderBox.height() * elementSize.width();
134 int newWidth = renderBox.height() * elementSize.width() / elementSize.height();
136 if (renderBox.width() - newWidth > 2)
138 renderBox.move((contentRect.width() - renderBox.width()) / 2, 0);
140 int newHeight = renderBox.width() * elementSize.height() / elementSize.width();
213 int width; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 48 if (mode1_info.width == mode2_info.width)
54 return mode2_info.width - mode1_info.width;
86 Amodelist[j].w = mode_info.width;
94 /* reorder biggest for smallest, assume width dominates */
113 /* return the mode associated with width, height and bpp */
115 int ph_GetVideoMode(int width, int height, int bpp)
127 if ((width==640) && (height==400))
140 if ((mode_info.width == width) && (mode_info.height == height) &&
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
NativeImageBlitter.java 53 Surface dstSurf, int width, int height, AffineTransform sysxform,
58 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
62 blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
73 blit(srcX, srcY, srcSurf, 0, 0, dstSurf, width, height,
80 Surface dstSurf, int width, int height, AffineTransform sysxform,
84 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
94 width, height, comp, bgcolor, clip);
100 dstSurf, width, height,
111 dstSurf, width, height,
119 Surface dstSurf, int width, int height, Composite comp
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Intents.Insert.html 80 <TABLE summary="Changed Constructors" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
89 <TD VALIGN="TOP" WIDTH="30%">
100 <TABLE summary="Changed Fields" WIDTH="100%">
105 <TD VALIGN="TOP" WIDTH="25%">
108 <TD VALIGN="TOP" WIDTH="30%">
114 <TD VALIGN="TOP" WIDTH="25%">
117 <TD VALIGN="TOP" WIDTH="30%">
123 <TD VALIGN="TOP" WIDTH="25%">
126 <TD VALIGN="TOP" WIDTH="30%"
    [all...]
  /external/quake/quake/src/WinQuake/
draw.cpp 28 int width; member in struct:__anon5269
118 r_rectdesc.width = draw_backtile->width;
121 r_rectdesc.rowbytes = draw_backtile->width;
149 if (y > vid.height - 8 || x < 0 || x > vid.width - 8)
296 (x + pic->width > vid.width) ||
311 Q_memcpy (dest, source, pic->width);
313 source += pic->width;
323 for (u=0 ; u<pic->width ; u++
742 int width, height, tileoffsetx, tileoffsety; local
    [all...]
  /external/proguard/docs/
alternatives.html 39 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
40 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
41 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
42 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
49 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
50 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
51 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
59 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
60 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td>
61 <td align="center"><img src="checkmark.gif" width="11" height="11" alt="x"></td
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
IllegalFormatWidthExceptionTest.java 44 int width = Integer.MAX_VALUE; local
46 width);
47 assertEquals(width, illegalFormatWidthException.getWidth());
61 int width = 12345; local
63 width);
64 assertEquals(width, illegalFormatWidthException.getWidth());
78 int width = 12345; local
80 width);
96 assertEquals("Width", initEx.getWidth(), desrEx.getWidth());
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 220 public Graphics create(int x, int y, int width, int height)
222 OverrideGraphics2D g = new OverrideGraphics2D((Graphics2D)graphics.create(x, y, width, height));
239 public void clearRect(int x, int y, int width, int height)
241 graphics.clearRect(x, y, width, height);
249 public void clipRect(int x, int y, int width, int height)
251 graphics.clipRect(x, y, width, height);
254 public void copyArea(int x, int y, int width, int height, int dx, int dy)
256 graphics.copyArea(x, y, width, height, dx, dy);
269 public void draw3DRect(int x, int y, int width, int height, boolean raised)
271 graphics.draw3DRect(x, y, width, height, raised)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_1.c 36 int width, height; local
41 width = info->d_width;
57 , width);
59 for ( c=width; c; --c ) {
82 int width, height; local
88 width = info->d_width;
103 width);
110 /* Don't do anything if width is 0 */
111 if ( width == 0 ) {
114 --width;
192 int width, height; local
236 int width, height; local
278 int width = info->d_width; local
320 int width = info->d_width; local
349 int width = info->d_width; local
379 int width = info->d_width; local
408 int width = info->d_width; local
446 int width = info->d_width; local
    [all...]
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 61 virtual uint8* SetSize(int width, int height) {
62 fWidth = width;
68 fRGB.setCount(width * height * 3); // 3 == r, g, b
72 int width() const { return fWidth; } function in class:SkBmpDecoderCallback
98 const int max_pixels = 16383*16383; // max width*height
109 int width = callback.width(); local
119 SkScaledBitmapSampler sampler(width, height, getSampleSize());
137 const int srcRowBytes = width * 3;
SkPageFlipper.cpp 29 SkPageFlipper::SkPageFlipper(int width, int height) {
30 fWidth = width;
35 fDirty0->setRect(0, 0, width, height);
39 void SkPageFlipper::resize(int width, int height) {
40 fWidth = width;
44 fDirty1->setRect(0, 0, width, height);
fpdfemb_ext.h 24 /** Get info from the decoder, including image width, height and number of components */
25 void (*GetInfo)(void* pContext, int* width, int* height, int* nComps);
46 /** Get image info from the context, including width, height, number of components
51 void (*GetInfo)(void* context, unsigned long* width, unsigned long* height,
68 /** Do the whole decoding process. Supplied parameters include width, height, source image
72 void (*Decode)(unsigned long width, unsigned long height, const unsigned char* src_buf,
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ImageHelper.java 38 * @param width optional width to create replacement Image. If -1, null be
48 String fileName, int width, int height, Color phColor) {
59 if (width != -1 && height != -1) {
60 return createPlaceHolderArt(display, width, height,
75 public static Image createPlaceHolderArt(Display display, int width,
77 Image img = new Image(display, width, height);
80 gc.drawLine(0, 0, width, height);
81 gc.drawLine(0, height - 1, width, -1);
  /frameworks/base/docs/html/resources/tutorials/views/
index.jd 34 <a href="hello-linearlayout.html"><img src="images/hello-linearlayout.png" height="285" width="200"
41 width="200" /></a>
46 <a href="hello-tablelayout.html"><img src="images/hello-tablelayout.png" height="285" width="200"
52 <a href="hello-gridview.html"><img src="images/hello-gridview.png" height="285" width="200" /></a>
57 <a href="hello-tabwidget.html"><img src="images/hello-tabwidget.png" height="285" width="200" /></a>
62 <a href="hello-listview.html"><img src="images/hello-listview.png" height="285" width="200" /></a>
71 <a href="hello-datepicker.html"><img src="images/hello-datepicker.png" height="285" width="200"
77 <a href="hello-timepicker.html"><img src="images/hello-timepicker.png" height="285" width="200"
83 <a href="hello-formstuff.html"><img src="images/hello-formstuff.png" height="285" width="200" /></a>
88 <a href="hello-spinner.html"><img src="images/hello-spinner.png" height="285" width="200" /></a
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CanvasTexture.java 66 public final void setSize(int width, int height) {
67 mWidth = width;
88 int width = (int) mWidth; local
101 int newTextureWidth = Shared.nextPowerOf2(width);
124 // Set the new texture width and height.
129 mNormalizedWidth = (float) width / textureWidth;
152 renderCanvas(canvas, bitmap, width, height);
153 int[] cropRect = { 0, height, width, -height };
170 float width = mWidth; local
175 float originX = x + anchorX * width;
    [all...]
  /external/qemu/
curses.c 45 static int width, height, gwidth, gheight, invalidate; variable
52 line = ((chtype *) screen) + y * width;
53 for (h += y; y < h; y ++, line += width)
54 mvwaddchnstr(screenpad, y, 0, line, width);
63 width = gwidth;
66 width = COLS;
76 screenpad = newpad(height, width);
78 if (width > COLS) {
79 px = (width - COLS) / 2;
84 sminx = (COLS - width) / 2
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 62 SDL_PrivateResize(e->size().width(), e->size().height());
83 if(my_image->width() == height()) {
87 my_mouse_pos = QPoint(pos.y(), width()-pos.x());
135 int width, height; local
139 width = ((rect.right() - rect.left()) >> 1) + 2;
142 if((startx+width) > 120) {
143 width = 120 - startx; // avoid horizontal overflow
156 int rowadd = (-320*width) - 1;
157 int rowadd2 = 240 - width;
160 for (int x=0; x<width; x++)
191 int width, height; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 55 static SDL_Surface *WSCONS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
155 int width, height; local
247 if (private->physlinebytes == private->info.width) {
248 len = private->info.width * private->info.height * sizeof(short);
260 if (private->physlinebytes == private->info.width) {
261 len = private->info.width * private->info.height * sizeof(int);
296 width = private->info.height;
297 height = private->info.width;
299 width = private->info.width;
462 int width = private->SDL_modelist[0]->w; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 224 int width = getWidth(); local
226 Log.v(TAG, "layout content pane " + width + "x" + height);
227 if (mContentView != null && width != 0 && height != 0) {
228 mContentView.layout(0, 0, width, height);
286 public void onSurfaceChanged(GL10 gl1, int width, int height) {
287 Log.v(TAG, "onSurfaceChanged: " + width + "x" + height
291 gl.glViewport(0, 0, width, height);
296 GLU.gluOrtho2D(gl, 0, width, 0, height);
318 public void drawRect(int x, int y, int width, int height) {
321 drawRect(x, y, width, height, matrix, mTransformation.getAlpha())
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.R.attr.html 81 <TABLE summary="Added Fields" WIDTH="100%">
86 <TD VALIGN="TOP" WIDTH="25%">
93 <TD VALIGN="TOP" WIDTH="25%">
100 <TD VALIGN="TOP" WIDTH="25%">
107 <TD VALIGN="TOP" WIDTH="25%">
114 <TD VALIGN="TOP" WIDTH="25%">
121 <TD VALIGN="TOP" WIDTH="25%">
128 <TD VALIGN="TOP" WIDTH="25%">
135 <TD VALIGN="TOP" WIDTH="25%">
142 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
NumericSprite.java 32 int width = roundUpPower2((int) (interDigitGaps + paint.measureText(sStrike))); local
33 mLabelMaker = new LabelMaker(true, width, height);
80 public float width() { method in class:NumericSprite
81 float width = 0.0f; local
85 width += mWidth[c - '0'];
87 return width;
  /external/e2fsprogs/resize/
sim_progress.c 30 int i, width; local
33 width = prog->labelwidth - strlen(prog->label);
34 while (width-- > 0)
38 for (width = prog->labelwidth; width > 0; width--)
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
itrans.cpp 90 void itrans(int16 *block, uint8 *pred, uint8 *cur, int width)
139 *(cur += width) = e1;
140 *(cur += width) = e2;
141 cur[width] = e3;
142 cur -= (width << 1);
151 e1 = *(cur += width) + (e1 >> 6);
154 e2 = *(cur += width) + (e2 >> 6);
157 e3 = cur[width] + (e3 >> 6);
159 cur[width] = e3;
160 cur -= (width << 1)
    [all...]
  /external/webkit/WebCore/css/
mediaControlsGtk.css 25 width: 300px;
33 width: 20px;
38 width: 20px;
51 width: 20px;
56 width: 20px;
61 width: 20px;

Completed in 302 milliseconds

1 2 3 4 5 6 78 91011>>