HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 51 - 75 of 185) sorted by null

1 23 4 5 6 7 8

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 124 float dw = drawRect.width(); local
126 float dx = fullRect.centerX() - dw / 2;
128 drawRect.set(dx, dy, dx + dw, dy + dh);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatRect.h 97 void expand(float dw, float dh) { m_size.expand(dw, dh); }
99 void contract(float dw, float dh) { m_size.expand(-dw, -dh); }
IntRect.h 92 void expand(int dw, int dh) { m_size.expand(dw, dh); }
94 void contract(int dw, int dh) { m_size.expand(-dw, -dh); }
LayoutRect.h 100 void expand(LayoutUnit dw, LayoutUnit dh) { m_size.expand(dw, dh); }
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); }
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
43 state->pm4[state->ndw++] = dw;
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw)
106 si_pm4_cmd_add(state, dw);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 51 dw keybuf ; offset part label
52 dw seg keybuf ; segment part label
  /external/elfutils/tests/
allfcts.c 30 #include ELFUTILS_HEADER(dw)
get-pubnames.c 32 #include ELFUTILS_HEADER(dw)
get-files.c 32 #include ELFUTILS_HEADER(dw)
show-abbrev.c 30 #include ELFUTILS_HEADER(dw)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
z80.php 74 '.db','.dd','.df','.dq','.dt','.dw','.end','.org','equ'
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 14 pw_8: times 8 dw 8
15 bilin_filter_m_sse2: times 8 dw 16
16 times 8 dw 0
17 times 8 dw 15
18 times 8 dw 1
19 times 8 dw 14
20 times 8 dw 2
21 times 8 dw 13
22 times 8 dw 3
23 times 8 dw 1
    [all...]
vp9_temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw)
43 state->pm4[state->ndw++] = dw;
104 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw)
106 si_pm4_cmd_add(state, dw);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 122 [RaisesException] void drawImage(HTMLImageElement? image, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
125 [RaisesException] void drawImage(HTMLCanvasElement? canvas, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
128 [RaisesException] void drawImage(HTMLVideoElement? video, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
131 [EnabledAtRuntime=experimentalCanvasFeatures, RaisesException] void drawImage(ImageBitmap? imageBitmap, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
135 optional float dx, optional float dy, optional float dw, optional float dh,
CanvasRenderingContext2D.h 167 void drawImage(ImageBitmap*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
170 void drawImage(HTMLImageElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
175 void drawImage(HTMLCanvasElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
179 void drawImage(HTMLVideoElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
183 float dx = 0, float dy = 0, float dw = 0, float dh = 0, const String& compositeOperation = emptyString());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 261 int dw = r.left + tw + r.right; local
262 if (dw < mNumberBackground.getMinimumWidth()) {
263 dw = mNumberBackground.getMinimumWidth();
265 mNumberX = w-r.right-((dw-r.right-r.left)/2);
271 mNumberBackground.setBounds(w-dw, h-dh, w, h);
  /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...]
  /external/elfutils/libdwfl/
dwfl_module.c 94 if (mod->dw != NULL)
95 INTUSE(dwarf_end) (mod->dw);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 38 virtual bool Reset(uint32 format, int w, int h, int dw, int dh, uint8 *sample,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 304 final int dw = frame.width(); local
308 boolean surfaceDimensionsChanged = dw != mLastSurfaceWidth || dh != mLastSurfaceHeight;
323 Log.d(TAG, "Reloading bitmap: mBackground, bgw, bgh, dw, dh = " +
327 dw + ", " + dh);
338 if (dw != mBackground.getWidth() || dh != mBackground.getHeight()) {
340 dw + ", " + dh + ", " + mBackground.getWidth() + ", " +
346 final int availw = dw - mBackground.getWidth();
354 mLastSurfaceWidth = dw;
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 350 private static void setVStretchQuad(FloatBuffer vtx, float dw, float dh, float a) {
351 final float w = dw + (dw * a);
353 final float x = (dw - w) * 0.5f;
358 private static void setHStretchQuad(FloatBuffer vtx, float dw, float dh, float a) {
359 final float w = 2 * dw * (1.0f - a);
361 final float x = (dw - w) * 0.5f;
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 307 times 16 dw 16
308 times 8 dw 64
309 times 16 dw 16
310 times 8 dw 0
313 times 4 dw 0x40
dequantize_mmx.asm 252 times 4 dw 0x8A8C
255 times 4 dw 0x4E7B
258 times 4 dw 0x0004
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 201 times 8 dw 3
204 times 8 dw 1<<15
207 times 8 dw 16

Completed in 783 milliseconds

1 23 4 5 6 7 8