Home
last modified time | relevance | path

Searched defs:wp (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/include/utils/
DRefBase.h214 inline wp() : m_ptr(0) { } in wp() function
292 template<typename Y> friend class wp; variable
307 wp<T>::wp(T* other) in wp() function
314 wp<T>::wp(const wp<T>& other) in wp() function
321 wp<T>::wp(const sp<T>& other) in wp() function
330 wp<T>::wp(U* other) in wp() function
337 wp<T>::wp(const wp<U>& other) in wp() function
347 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h32 template<typename T> class wp; variable
106 template<typename Y> friend class wp; variable
/frameworks/rs/server/
DRefBase.h202 inline wp() : m_ptr(0) { } in wp() function
280 template<typename Y> friend class wp; variable
295 wp<T>::wp(T* other) in wp() function
302 wp<T>::wp(const wp<T>& other) in wp() function
309 wp<T>::wp(const sp<T>& other) in wp() function
318 wp<T>::wp(U* other) in wp() function
325 wp<T>::wp(const wp<U>& other) in wp() function
335 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h32 template<typename T> class wp; variable
106 template<typename Y> friend class wp; variable
/frameworks/base/core/java/android/text/
DTextLine.java625 TextPaint wp = mWorkPaint; in getOffsetBeforeAfter() local
681 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { in expandMetricsFromPaint()
721 private float handleText(TextPaint wp, int start, int end, in handleText()
815 private float handleReplacement(ReplacementSpan replacement, TextPaint wp, in handleReplacement()
886 TextPaint wp = mWorkPaint; in handleRun() local
895 TextPaint wp = mWorkPaint; in handleRun() local
912 TextPaint wp = mWorkPaint; in handleRun() local
977 private void drawTextRun(Canvas c, TextPaint wp, int start, int end, in drawTextRun()
1011 TextPaint wp = mWorkPaint; in ascent() local
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp62 float *up, *vp, *wp; in poly_clip_to_halfspace() local
/frameworks/base/core/java/android/view/
DWindow.java489 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { in adjustLayoutParamsForSubWindow()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java1415 WindowState wp = windows.get(pos); in moveInputMethodDialogsLocked() local