Searched defs:wp (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/include/utils/ |
D | RefBase.h | 214 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
|
D | StrongPointer.h | 32 template<typename T> class wp; variable 106 template<typename Y> friend class wp; variable
|
/frameworks/rs/server/ |
D | RefBase.h | 202 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
|
D | StrongPointer.h | 32 template<typename T> class wp; variable 106 template<typename Y> friend class wp; variable
|
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 625 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/ |
D | poly_clip.cpp | 62 float *up, *vp, *wp; in poly_clip_to_halfspace() local
|
/frameworks/base/core/java/android/view/ |
D | Window.java | 489 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { in adjustLayoutParamsForSubWindow()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowManagerService.java | 1415 WindowState wp = windows.get(pos); in moveInputMethodDialogsLocked() local
|