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

<<31323334353637383940>>

  /frameworks/base/docs/html/sdk/api_diff/8/changes/
dalvik.system.VMDebug.html 80 <TABLE summary="Changed Methods" WIDTH="100%">
85 <TD VALIGN="TOP" WIDTH="25%">
89 <TD VALIGN="TOP" WIDTH="30%">
99 <TABLE summary="Added Fields" WIDTH="100%">
104 <TD VALIGN="TOP" WIDTH="25%">
111 <TD VALIGN="TOP" WIDTH="25%">
118 <TD VALIGN="TOP" WIDTH="25%">
125 <TD VALIGN="TOP" WIDTH="25%">
135 <TABLE summary="Changed Fields" WIDTH="100%">
140 <TD VALIGN="TOP" WIDTH="25%"
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 45 public PsdFile(int width, int height) {
46 mHeader = new Header(width, height);
52 mMergedImage = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
100 int width = image.getWidth(); local
103 final int length = width * height;
106 image.getData().getDataElements(0, 0, width, height, pixels);
152 Header(int width, int height) {
153 mWidth = width;
318 final int width = image.getWidth(); local
319 final int length = width * height
    [all...]
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
  /dalvik/tests/etc/
default-build 28 --dump-width=1000 classes
35 --output=classes-ex.dex --dump-width=1000 classes-ex
  /dalvik/vm/mterp/armv5te/
OP_APUT_OBJECT.S 19 add r10, r1, r0, lsl #2 @ r10<- arrayObj + index*width
29 * r10 = offset into array (vBB + vCC * width)
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 39 static void surfaceChanged(JNIEnv* env, jobject thiz, jint npp, jint format, jint width, jint height) {
45 event.data.other[1] = width;
  /external/astl/include/
ios_base.h 184 // PRECISION and WIDTH
199 * @return The minimum field width to generate on output
202 streamsize width() const { return mWidth; } function in class:std::ios_base
205 * @param width The new width value. Values < 0 are ignored.
206 * @return The previous value of width().
208 streamsize width(streamsize width);
  /external/opencore/doc/oscl_html/
structOsclMemPoolResizableAllocator_1_1MemPoolBufferInfo.html 25 <table width="100%" cellpadding="2" cellspacing="0" border="0">
47 <table width="100%" cellpadding="2" cellspacing="0" border="0">
69 <table width="100%" cellpadding="2" cellspacing="0" border="0">
91 <table width="100%" cellpadding="2" cellspacing="0" border="0">
113 <table width="100%" cellpadding="2" cellspacing="0" border="0">
135 <table width="100%" cellpadding="2" cellspacing="0" border="0">
157 <table width="100%" cellpadding="2" cellspacing="0" border="0">
179 <table width="100%" cellpadding="2" cellspacing="0" border="0">
  /external/proguard/docs/
results.html 23 <th width="28%">Input Program</th>
24 <th width="12%">Original size</th>
25 <th width="12%">After shrinking</th>
26 <th width="12%">After optim.</th>
27 <th width="12%">After obfusc.</th>
28 <th width="12%">Total reduction</th>
29 <th width="12%">Time</th>
30 <th width="12%">Memory usage</th>
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
panoramiXext.h 42 int width; /* width of this screen */ member in struct:__anon4396
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 50 uint32 width = bounds.IntegerWidth() + 1; local
61 if (width % aligned_width > 0) {
62 width_padding = aligned_width - width % aligned_width;
74 if ((r.source.min_width > width) ||
76 (r.source.max_width < width) ||
129 SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) {
167 overlay->w = width;
192 bounds.right = width-1;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_sb3.h 50 unsigned short virtual_width; /* Virtual screen width */
52 unsigned short visible_width; /* Visible width */
  /external/quake/quake/src/QW/client/
gl_vidandroid.c 40 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height)
44 void D_EndDirectRect (int x, int y, int width, int height)
186 void GL_BeginRendering (int *x, int *y, int *width, int *height)
191 *width = scr_width;
197 // glViewport (*x, *y, *width, *height);
221 int width = scr_width, height = scr_height; local
236 vid.width = scr_width;
253 Con_SafePrintf ("Video mode %dx%d initialized.\n", width, height);
  /external/skia/include/core/
SkStroke.h 40 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
  /external/skia/include/utils/
SkGLCanvas.h 41 virtual bool setViewport(int width, int height);
43 virtual SkDevice* createDevice(SkBitmap::Config, int width, int height,
  /external/skia/src/core/
SkProcSpriteBlitter.cpp 27 virtual void blitRect(int x, int y, int width, int height)
41 proc(dst, src, width, ctable);
  /external/skia/src/images/
SkImageDecoder_fpdfemb.cpp 127 int width = PDF2Pixels(bounds.right - bounds.left); local
130 SkDebugf("----- bitmap size [%d %d], mode=%d\n", width, height, mode);
131 bm->setConfig(SkBitmap::kARGB_8888_Config, width, height);
147 result = FPDFEMB_CreateDIB(width, height, FPDFDIB_BGRA, bm->getPixels(),
151 result = FPDFEMB_StartRender(dib, page, 0, 0, width, height, 0, 0, NULL, NULL);
209 int width, height; local
210 result = FPDFEMB_GetPageSize(page, &width, &height);
211 SkDebugf("----- SkImageDecoder_FPDFEMB_Factory page size %d [%d %d]\n", result, width, height);
  /external/webkit/WebCore/dom/
ClientRect.h 47 float width() const { return m_rect.width(); } function in class:WebCore::ClientRect
  /external/webkit/WebCore/manual-tests/
animate-duration.html 13 width: 400px;
20 width: 100px;
select-webkit-appearance-off-narrow-select.html 9 width: 15px;
16 width: 40px;
stale-scrollbar-client-crash.html 22 <div id="overflow" style="overflow: auto; height: 100px; width: 100px; background-color: lightblue;">
27 <select multiple="true" id="listbox" style="height: 100px; width: 100px;">
  /external/webkit/WebCore/manual-tests/animation/
transitions-and-paused-animations.html 12 width: 200px;
24 width: 100px;
  /external/webkit/WebCore/manual-tests/wml/
input-format.wml 12 Lowercase+non-numeric(aaa;size=8;width=2):<input name="lower" size="8" width="2" format="aaa"/><br/>
  /external/webkit/WebCore/platform/graphics/
IntSizeHash.h 32 static unsigned hash(const IntSize& key) { return intHash((static_cast<uint64_t>(key.width()) << 32 | key.height())); }
42 static bool isDeletedValue(const IntSize& value) { return value.width() == -1 && value.height() == -1; }
  /external/webkit/WebCore/platform/graphics/haiku/
FloatRectHaiku.cpp 39 , m_size(rect.Width() + 1, rect.Height() + 1)
45 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));

Completed in 144 milliseconds

<<31323334353637383940>>