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

<<31323334353637383940>>

  /external/webkit/SunSpider/resources/
sunspider-analyze-results.js 191 var width = "Total".length;
193 if (category.length + 2 > width)
194 width = category.length + 2;
198 if (shortName.length + 4 > width)
199 width = shortName.length + 4;
202 return width;
207 var width = mean.toFixed(1).toString().length;
210 if (candidate > width)
211 width = candidate;
214 if (candidate > width)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSImageConstructor.cpp 48 int width = 0; local
52 width = args.at(0).toInt32(exec);
71 image->setWidth(width);
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 62 // Firefox limits width/height to 32767 pixels, but slows down dramatically before it
201 FloatRect r = mapRect(rect, FloatRect(0, 0, m_size.width(), m_size.height()), destRect);
232 static_cast<WebGLRenderingContext*>(m_context.get())->reshape(width(), height());
302 float wf = ceilf(logicalSize.width() * pageScaleFactor);
338 FloatSize unscaledSize(width(), height());
340 if (!size.width() || !size.height())
348 m_imageBuffer->context()->scale(FloatSize(size.width() / unscaledSize.width(), size.height() / unscaledSize.height()));
367 FloatSize unscaledSize(width(), height());
370 if (size.width() && size.height()
    [all...]
  /external/webkit/WebCore/manual-tests/
canvas-mask-redraw.html 11 width: 400px;
56 <img src="http://www.google.com/intl/en_ALL/images/logo.gif" width="320" height="200" alt="Clown Fish" class="masked"
60 <div class="masked" style="width: 640px" onmousemove="redrawCanvas(event)">
transition-events.html 11 width: 100px;
23 width: 100px;
35 width: 90%;
  /external/webkit/WebCore/page/
Screen.cpp 63 unsigned Screen::width() const function in class:WebCore::Screen
67 return static_cast<unsigned>(screenRect(m_frame->view()).width());
109 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());
  /external/webkit/WebCore/platform/brew/
ScreenBrew.cpp 43 int width; member in struct:WebCore::DisplayInfo
57 info.width = bitmapInfo.cx;
69 return FloatRect(0, 0, info.width, info.height);
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 112 for (int x = 0; x < m_size.width(); x++) {
131 PassRefPtr<ImageData> result = ImageData::create(rect.width(), rect.height());
134 if (rect.x() < 0 || rect.y() < 0 || (rect.x() + rect.width()) > size.width() || (rect.y() + rect.height()) > size.height())
143 int endx = rect.x() + rect.width();
144 if (endx > size.width())
145 endx = size.width();
167 unsigned destBytesPerRow = 4 * rect.width();
198 ASSERT(sourceRect.width() > 0);
204 ASSERT(destx < size.width());
    [all...]
  /external/webkit/WebCore/platform/image-decoders/haiku/
ImageDecoderHaiku.cpp 36 int bytesPerRow = width() * sizeof(PixelData);
37 OwnPtr<BBitmap> bitmap(new BBitmap(BRect(0, 0, width() - 1, height() - 1), 0, B_RGBA32, bytesPerRow));
42 int w = width();
  /external/webkit/WebCore/rendering/
RenderFieldset.cpp 80 xPos = (width() - legend->width()) / 2;
83 xPos = width() - paddingRight() - borderRight() - legend->width() - legend->marginRight();
88 xPos = width() - paddingRight() - borderRight() - legend->width();
91 xPos = (width() - legend->width()) / 2;
125 int w = width();
146 return paintBorderMinusLegend(paintInfo.context, tx, ty, w, h, style(), legend->x(), legend->width(), legendBottom)
    [all...]
RenderReplaced.cpp 112 paintOutline(paintInfo.context, tx, ty, width(), height(), style());
129 IntRect borderRect = IntRect(tx, ty, width(), height());
200 int width = calcReplacedWidth(false) + paddingAndBorders; local
203 width = min(width, style()->maxWidth().value() + (style()->boxSizing() == CONTENT_BOX ? paddingAndBorders : 0));
205 if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) {
207 m_maxPrefWidth = width;
209 m_minPrefWidth = m_maxPrefWidth = width;
249 if (point.x() <= width() / 2
    [all...]
  /external/webkit/WebKit/android/
RenderSkinAndroid.h 81 /* setDim() tells the skin its width and height
83 virtual void setDim(int width, int height) { m_width = width; m_height = height; }
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.ui 8 <width>345</width>
168 <width>20</width>
202 <width>20</width>
229 <width>20</width>
263 <width>20</width>
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
GraphicsFactory.java 61 * @param width Width of drawing area
65 Graphics2D getGraphics2D(NativeWindow win, int translateX, int translateY, int width, int height);
  /frameworks/base/core/java/com/android/internal/widget/
WeightedLinearLayout.java 62 int width = getMeasuredWidth();
66 widthMeasureSpec = MeasureSpec.makeMeasureSpec(width, EXACTLY);
71 if (width < (screenWidth * widthWeight)) {
  /frameworks/base/core/res/res/values/
dimens.xml 21 <!-- The width that is used when creating thumbnails of applications. -->
25 <!-- The standard size (both width and height) of an application icon that
33 <!-- Width of the fastscroll thumb -->
  /frameworks/base/core/tests/coretests/src/android/view/
ViewStubTest.java 80 assertEquals("Both stub and inflated should same width",
81 stub.getLayoutParams().width, swapped.getLayoutParams().width);
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.webkit.WebSettings.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%">
130 <TABLE summary="Changed Methods" WIDTH="100%">
135 <TD VALIGN="TOP" WIDTH="25%">
139 <TD VALIGN="TOP" WIDTH="30%"
    [all...]
dalvik.system.Zygote.html 80 <TABLE summary="Removed Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
92 <TD VALIGN="TOP" WIDTH="25%">
102 <TABLE summary="Added Methods" WIDTH="100%">
107 <TD VALIGN="TOP" WIDTH="25%">
114 <TD VALIGN="TOP" WIDTH="25%">
121 <TD VALIGN="TOP" WIDTH="25%">
128 <TD VALIGN="TOP" WIDTH="25%">
139 <TABLE summary="Added Fields" WIDTH="100%">
144 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
pkg_android.text.html 78 <TABLE summary="Added Classes and Interfaces" WIDTH="100%">
83 <TD VALIGN="TOP" WIDTH="25%">
90 <TD VALIGN="TOP" WIDTH="25%">
97 <TD VALIGN="TOP" WIDTH="25%">
104 <TD VALIGN="TOP" WIDTH="25%">
114 <TABLE summary="Changed Classes and Interfaces" WIDTH="100%">
119 <TD VALIGN="TOP" WIDTH="25%">
126 <TD VALIGN="TOP" WIDTH="25%">
133 <TD VALIGN="TOP" WIDTH="25%">
140 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.graphics.Bitmap.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%">
134 <TD VALIGN="TOP" WIDTH="25%">
141 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.graphics.drawable.BitmapDrawable.html 79 <TABLE summary="Added Constructors" WIDTH="100%">
84 <TD VALIGN="TOP" WIDTH="25%">
91 <TD VALIGN="TOP" WIDTH="25%">
101 <TABLE summary="Changed Constructors" WIDTH="100%">
106 <TD VALIGN="TOP" WIDTH="25%">
110 <TD VALIGN="TOP" WIDTH="30%">
116 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="30%">
130 <TABLE summary="Added Methods" WIDTH="100%">
135 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
android.graphics.drawable.NinePatchDrawable.html 79 <TABLE summary="Added Constructors" WIDTH="100%">
84 <TD VALIGN="TOP" WIDTH="25%">
91 <TD VALIGN="TOP" WIDTH="25%">
101 <TABLE summary="Changed Constructors" WIDTH="100%">
106 <TD VALIGN="TOP" WIDTH="25%">
110 <TD VALIGN="TOP" WIDTH="30%">
116 <TD VALIGN="TOP" WIDTH="25%">
120 <TD VALIGN="TOP" WIDTH="30%">
130 <TABLE summary="Added Methods" WIDTH="100%">
135 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.webkit.PluginData.html 80 <TABLE summary="Changed Constructors" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
89 <TD VALIGN="TOP" WIDTH="30%">
99 <TABLE summary="Changed Methods" WIDTH="100%">
104 <TD VALIGN="TOP" WIDTH="25%">
108 <TD VALIGN="TOP" WIDTH="30%">
114 <TD VALIGN="TOP" WIDTH="25%">
118 <TD VALIGN="TOP" WIDTH="30%">
124 <TD VALIGN="TOP" WIDTH="25%">
128 <TD VALIGN="TOP" WIDTH="30%"
    [all...]
android.webkit.WebSettings.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%">
130 <TABLE summary="Changed Methods" WIDTH="100%">
135 <TD VALIGN="TOP" WIDTH="25%">
139 <TD VALIGN="TOP" WIDTH="30%"
    [all...]

Completed in 101 milliseconds

<<31323334353637383940>>