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

1 2 3 4 5 6 7 8 91011>>

  /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>
big-page.html 2 <div style="width: 400px; height: 400px; background-color: blue"></div>
popup200x100.html 6 <img src="200x100.png" width="200" height="100">
  /external/webkit/WebKit/chromium/public/
WebSize.h 46 int height; member in struct:WebKit::WebSize
48 bool isEmpty() const { return width <= 0 || height <= 0; }
52 , height(0)
56 WebSize(int width, int height)
58 , height(height)
65 , height(s.height())
72 height = s.height();
    [all...]
WebRect.h 48 int height; member in struct:WebKit::WebRect
50 bool isEmpty() const { return width <= 0 || height <= 0; }
56 , height(0)
60 WebRect(int x, int y, int width, int height)
64 , height(height)
73 , height(r.height())
82 height = r.height();
    [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>
19 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div>
frame-hover.html 2 <p style="height: 50px;">Move the mouse pointer into the yellow box, then directly into the green box, then out of both boxes. No red or cyan should remain, only yellow and green.</p>
3 <iframe src="resources/hover-subframe-1.html" frameborder="0" height="300" scrolling="no" width="200"></iframe><iframe src="resources/hover-subframe-2.html" frameborder="0" height="300" scrolling="no" width="200"></iframe>
  /external/chromium/base/gfx/
size.cc 19 Size::Size(int width, int height) {
21 set_height(height);
27 set_height(s.height);
32 set_height(s.height);
58 void Size::set_height(int height) {
59 if (height < 0) {
61 height = 0;
63 height_ = height;
69 return out << s.width() << "x" << s.height();
  /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>
  /external/webkit/WebKit/qt/tests/hybridPixmap/
test.html 18 myWidget.compare(obj.toString(),"[Qt Native Pixmap "+obj.width+","+obj.height+"]");
19 myWidget.compare(String(pxm),"[Qt Native Pixmap "+pxm.width+","+pxm.height+"]");
25 myWidget.compare(imgFromSignal.height, img2.height);
31 myWidget.compare(pxm.height, img2.height);
39 myWidget.compare(pxm.height, img2.height);
  /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) {
29 this.height = height;
41 return height;
  /frameworks/base/core/res/assets/webkit/
youtube.html 13 height: 100%;
29 var height = document.body.clientHeight;
33 canvas.height = height;
41 ctx.drawImage(background, 0, 0, width, height);
43 playHeight = play.height;
45 logoHeight = logo.height;
50 if (width / height > defWidth / defHeight && height < defHeight) {
51 ratio = height / defHeight
    [all...]
  /external/webkit/WebCore/platform/graphics/
Path.cpp 72 float slope = atan2f(change.height(), change.width());
117 float height = rectangle.height(); local
119 float ry = roundingRadii.height();
120 if (width <= 0.0f || height <= 0.0f)
129 // If ry is greater than half of the height of the rectangle
130 // then set ry to half of the height (required in SVG spec)
131 if (dy > height * 0.5f)
132 dy = height * 0.5f;
141 if (dy < height * 0.5
166 float height = rectangle.height(); local
209 float height = rectangle.height(); local
    [all...]
  /external/webkit/WebCore/manual-tests/qt/
qtplugin-scrolling.html 6 height: 1000px;
18 <object type="application/x-qt-plugin" classid="alien_QLabel" name="label1" height="30"></object>
22 <object type="application/x-qt-plugin" classid="QLabel" name="label2" height="30"></object>
main.html 7 <IFRAME SRC="qtplugin.html" FRAMEBORDER="0" width="100%" height="100%" ></IFRAME>
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 40 * Returns the height of the Shape.
62 * @param height the height of the shape (in pixels)
64 public final void resize(float width, float height) {
68 if (height < 0) {
69 height =0;
71 if (mWidth != width || mHeight != height) {
73 mHeight = height;
74 onResize(width, height);
92 * @param height the new height of the Shap
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuffColorFilterTest.java 42 int height = 100; local
43 Bitmap b1 = Bitmap.createBitmap(width / 2, height, Config.ARGB_8888);
45 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888);
48 Bitmap target = Bitmap.createBitmap(width, height, Config.ARGB_8888);
57 canvas.drawBitmap(b2, 0, height / 2, p);
58 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
59 int lowerLeft = target.getPixel(width / 4, height * 3 / 4);
62 int lowerRight = target.getPixel(width * 3 / 4, height * 3 / 4);
70 canvas.drawBitmap(b2, 0, height / 2, p);
71 assertEquals(Color.RED, target.getPixel(width / 4, height / 4))
    [all...]
PorterDuffXfermodeTest.java 36 private static final int HEIGHT = 100;
44 Bitmap target = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888);
46 Bitmap b1 = Bitmap.createBitmap(WIDTH / 2, HEIGHT, Config.ARGB_8888);
48 Bitmap b2 = Bitmap.createBitmap(WIDTH, HEIGHT / 2, Config.ARGB_8888);
55 canvas.drawBitmap(b2, 0, HEIGHT / 2, p);
56 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4));
57 assertEquals(Color.BLUE, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4));
58 assertEquals(Color.BLUE, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4));
64 canvas.drawBitmap(b2, 0, HEIGHT / 2, p);
65 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4))
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.h 8 int *height,
  /external/skia/src/images/
SkBitmap_RLEPixels.h 8 SkBitmap_RLEPixels(int width, int height);

Completed in 1417 milliseconds

1 2 3 4 5 6 7 8 91011>>