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

<<41424344454647484950>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
RoundRects.java 78 canvas.translate(10 + mRect.width() + 10, 10);
94 canvas.translate(10 + mRect.width() + 10, 10);
110 canvas.translate(10 + mRect.width() + 10, 10);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 76 public void onSurfaceChanged(GL10 gl, int width, int height) {
77 gl.glViewport(0, 0, width, height);
85 float ratio = (float)width / height;
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 67 public void onSurfaceChanged(GL10 gl, int width, int height) {
68 gl.glViewport(0, 0, width, height);
76 float ratio = (float) width / height;
  /development/scripts/app_engine_server/gae_shell/templates/
shell.html 19 width: 45em;
35 width: 2.5em;
42 width: 43em;
  /external/apache-http/src/org/apache/commons/codec/
package.html 32 <table border="1" width="100%" cellspacing="2" cellpadding="3">
65 <table border="1" width="100%" cellspacing="2" cellpadding="3">
86 <table border="1" width="100%" cellspacing="2" cellpadding="3">
  /external/opencore/doc/oscl_html/
classOsclDoubleListBase.html 40 <table width="100%" cellpadding="2" cellspacing="0" border="0">
68 <table width="100%" cellpadding="2" cellspacing="0" border="0">
98 <table width="100%" cellpadding="2" cellspacing="0" border="0">
126 <table width="100%" cellpadding="2" cellspacing="0" border="0">
154 <table width="100%" cellpadding="2" cellspacing="0" border="0">
183 <table width="100%" cellpadding="2" cellspacing="0" border="0">
212 <table width="100%" cellpadding="2" cellspacing="0" border="0">
241 <table width="100%" cellpadding="2" cellspacing="0" border="0">
269 <table width="100%" cellpadding="2" cellspacing="0" border="0">
297 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]
classOsclSocketServI.html 43 <table width="100%" cellpadding="2" cellspacing="0" border="0">
74 <table width="100%" cellpadding="2" cellspacing="0" border="0">
105 <table width="100%" cellpadding="2" cellspacing="0" border="0">
133 <table width="100%" cellpadding="2" cellspacing="0" border="0">
163 <table width="100%" cellpadding="2" cellspacing="0" border="0">
185 <table width="100%" cellpadding="2" cellspacing="0" border="0">
207 <table width="100%" cellpadding="2" cellspacing="0" border="0">
229 <table width="100%" cellpadding="2" cellspacing="0" border="0">
251 <table width="100%" cellpadding="2" cellspacing="0" border="0">
273 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]
osclconfig_8h.html 44 <table width="100%" cellpadding="2" cellspacing="0" border="0">
66 <table width="100%" cellpadding="2" cellspacing="0" border="0">
88 <table width="100%" cellpadding="2" cellspacing="0" border="0">
110 <table width="100%" cellpadding="2" cellspacing="0" border="0">
132 <table width="100%" cellpadding="2" cellspacing="0" border="0">
154 <table width="100%" cellpadding="2" cellspacing="0" border="0">
176 <table width="100%" cellpadding="2" cellspacing="0" border="0">
198 <table width="100%" cellpadding="2" cellspacing="0" border="0">
220 <table width="100%" cellpadding="2" cellspacing="0" border="0">
247 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]
structMM__AllocInfo.html 33 <table width="100%" cellpadding="2" cellspacing="0" border="0">
61 <table width="100%" cellpadding="2" cellspacing="0" border="0">
90 <table width="100%" cellpadding="2" cellspacing="0" border="0">
119 <table width="100%" cellpadding="2" cellspacing="0" border="0">
157 <table width="100%" cellpadding="2" cellspacing="0" border="0">
187 <table width="100%" cellpadding="2" cellspacing="0" border="0">
209 <table width="100%" cellpadding="2" cellspacing="0" border="0">
231 <table width="100%" cellpadding="2" cellspacing="0" border="0">
253 <table width="100%" cellpadding="2" cellspacing="0" border="0">
275 <table width="100%" cellpadding="2" cellspacing="0" border="0"
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 207 unsigned int width,
218 unsigned int width,
230 unsigned int width,
  /external/quake/quake/src/QW/client/
d_sky.c 40 if (r_refdef.vrect.width >= r_refdef.vrect.height)
41 temp = (float)r_refdef.vrect.width;
45 wu = 8192.0 * (float)(u-((int)vid.width>>1)) / temp;
  /external/quake/quake/src/WinQuake/
d_sky.cpp 40 if (r_refdef.vrect.width >= r_refdef.vrect.height)
41 temp = (float)r_refdef.vrect.width;
45 wu = 8192.0 * (float)(u-((int)vid.width>>1)) / temp;
masterMain.cpp 32 int AndroidStep(int width, int height);
62 qstep(JNIEnv *env, jobject thiz, jint width, jint height) {
63 return AndroidStep(width, height) ? JNI_TRUE : JNI_FALSE;
  /external/skia/bench/
RepeatTileBench.cpp 14 const int w = bm.width();
63 dst->setConfig(SkBitmap::kIndex8_Config, src.width(), src.height());
73 for (int x = src.width() - 1; x >= 0; --x) {
  /external/skia/gm/
tilemodes.cpp 106 canvas->drawText(str.c_str(), str.size(), x + r.width()/2, y, p);
108 x += r.width() * 4 / 3;
128 x += r.width() * 4 / 3;
  /external/skia/src/effects/
SkTableMaskFilter.cpp 26 dst->fRowBytes = SkAlign4(dst->fBounds.width());
36 int dstWidth = dst->fBounds.width();
45 // padding between its width and its rowbytes, we need to zero those
  /external/webkit/SunSpider/resources/
sunspider-compare-results.js 255 var width = "Total".length;
257 if (category.length + 2 > width)
258 width = category.length + 2;
262 if (shortName.length + 4 > width)
263 width = shortName.length + 4;
266 return width;
271 var width = mean.toFixed(1).toString().length;
274 if (candidate > width)
275 width = candidate;
278 if (candidate > width)
    [all...]
  /external/webkit/WebCore/html/
HTMLCanvasElement.h 65 int width() const { return m_size.width(); } function in class:WebCore::HTMLCanvasElement
80 setWidth(size.width());
HTMLTableColElement.cpp 86 int newWidth = width().toInt();
87 if (newWidth != col->width())
153 String HTMLTableColElement::width() const function in class:WebCore::HTMLTableColElement
  /external/webkit/WebCore/inspector/front-end/
FontView.js 76 var width = this.fontPreviewElement.offsetWidth;
83 if (!height || !width || !containerWidth) {
93 var widthRatio = containerWidth / width;
  /external/webkit/WebCore/page/win/
FrameCGWin.cpp 45 rect.move(-offset.width(), -offset.height());
60 int w = ir.width();
92 static_cast<int>(fr.width()), static_cast<int>(fr.height()));
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 97 destRect.fRight = destRect.fLeft + srcBmp.width();
115 m_referenceBitmap.setConfig(SkBitmap::kARGB_8888_Config, size.width(), size.height());
130 return m_destBitmap->size().width() >= size.width() && m_destBitmap->size().height() >= size.height();
213 m_layerSize = IntSize(m_sourceRect.width(), m_sourceRect.height());
216 m_layerSize = IntSize(m_transformedSourceRect.width(), m_transformedSourceRect.height());
360 int pixelSize = m_layerSize.width() * m_layerSize.height();
427 for (int x = 0; x < bitmap->width(); x++) {
459 SkIRect sourceRect = { 0, 0, m_layerSize.width(), m_layerSize.height() };
473 for (int x = 0; x < m_layerSize.width(); x++)
    [all...]
UniscribeHelper.h 116 // Set the width of a standard space character. We use this to normalize
118 // other spaces. A space_width of 0 means to use the default space width.
167 // Returns the total width in pixels of the text run.
168 int width() const;
171 // to get the desired width that the column should be justified to.
299 // width and it's |advance| width is the extra space added.
303 // character with a preceeding advance, width, and ending advance. The
304 // B width is the sum of the |advance| array, and the A and C widths
337 // Normalizes all advances for spaces to the same width. This keeps window
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.h 95 void getNaturalSize(int& width, int& height);
96 void setSize(int width, int height);
100 void getCurrentFrameInfo(void*& buffer, unsigned& bitsPerPixel, unsigned& rowBytes, unsigned& width, unsigned& height);
SimpleFontDataCairoWin.cpp 110 int width; local
111 GetCharWidthI(hdc, glyph, 1, 0, &width);
119 return width * metricsMultiplier;

Completed in 118 milliseconds

<<41424344454647484950>>