HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/WebCore/platform/qt/
ScreenQt.cpp 62 QDesktopWidget* dw = QApplication::desktop();
63 if (!dw)
66 return IntRect(dw->screenGeometry(qw));
85 QDesktopWidget* dw = QApplication::desktop();
86 if (!dw)
89 return IntRect(dw->availableGeometry(qw));
  /external/libvpx/vp8/encoder/x86/
dct_sse2.asm 139 dw 5352
140 dw 2217
141 dw 5352
142 dw 2217
143 dw 5352
144 dw 2217
145 dw 5352
146 dw 2217
149 dw 2217
150 dw -535
    [all...]
dct_mmx.asm 489 times 4 dw 23170
491 dw 30274
492 dw 12540
493 dw -12540
494 dw -30274
496 dw 23170
497 times 2 dw -23170
498 dw 23170
500 dw 12540
501 dw -3027
    [all...]
fwalsh_sse2.asm 155 dw 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001
158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
  /external/libvpx/vp8/common/x86/
subpixel_mmx.asm 731 times 4 dw 0x40
736 times 8 dw 0
737 times 8 dw 0
738 times 8 dw 128
739 times 8 dw 0
740 times 8 dw 0
741 times 8 dw 0
743 times 8 dw 0
744 times 8 dw -6
745 times 8 dw 12
    [all...]
iwalsh_sse2.asm 113 times 4 dw 0x8A8C
116 times 4 dw 0x4E7B
119 times 4 dw 0x0004
idctllm_mmx.asm 286 times 4 dw 0x8A8C
289 times 4 dw 0x4E7B
292 times 4 dw 0x0004
postproc_mmx.asm 528 times 16 dw 16
529 times 8 dw 64
530 times 16 dw 16
531 times 8 dw 0
534 times 4 dw 0x40
  /external/libvpx/vpx_scale/generic/
vpxscale.c 617 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
622 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
625 if (dw < (int)dst->y_width)
627 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
634 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
637 if (dw / 2 < (int)dst->uv_width)
639 duck_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i*dst->uv_stride+dw/2-2], dst->uv_width - dw / 2 + 1)
898 int dw = scale_vars->expanded_frame_width; local
937 dst_yuv_config->uv_stride, dw, dh); local
943 dst_yuv_config->uv_stride, dw, dh); local
    [all...]
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 459 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
464 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
467 if (dw < (int)dst->y_width)
469 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
476 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
479 if (dw / 2 < (int)dst->uv_width)
481 duck_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i*dst->uv_stride+dw/2-2], dst->uv_width - dw / 2 + 1)
700 int dw = scale_vars->expanded_frame_width; local
739 dst_yuv_config->uv_stride, dw, dh); local
745 dst_yuv_config->uv_stride, dw, dh); local
    [all...]
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 50 int dw = mDrawable.getIntrinsicWidth(); local
54 x -= dw;
57 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
  /libcore/luni/src/main/java/java/math/
NativeBN.java 43 public static native boolean putLongInt(int a, long dw);
45 public static native boolean putULongInt(int a, long dw, boolean neg);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 28 #define GetUnalignedDword( pb, dw ) \
29 (dw) = ((uint32) *(pb + 3) << 24) + \
34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32);
40 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw )
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 190 int dw = r.left + tw + r.right; local
191 if (dw < mNumberBackground.getMinimumWidth()) {
192 dw = mNumberBackground.getMinimumWidth();
194 mNumberX = w-r.right-((dw-r.right-r.left)/2);
200 mNumberBackground.setBounds(w-dw, h-dh, w, h);
  /external/libvpx/examples/includes/geshi/geshi/
z80.php 74 '.db','.dd','.df','.dq','.dt','.dw','.end','.org','equ'
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 268 int dw = 0;
271 dw = Math.max(mMinWidth, Math.min(mMaxWidth, d.getIntrinsicWidth()));
275 dw += mPaddingLeft + mPaddingRight;
278 setMeasuredDimension(resolveSize(dw, widthMeasureSpec),
ProgressBar.java 865 int dw = 0; local
868 dw = Math.max(mMinWidth, Math.min(mMaxWidth, d.getIntrinsicWidth()));
871 dw += mPaddingLeft + mPaddingRight;
874 setMeasuredDimension(resolveSize(dw, widthMeasureSpec),
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 240 #define GetUnalignedDword( pb, dw ) \
241 (dw) = ((OMX_U32) *(pb + 3) << 24) + \
246 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(OMX_U32);
248 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw )
    [all...]
  /frameworks/base/core/java/com/android/internal/service/wallpaper/
ImageWallpaper.java 146 final int dw = frame.width(); local
150 final int availw = dw-bw;
  /external/skia/src/effects/
SkBlurMask.cpp 98 int dw = sw + 2*rx; local
111 for (int x = 0; x < dw; x++) {
147 int dw = sw + 2*rx; local
163 for (int x = 0; x < dw; x++) {
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 430 unsigned int dw, unsigned int dh
452 req->drw_w = dw;
470 unsigned int dw, unsigned int dh
491 req->drw_w = dw;
509 unsigned int dw, unsigned int dh
530 req->drw_w = dw;
548 unsigned int dw, unsigned int dh
569 req->drw_w = dw;
  /libcore/luni/src/main/native/
NativeBN.cpp 101 static jboolean NativeBN_putULongInt(JNIEnv* env, jclass, BIGNUM* a, unsigned long long dw, jboolean neg) {
103 unsigned int hi = dw >> 32; // This shifts without sign extension.
104 int lo = (int)dw; // This truncates implicitely.
119 static jboolean NativeBN_putLongInt(JNIEnv* env, jclass cls, BIGNUM* a, long long dw) {
120 if (dw >= 0) return NativeBN_putULongInt(env, cls, a, dw, JNI_FALSE);
121 else return NativeBN_putULongInt(env, cls, a, -dw, JNI_TRUE);
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 214 DrmWrapper dw; local
216 dw = new DrmWrapper(contentType, part.getDataUri(),
218 contentType = dw.getContentType();
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 284 final int dw = mWorldState.width; local
288 x = (int) (x + mWorldState.xOffset * (bw-dw));
292 // "dw=%d, bw=%d, xOffset=%g, x=%d",
293 // dw, bw, mWorldState.xOffset, x));
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 1296 final int dw = mDisplay.getWidth(); local
1703 final int dw = mDisplay.getWidth(); local
1744 final int dw = mDisplay.getWidth(); local
4983 final int dw = rotated ? mInitialDisplayHeight : mInitialDisplayWidth; local
10150 final int dw = mLastDW; local
    [all...]

Completed in 529 milliseconds

1 2