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

<<51525354555657585960>>

  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 169 r.setWidth(r.width() + 100);
204 // FIXME: Using width/height alone and not also dealing with min-width/max-width is flawed.
205 if (style->width().isIntrinsicOrAuto()) {
224 // If the width and height are both specified, then we have nothing to do.
225 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto())
232 if (style->width().isIntrinsicOrAuto())
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c 1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
85 int width );
284 allocation.width = w;
292 xtbin->width = widget->allocation.width;
302 xtbin->width);
410 gint width,
418 printf("gtk_xtbin_resize %p %d %d\n", (void *)widget, width, height);
422 xtbin->width = width;
    [all...]
  /external/webkit/WebCore/rendering/
RenderSVGInline.cpp 63 FloatRect rect(xRef + curr->x(), yRef + curr->y(), curr->width(), curr->height());
82 FloatRect rect(xRef + curr->x(), yRef + curr->y(), curr->width(), curr->height());
SVGMarkerData.h 55 double inslope = rad2deg(atan2(inslopeChange.height(), inslopeChange.width()));
56 double outslope = rad2deg(atan2(outslopeChange.height(), outslopeChange.width()));
  /external/webkit/WebCore/svg/
SVGFilterElement.h 61 DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGImageElement.h 67 DECLARE_ANIMATED_PROPERTY(SVGImageElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGMaskElement.h 65 DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGPatternElement.h 64 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::widthAttr, SVGLength, Width, width)
SVGUseElement.h 80 DECLARE_ANIMATED_PROPERTY(SVGUseElement, SVGNames::widthAttr, SVGLength, Width, width)
svgattrs.in 202 stroke-width
238 width
  /external/webkit/WebKit/android/jni/
WebCoreViewBridge.h 77 int width() const { return mBounds.width(); } function in class:WebCoreViewBridge
  /external/webkit/WebKit/win/
WebKitGraphics.h 71 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
72 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
  /frameworks/base/awt/java/awt/font/
MultipleMaster.java 38 * float array which represents width of each glyph in font
41 * the average stem width in font space.
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontExtraMetrics.java 25 * Extra font metrics: sub/superscripts sizes, offsets, average char width.
44 * The average width of characters in the font.
  /frameworks/base/docs/html/resources/
community-more.jd 34 <pre class="no-pretty-print" style="width:50%;">/nick &lt;yournickname&gt;
37 <pre class="no-pretty-print" style="width:50%;">/connect irc.freenode.net
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.app.ActivityManager.RunningAppProcessInfo.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%">
android.view.View.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
android.widget.AutoCompleteTextView.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
android.app.WallpaperManager.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
110 <TABLE summary="Added Fields" WIDTH="100%">
115 <TD VALIGN="TOP" WIDTH="25%">
122 <TD VALIGN="TOP" WIDTH="25%">
129 <TD VALIGN="TOP" WIDTH="25%">
android.webkit.WebStorage.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.hardware.Camera.html 80 <TABLE summary="Added Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
99 <TD VALIGN="TOP" WIDTH="25%">
106 <TD VALIGN="TOP" WIDTH="25%">
113 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="25%">
127 <TD VALIGN="TOP" WIDTH="25%">
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 227 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
233 int width,
240 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
247 int width,
254 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
262 int width,
267 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
276 int width,
602 // C function void glLineWidth ( GLfloat width )
605 float width
    [all...]
  /frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
GLJNIView.java 75 public void onSurfaceChanged(GL10 gl, int width, int height) {
76 GLJNILib.init(width, height);
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmdefs.h 92 #define BITFIELD_MASK(width) \
93 (((unsigned)1 << (width)) - 1)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 93 u32 width; member in struct:vdec_config
107 int width[4]; member in struct:vdec_vc1_panscan_regions

Completed in 462 milliseconds

<<51525354555657585960>>