Searched defs:wp (Results 1 - 3 of 3) 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/base/include/utils/
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.java627 TextPaint wp = mWorkPaint;
628 wp.set(mPaint);
657 span.updateMeasureState(wp);
672 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
675 return wp.getTextRunCursor(mText, mStart + spanStart,
681 * @param wp
683 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
690 wp.getFontMetricsInt(fmi);
709 * @param wp the working paint
723 private float handleText(TextPaint wp, in argument
817 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
1056 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]

Completed in 164 milliseconds