HomeSort by relevance Sort by last modified time
    Searched defs:cw (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_clip.c 85 const GLfloat cw = from[3]; local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT;
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT;
92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT;
93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT;
105 GLfloat oow = 1.0F / cw;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 233 GLint cx, cy, cw, ch; local
256 cw = fb->_Xmax - fb->_Xmin;
259 if (cw == 0 || ch == 0)
290 x2 = cx + cw + irb->draw_x;
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 85 const GLfloat cw = from[3]; local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT;
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT;
92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT;
93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT;
105 GLfloat oow = 1.0F / cw;
  /external/mksh/src/
tree.c 694 union mksh_ccphack cw; local
696 cw.ro = t->args;
697 for (w = cw.rw; *w != NULL; w++)
  /external/qemu/slirp/
tcp_input.c 1189 register u_int cw = tp->snd_cwnd; local
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 1195 register u_int cw = tp->snd_cwnd; local
    [all...]
  /external/skia/bench/
bench_graph_svg.py 847 def cw(w1): function in function:output_svg
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoFallbackEffect.java 111 float cw = s.width() * scale; local
123 mTarget.set(cx - cw / 2, cy - ch / 2, cx - ch / 2, cy + ch / 2);
128 mTarget.set(cx + ch / 2, cy - ch / 2, cx + cw / 2, cy + ch / 2);
135 mTarget.set(cx - cw / 2, cy - cw / 2, cx + cw / 2, cy + cw / 2);
143 mTarget.set(cx - cw / 2, cy - ch / 2, cx + cw / 2, cy - cw / 2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext32.h 26 __u32 cw; member in struct:_fpstate_ia32
sigcontext.h 38 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
ca.h 73 unsigned char cw[8]; member in struct:ca_descr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 26 __u32 cw; member in struct:_fpstate_ia32
sigcontext.h 38 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
ca.h 73 unsigned char cw[8]; member in struct:ca_descr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext32.h 26 __u32 cw; member in struct:_fpstate_ia32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
ca.h 73 unsigned char cw[8]; member in struct:ca_descr
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 40 unsigned long cw; member in struct:_fpstate
  /external/chromium_org/ui/views/controls/
scroll_view.cc 511 int cw = contents_->width(); local
513 horiz_sb_->Update(vw, cw, -origin);
  /external/kernel-headers/original/asm-x86/
sigcontext.h 39 unsigned long cw; member in struct:_fpstate
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 86 ClassWriter cw = new ClassWriter(0 /*flags*/); local
91 mLog, cw, internalClassName, delegateMethods);
125 cl2.add(NATIVE_CLASS_NAME, cw);
141 ClassWriter cw = new ClassWriter(0 /*flags*/); local
148 mLog, cw, internalClassName, delegateMethods);
156 ClassWriter cw = new ClassWriter(0 /*flags*/); local
162 mLog, cw, internalClassName, delegateMethods);
193 cl2.add(NATIVE_CLASS_NAME, cw);
331 ClassWriter cw = new ClassWriter(0); local
332 cr.accept(cw, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate

Completed in 1061 milliseconds

12 3 4 5