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

<<31323334353637383940>>

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ScaleToFit.java 60 private static final int WIDTH = 52;
62 private final RectF mDstR = new RectF(0, 0, WIDTH, HEIGHT);
106 canvas.translate(mSrcR.width() + 15, 0);
115 canvas.translate(mDstR.width() + 8, 0);
  /development/simulator/app/
PrefsDialog.h 50 kMinWidth = 300, // minimum prefs dialog width, in pixels
  /development/simulator/app/assets/danger-hiptop-m1/
layout.xml 8 <display name="main" width="240" height="160" format="rgb565" refresh="30"/>
  /device/htc/common/updater/
firmware.h 27 int width, int height, int bpp,
  /device/htc/dream-sapphire/recovery/images/
README 16 bitmap_size.txt contains the width, height, and depth of the bitmaps
  /device/htc/passion-common/recovery/images/
README 16 bitmap_size.txt contains the width, height, and depth of the bitmaps
  /external/icu4c/i18n/unicode/
dtfmtsym.h 278 * Selector for date formatting width
289 * Gets month strings by width and context. For example: "January", "February", etc.
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
296 const UnicodeString* getMonths(int32_t& count, DtContextType context, DtWidthType width) const;
299 * Sets month strings by width and context. For example: "January", "February", etc.
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
307 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
343 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc
    [all...]
  /external/icu4c/test/perf/collationperf/
readme.html 30 <TABLE BORDER="0" WIDTH="100%" BGCOLOR="#FFFBF0">
32 <TD WIDTH="100%">
68 <TABLE BORDER="0" WIDTH="100%" BGCOLOR="#FFFBF0">
70 <TD WIDTH="100%"><TT>C:\&gt;collperf -loop 200 -file latin.txt -keygen -shifted -level 4<BR>
  /external/junit/src/junit/swingui/
StatusLine.java 24 d.width= preferredWidth;
  /external/proguard/docs/manual/
sections.html 45 document.write("\" width=\"88\" height=\"31\" alt=\"SourceForge\">");
49 <img src="../sflogo.png" width="88" height="31" alt="SourceForge">
56 <img src="../luciadlogo.png" width="88" height="24" alt="Luciad"></a>
60 <img src="../sanawarelogo.png" width="88" height="24" alt="Luciad"></a>
  /external/proguard/docs/
sections.html 40 document.write("\" width=\"88\" height=\"31\" alt=\"SourceForge\">");
48 <img src="sflogo.png" width="88" height="31" alt="SourceForge">
55 <img src="luciadlogo.png" width="88" height="24" alt="Luciad"></a>
58 <img src="sanawarelogo.png" width="88" height="24" alt="Sanaware"></a>
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 48 * @param width the width of the buffer image.
57 int width,
66 new BufferedImage(width, height, BufferedImage.TYPE_4BYTE_ABGR),
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xinerama.h 12 short width; member in struct:__anon4348
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 67 GLboolean (*OSMesaMakeCurrent)( OSMesaContext ctx, void *buffer, GLenum type, GLsizei width, GLsizei height );
72 void *(*OSMesaCreateLDG)( long format, long type, long width, long height );
76 int width, height; member in struct:SDL_PrivateGLData
95 #define gl_curwidth (this->gl_data->width)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimpvideo.c 47 SDL_Surface *WIMP_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
52 extern unsigned char *WIMP_CreateBuffer(int width, int height, int bpp);
68 extern int FULLSCREEN_SetMode(int width, int height, int bpp);
83 int width, int height, int bpp, Uint32 flags)
123 /* printf("Setting mode %dx%d\n", width, height);*/
132 current->w = width;
136 buffer = WIMP_CreateBuffer(width, height, bpp);
152 current->pitch = width * bytesPerPixel;
208 vars[3] = 11; /* Screen Width - 1 */
287 window_block[17] = 0x00100010; /* Minimum window size (width & height) (16x16)*
426 int width = this->hidden->screen_width << this->hidden->xeig; local
440 int width = this->screen->w; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_centscreen.h 56 unsigned short physx; /* visible width */
59 unsigned short logx; /* virtual width */
63 unsigned short wsize; /* screen width (mm) */
115 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes);
  /external/quake/quake/src/WinQuake/
gl_screen.cpp 184 // scan the width of the line
188 x = (vid.width - l*8)/2;
230 float CalcFov (float fov_x, float width, float height)
238 x = width/tan(fov_x/360*M_PI);
311 r_refdef.vrect.width = (int) (vid.width * size);
312 if (r_refdef.vrect.width < 96)
314 size = 96.0 / r_refdef.vrect.width;
315 r_refdef.vrect.width = 96; // min for icons
323 r_refdef.vrect.x = (vid.width - r_refdef.vrect.width)/2
582 unsigned short x_origin, y_origin, width, height; member in struct:_TargaHeader
    [all...]
r_misc.cpp 55 vr.width = vid.width;
91 vr.width = r_refdef.vrect.width;
169 if (r_refdef.vrect.width <= MAX_TIMINGS)
170 x = r_refdef.vrect.width-1;
172 x = r_refdef.vrect.width -
173 (r_refdef.vrect.width - MAX_TIMINGS)/2;
445 if ((vid.width <= vid.maxwarpwidth) &&
450 vrect.width = vid.width;
    [all...]
  /external/skia/include/utils/
SkParsePaint.h 25 "stroke-width" scalar (0...inf)
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 117 int width = head.fWidth; local
121 decodedBitmap->setConfig(SkBitmap::kIndex8_Config, width, height);
140 size_t srcRB = SkAlign8(width) >> 3;
149 expand_bits_to_bytes(dst, src, width);
  /external/skia/src/svg/
SkSVGFilter.cpp 24 SVG_ATTRIBUTE(width),
SkSVGMask.cpp 24 SVG_ATTRIBUTE(width),
  /external/skia/src/utils/mac/
SkBitmap_Mac.cpp 28 const uint16_t* stop = src + bm.width();
101 return CGImageCreate(bm.width(), bm.height(), bitsPerComp, bitsPerPixel,
130 rect.size.width = bm.width();
  /external/webkit/SunSpider/hosted/
sunspider.css 22 width: 80%;
  /external/webkit/WebCore/css/
SVGCSSPropertyNames.in 39 stroke-width

Completed in 319 milliseconds

<<31323334353637383940>>