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

/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp61 float *up, *vp, *wp; local
81 wp = (float *)&q->vert[q->n].sx;
82 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
83 *wp = *up+t*(*vp-*up);
/frameworks/rs/cpp/util/
H A DRefBase.h198 class wp class in namespace:android::RSC
203 inline wp() : m_ptr(0) { } function in class:android::RSC::wp
205 wp(T* other);
206 wp(const wp<T>& other);
207 wp(const sp<T>& other);
208 template<typename U> wp(U* other);
209 template<typename U> wp(const sp<U>& other);
210 template<typename U> wp(const wp<
[all...]
/frameworks/rs/server/
H A DRefBase.h197 class wp class in namespace:android
202 inline wp() : m_ptr(nullptr) { } function in class:android::wp
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp143 void CameraManagerGlobal::DeathNotifier::binderDied(const wp<IBinder>&) argument
/frameworks/base/core/java/android/text/
H A DTextLine.java598 TextPaint wp = mWorkPaint;
599 wp.set(mPaint);
628 span.updateMeasureState(wp);
643 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
646 return wp.getTextRunCursor(mText, mStart + spanStart,
652 * @param wp
654 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
661 wp.getFontMetricsInt(fmi);
680 * @param wp the working paint
695 private float handleText(TextPaint wp, in argument
786 handleReplacement(ReplacementSpan replacement, TextPaint wp, int start, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
953 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp91 void BootAnimation::binderDied(const wp<IBinder>&) argument
/frameworks/base/core/java/android/view/
H A DWindow.java746 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { argument
747 CharSequence curTitle = wp.getTitle();
748 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
749 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
750 if (wp.token == null) {
753 wp.token = decor.getWindowToken();
758 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
760 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
762 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
764 } else if (wp
[all...]

Completed in 395 milliseconds