HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 176 - 200 of 711) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/core/java/com/android/server/wm/
CircularDisplayMask.java 149 void positionSurface(int dw, int dh, int rotation) {
150 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
153 mLastDW = dw;
EmulatorDisplayOverlay.java 121 void positionSurface(int dw, int dh, int rotation) {
122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
125 mLastDW = dw;
  /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/libvpx/libvpx/vpx_dsp/x86/
halfpix_variance_impl_sse2.asm 336 times 8 dw 64
339 dw 128, 128, 128, 128, 128, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 0
340 dw 112, 112, 112, 112, 112, 112, 112, 112, 16, 16, 16, 16, 16, 16, 16, 16
341 dw 96, 96, 96, 96, 96, 96, 96, 96, 32, 32, 32, 32, 32, 32, 32, 32
342 dw 80, 80, 80, 80, 80, 80, 80, 80, 48, 48, 48, 48, 48, 48, 48, 48
343 dw 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64
344 dw 48, 48, 48, 48, 48, 48, 48, 48, 80, 80, 80, 80, 80, 80, 80, 80
345 dw 32, 32, 32, 32, 32, 32, 32, 32, 96, 96, 96, 96, 96, 96, 96, 96
346 dw 16, 16, 16, 16, 16, 16, 16, 16, 112, 112, 112, 112, 112, 112, 112, 112
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledRgbaFile.cpp 226 Box2i dw = _outputFile.dataWindowForTile (dx, dy, lx, ly); local
227 int width = dw.max.x - dw.min.x + 1;
229 for (int y = dw.min.y, y1 = 0; y <= dw.max.y; ++y, ++y1)
231 for (int x = dw.min.x, x1 = 0; x <= dw.max.x; ++x, ++x1)
244 (char *) &_buf[-dw.min.y][-dw.min.x].g, // base
249 (char *) &_buf[-dw.min.y][-dw.min.x].a, // bas
750 Box2i dw = _inputFile.dataWindowForTile (dx, dy, lx, ly); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx512f-nondef.d 2 #objdump: -dw
crx.d 1 #objdump: -dw
intel16.d 1 #objdump: -dw -mi8086
movbe.d 1 #objdump: -dw
suffix-intel.d 2 #objdump: -dw -Msuffix,intel
suffix.d 1 #objdump: -dw -Msuffix
svme.d 1 #objdump: -dw
x86-64-avx512f-nondef.d 2 #objdump: -dw
x86-64-crx.d 1 #objdump: -dw
x86-64-drx.d 1 #objdump: -dw
x86-64-opcode-inval.d 2 #objdump: -dw -Mx86-64
x86-64-rdrnd.d 1 #objdump: -dw
x86-64-rdseed.d 1 #objdump: -dw
x86-64-suffix-intel.d 2 #objdump: -dw -Msuffix,intel
x86-64-xsaves-intel.d 2 #objdump: -dw -Mintel
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-crx.d 2 #objdump: -dw
x86-64-drx.d 2 #objdump: -dw
x86-64-io.d 2 #objdump: -dw
x86-64-opcode-inval.d 3 #objdump: -dw -Mx86-64
x86-64-vmx.d 2 #objdump: -dw

Completed in 779 milliseconds

1 2 3 4 5 6 78 91011>>