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

/frameworks/base/include/utils/
H A DRefBase.h30 template<typename T> class wp;
38 inline bool operator _op_ (const wp<T>& o) const { \
49 inline bool operator _op_ (const wp<U>& o) const { \
220 template<typename Y> friend class wp;
222 // Optimization for wp::promote().
234 class wp
239 inline wp() : m_ptr(0) { }
241 wp(T* other);
242 wp(const wp<
401 wp<T>::wp(T* other) function in class:android::wp
408 wp<T>::wp(const wp<T>& other) function in class:android::wp
415 wp<T>::wp(const sp<T>& other) function in class:android::wp
424 wp<T>::wp(U* other) function in class:android::wp
431 wp<T>::wp(const wp<U>& other) function in class:android::wp
441 wp<T>::wp(const sp<U>& other) function in class:android::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 42 milliseconds