Searched defs:wp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/utils/
H A DRefBase.h30 template<typename T> class wp;
52 inline bool operator _op_ (const wp<T>& o) const { \
56 inline bool operator _op_ (const wp<U>& o) const { \
236 template<typename Y> friend class wp;
238 // Optimization for wp::promote().
250 class wp
255 inline wp() : m_ptr(0) { }
257 wp(T* other);
258 wp(const wp<
450 wp<T>::wp(T* other) function in class:wp
457 wp<T>::wp(const wp<T>& other) function in class:wp
464 wp<T>::wp(const sp<T>& other) function in class:wp
473 wp<T>::wp(U* other) function in class:wp
480 wp<T>::wp(const wp<U>& other) function in class:wp
490 wp<T>::wp(const sp<U>& other) function in class:wp
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp62 float *up, *vp, *wp; local
82 wp = (float *)&q->vert[q->n].sx;
83 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
84 *wp = *up+t*(*vp-*up);

Completed in 8738 milliseconds