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

1 2 34 5 6 7 8 91011>>

  /packages/wallpapers/Basic/res/raw/
grass.rs 41 float xpos = randf2(-State->width, State->width);
61 void drawNight(int width, int height) {
66 width, -32.0f, 0.0f,
68 width, 1024.0f - 32.0f, 0.0f,
74 void drawSunrise(int width, int height) {
76 drawRect(0.0f, 0.0f, width, height, 0.0f);
79 void drawNoon(int width, int height) {
81 drawRect(0.0f, 0.0f, width, height, 0.0f);
84 void drawSunset(int width, int height)
    [all...]
  /frameworks/base/awt/java/awt/
Rectangle.java 29 * corner coordinates [x,y], its width, and its height. A Rectangle specified by
30 * [x, y, width, height] parameters has an outline path with corners at [x, y],
31 * [x + width,y], [x + width,y + height], and [x, y + height]. <br>
33 * The rectangle is empty if the width or height is negative or zero. In this
56 * The width of rectangle.
58 public int width; field in class:Rectangle
67 * the width and the height are zero.
75 * given by the Point object (p.X and p.Y), and the width and the height are
88 * given by the Point object (p.X and p.Y), and the width and the height ar
    [all...]
  /external/clearsilver/cs/
test_macro_set.cs 1 <?cs def:getWidthStyle(width, output) ?>
2 <?cs set:output = "style='width:" + width + "px;'" ?>
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 36 private final VariableInt width; field in class:RectangleSprite
48 * @param width the variable width of the rectangle.
55 VariableInt width,
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
68 * @param width the variable width of the rectangle.
70 * @param arcWidth the variable width of the corner arcs.
77 VariableInt width,
86 this.width = width
    [all...]
  /external/webkit/WebCore/manual-tests/animation/
animateTransform-keyTimes.svg 2 <rect fill='blue' width='100' height='100'>
5 <rect fill='none' stroke='orange' x='10' width='100' height='100' />
6 <rect fill='none' stroke='green' x='100' width='100' height='100' />
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNILib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualLib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /ndk/samples/hello-gl2/src/com/android/gl2jni/
GL2JNILib.java 28 * @param width the current view width
31 public static native void init(int width, int height);
  /dalvik/vm/native/
java_lang_System.c 87 int width; local
97 width = 1;
101 width = 2;
105 width = 4;
109 width = 8;
114 width = 0;
119 dstArray->contents, dstPos * width,
120 srcArray->contents, srcPos * width,
121 length * width);
122 (*copyFunc)((u1*)dstArray->contents + dstPos * width,
131 int width = sizeof(Object*); local
    [all...]
  /external/expat/doc/
style.css 9 width: 200px;
38 border-width: 0px;
64 width: 100%;
65 border-top-width: thin;
82 width: 100%;
83 border-top-width: thin;
  /external/skia/src/core/
SkSpriteBlitterTemplate.h 26 virtual void blitRect(int x, int y, int width, int height) {
27 SkASSERT(width > 0 && height > 0);
36 SkDEBUGCODE((void)fDevice->SkSPRITE_DST_GETADDR(x + width - 1, y + height - 1);)
37 SkDEBUGCODE((void)fSource->SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);)
49 SkSPRITE_ROW_PROC(d, s, width, x, y);
51 int w = width;
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 7 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png), auto;"><span style="cursor:url(nonexistent.png), auto;">some text</span></div>
8 <div style="width:100px;height:50px;background-color:lightblue; cursor:url(nonexistent.png);"></div>
15 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
16 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid, but allowed by WinIE -->
17 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), help;'></div></td>
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
30 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;' (…)
    [all...]
cursorfallback.xml 9 xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="300">
14 <rect x="0" y="0" width="50" height="50" fill="blue" />
18 <rect x="0" y="70" width="50" height="50" fill="red" />
22 <rect x="0" y="140" width="50" height="50" fill="red" />
26 <rect x="0" y="210" width="50" height="50" fill="red" />
30 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpcursor.tiff"), text;'></div>
frame-hover.html 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>
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 28 public final float width; field in class:OrientedBoundingBox
38 width = w;
58 point[0] = -width / 2;
66 point[0] = -width / 2;
71 point[0] = width / 2;
76 point[0] = width / 2;
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 74 int width = texture.getWidth(); local
79 GLES10.glCompressedTexImage2D(target, level, ETC1.ETC1_RGB8_OES, width, height,
84 int stride = pixelSize * width;
87 ETC1.decodeImage(data, decodedData, width, height, pixelSize, stride);
88 GLES10.glTexImage2D(target, level, fallbackFormat, width, height, border,
117 public ETC1Texture(int width, int height, ByteBuffer data) {
118 mWidth = width;
124 * Get the width of the texture in pixels.
125 * @return the width of the texture in pixels.
131 * @return the width of the texture in pixels
153 int width = 0; local
210 int width = texture.getWidth(); local
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
LinearLayout.java 26 int width = 0; local
31 width = Math.max(width, view.getMeasuredWidth());
35 .setPreferredContentSize(width, height)
43 int width = (r - l) - p.left - p.right; local
49 view.layout(offsetX, offsetY, offsetX + width, nextOffsetY);
  /external/icu4c/samples/layout/
Surface.cpp 16 le_int32 x, le_int32 y, le_int32 width, le_int32 height)
23 clip.right = width;
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24toyuv420.cpp 225 int32 width = param[0]; local
227 int32 width_16 = ((width + 15) >> 4) << 4;
234 int32 adjust = (width + (width << 1));
240 if (height < height_16 || width < width_16) /* if padding */
246 if (width < width_16)
248 offset -= (width_16 - width);
268 if (width_16 >= width)
270 i = ((height_16 - height) >> 1) * width_16 + (((width_16 - width) >> 3) << 2);
271 /* make sure that (width_16-width)>>1 is divisible by 4 *
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mb_utils.cpp 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width)
42 comp += width;
43 prev += width;
53 comp += width;
54 prev += width;
64 comp += width;
65 prev += width;
74 comp += width;
75 prev += width;
86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width)
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_video.h 51 width = 0;
63 uint32 width; member in class:PVMFYuvFormatSpecificInfo0
73 PVMFVideoResolution(uint16 w, uint16 h) : width(w), height(h) {}
74 uint16 width; member in class:PVMFVideoResolution
92 return (res.width >= iFirst.width && res.height >= iFirst.height && res.width <= iLast.width && res.height <= iLast.height);
  /external/webkit/WebCore/manual-tests/gtk/
cursor-image.html 2 <div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/cell.cur), default;">&nbsp;</div>
4 <div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/long_cell.cur), default;">&nbsp;</div>
plugin-resize-scroll.html 9 width: 100%;
22 <embed id="embed" height="100" style="width: 100%" pbgcolor="green"
  /external/webkit/WebCore/manual-tests/qt/
plugin-iframe.html 9 width: 100%;
21 <iframe src="plugin-sibling-frame-include.html" width="200" height="200"

Completed in 46 milliseconds

1 2 34 5 6 7 8 91011>>