Searched defs:wp (Results 1 - 6 of 6) 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/base/core/java/android/text/
H A DTextLine.java628 TextPaint wp = mWorkPaint;
629 wp.set(mPaint);
658 span.updateMeasureState(wp);
673 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
676 return wp.getTextRunCursor(mText, mStart + spanStart,
682 * @param wp
684 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
691 wp.getFontMetricsInt(fmi);
710 * @param wp the working paint
724 private float handleText(TextPaint wp, in argument
815 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
981 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.cpp95 void BootAnimation::binderDied(const wp<IBinder>&) argument
/frameworks/base/core/java/android/view/
H A DWindow.java578 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { argument
579 CharSequence curTitle = wp.getTitle();
580 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
581 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
582 if (wp.token == null) {
585 wp.token = decor.getWindowToken();
590 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
592 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
594 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
596 } else if (wp
[all...]

Completed in 4968 milliseconds