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

/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);
/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(0) { } 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.java625 TextPaint wp = mWorkPaint;
626 wp.set(mPaint);
655 span.updateMeasureState(wp);
670 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
673 return wp.getTextRunCursor(mText, mStart + spanStart,
679 * @param wp
681 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
688 wp.getFontMetricsInt(fmi);
707 * @param wp the working paint
721 private float handleText(TextPaint wp, in argument
814 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
976 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.cpp94 void BootAnimation::binderDied(const wp<IBinder>&) argument
/frameworks/base/core/java/android/view/
H A DWindow.java543 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { argument
544 CharSequence curTitle = wp.getTitle();
545 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
546 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
547 if (wp.token == null) {
550 wp.token = decor.getWindowToken();
555 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
557 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
559 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
561 } else if (wp
[all...]

Completed in 236 milliseconds