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

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/cs/
test_macro_set.cs.gold 10 style='width:100px;'
16 style='width:300px;'
22 style='width:400px;'
29 style='width:200px;'
  /external/webkit/WebCore/manual-tests/resources/
nested-plug-ins-inner-frame.html 1 <embed id="plugin" width='100' height='100' src='spinbox.swf' wmode='window'>
nested-plug-ins-outer-frame.html 1 <embed id="plugin" width='100' height='100' src='spinbox.swf' wmode='window'>
3 <iframe style="height: 200px; width: 200px;" id='inner' src='nested-plug-ins-inner-frame.html'></iframe>
  /external/dnsmasq/contrib/dnslist/
dhcp.css 51 .hostname { width: 10em; }
52 .ip_addr { width: 10em; background: #DDD; }
53 .ether_addr { width: 15em; }
54 .client_id { width: 15em; background: #DDD; }
55 .status { width: 5em; }
56 .since { width: 10em; background: #DDD; }
57 .lease { width: 10em; }
  /external/webkit/WebKit/chromium/public/
WebSize.h 45 int width; member in struct:WebKit::WebSize
48 bool isEmpty() const { return width <= 0 || height <= 0; }
51 : width(0)
56 WebSize(int width, int height)
57 : width(width)
64 : width(s.width())
71 width = s.width();
    [all...]
WebRect.h 47 int width; member in struct:WebKit::WebRect
50 bool isEmpty() const { return width <= 0 || height <= 0; }
55 , width(0)
60 WebRect(int x, int y, int width, int height)
63 , width(width)
72 , width(r.width())
81 width = r.width();
    [all...]
  /external/webkit/WebCore/manual-tests/
cursor.html 2 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: auto">auto</div>
3 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: default">default</div>
4 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: hand">hand</div>
5 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: pointer">pointer</div>
6 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: text">text</div>
7 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: help">help</div>
8 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: crosshair">crosshair</div>
9 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: move">move</div>
10 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: w-resize">w</div>
11 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: e-resize">e</div
    [all...]
drag-image-table-part-decorations.html 6 <div style="background-color: blue; display: table; height: 100px; width: 100px;"></div>
7 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
9 <div style="background-color: blue; display: table-row; height: 100px;"><div style="width: 100px"></div></div>
10 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
12 <div style="background-color: blue; display: table-cell; height: 100px; width: 100px;"></div>
13 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div>
15 <fieldset style="background-color: blue; border: none; height: 100px; width: 100px;"><legend></legend></fieldset>
16 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div>
18 <table style="border-collapse: collapse;"><tr><td style="border-bottom: 100px solid blue; width: 100px;"></td></tr></table>
19 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div
    [all...]
svg-animated-gifs.svg 7 <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
8 <foreignObject x="70" y="70" width="150" height="150" >
9 <xhtml:img src="resources/3dolph.gif" width="150" height="150" />
14 <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
15 <image xlink:href="resources/3dolph.gif" x="60" y="60" width="170" height="170" />
  /external/webkit/WebKit/qt/tests/qwebpage/resources/
iframe.html 4 <iframe src="iframe2.html" width="80%" height="30%"/>
iframe2.html 4 <iframe src="iframe3.html" width="80%" height="30%"></iframe>
frame_a.html 1 <a href="http://google.com" target="frame_b"><img src="" width=100 height=100 alt="Google"></a>
2 <a href="http://yahoo.com" target="frame_b"><img src="" width=100 height=100 alt="Yahoo"></a>
  /frameworks/base/awt/java/awt/
Dimension.java 30 * The Dimension represents the size (width and height) of a component. The
31 * width and height values can be negative, but in that case the behavior of
44 * The width dimension.
46 public int width; field in class:Dimension
62 this(d.width, d.height);
66 * Instantiates a new Dimension with zero width and height.
73 * Instantiates a new Dimension with the specified width and height.
75 * @param width
76 * the width of the new Dimension.
80 public Dimension(int width, int height)
    [all...]
GraphicsConfiguration.java 50 * compatible with this GraphicsConfiguration with specified width and
53 * @param width
54 * the width of BufferedImage.
57 * @return the BufferedImage object with specified width and height
60 public abstract BufferedImage createCompatibleImage(int width, int height);
63 * Creates a BufferedImage that has the specified width, height,
67 * @param width
68 * the width of image.
75 public abstract BufferedImage createCompatibleImage(int width, int height, int transparency);
78 * Creates a VolatileImage that has the specified width and height and has
    [all...]
  /external/webkit/WebKit/qt/tests/qwebview/resources/
frame_a.html 1 <a href="http://google.com" target="frame_b"><img src="" width=100 height=100 alt="Google"></a>
2 <a href="http://yahoo.com" target="frame_b"><img src="" width=100 height=100 alt="Yahoo"></a>
  /development/samples/GlobalTime/src/com/android/globaltime/
Texture.java 24 private int width, height; field in class:Texture
26 public Texture(ByteBuffer data, int width, int height) {
28 this.width = width;
37 return width;
  /frameworks/base/tests/framework-tests/src/android/text/
PackedIntVectorTest.java 28 for (int width = 0; width < 10; width++) {
29 PackedIntVector p = new PackedIntVector(width);
30 int[] ins = new int[width];
32 for (int height = width * 2; height < width * 4; height++) {
33 assertEquals(p.width(), width); local
46 for (int j = 0; j < width; j++)
    [all...]
  /external/webkit/WebCore/platform/graphics/
Path.cpp 72 float slope = atan2f(change.height(), change.width());
116 float width = rectangle.width(); local
118 float rx = roundingRadii.width();
120 if (width <= 0.0f || height <= 0.0f)
124 // If rx is greater than half of the width of the rectangle
125 // then set rx to half of the width (required in SVG spec)
126 if (dx > width * 0.5f)
127 dx = width * 0.5f;
136 if (dx < width * 0.5f
165 float width = rectangle.width(); local
208 float width = rectangle.width(); local
    [all...]
  /frameworks/base/core/res/assets/webkit/
youtube.html 12 width: 100%;
28 var width = document.body.clientWidth;
32 canvas.width = width;
41 ctx.drawImage(background, 0, 0, width, height);
42 playWidth = play.width;
44 logoWidth = logo.width;
50 if (width / height > defWidth / defHeight && height < defHeight) {
52 } else if (width / height < defWidth / defHeight && width < defWidth)
    [all...]
  /external/webkit/WebKitTools/GtkLauncher/
simple.svg 4 <svg width="5cm" height="4cm"
8 <rect x="0.5cm" y="0.5cm" width="2cm" height="1cm"/>
9 <rect x="0.5cm" y="2cm" width="1cm" height="1.5cm"/>
10 <rect x="3cm" y="0.5cm" width="1.5cm" height="2cm"/>
11 <rect x="3.5cm" y="3cm" width="1cm" height="0.5cm"/>
13 <rect x=".01cm" y=".01cm" width="4.98cm" height="3.98cm"
14 fill="none" stroke="blue" stroke-width=".02cm" />
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 33 * Returns the width of the Shape.
61 * @param width the width of the shape (in pixels)
64 public final void resize(float width, float height) {
65 if (width < 0) {
66 width = 0;
71 if (mWidth != width || mHeight != height) {
72 mWidth = width;
74 onResize(width, height);
91 * @param width the new width of the Shap
    [all...]
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 24 * Writer that wraps another writer and passes width-limited and
33 /** {@code > 0;} the maximum output width */
34 private final int width; field in class:IndentingWriter
52 * @param width {@code >= 0;} the maximum output width (not including
56 public IndentingWriter(Writer out, int width, String prefix) {
63 if (width < 0) {
64 throw new IllegalArgumentException("width < 0");
71 this.width = (width != 0) ? width : Integer.MAX_VALUE
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 26 int width, int deltaSrc, int, const SkPMColor[]) {
28 for (int x = 0; x < width; x++) {
37 int width, int deltaSrc, int, const SkPMColor[]) {
39 for (int x = 0; x < width; x++) {
48 int width, int deltaSrc, int, const SkPMColor[]) {
51 for (int x = 0; x < width; x++) {
64 int width, int deltaSrc, int, const SkPMColor[]) {
66 for (int x = 0; x < width; x++) {
75 int width, int deltaSrc, int y, const SkPMColor[]) {
78 for (int x = 0; x < width; x++)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap.java 101 * @param width The number of pixels in each row
105 int width, int height) {
106 return new Bitmap(source.mImage.getSubimage(x, y, width, height));
116 * @param width The number of pixels in each row
123 * @throws IllegalArgumentException if the x, y, width, height values are
126 public static Bitmap createBitmap(Bitmap source, int x, int y, int width,
129 checkWidthHeight(width, height);
130 if (x + width > source.getWidth()) {
132 "x + width must be <= bitmap.width()");
260 final int width = src.getWidth(); local
    [all...]
  /cts/tools/signature-tools/templates/
Table.st 1 <table summary="$name$" border="1" width="100%">

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>