Searched defs:wp (Results 1 - 5 of 5) 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
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
977 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java489 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { argument
490 CharSequence curTitle = wp.getTitle();
491 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
492 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
493 if (wp.token == null) {
496 wp.token = decor.getWindowToken();
501 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
503 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
505 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
507 } else if (wp
[all...]

Completed in 3130 milliseconds