Home
last modified time | relevance | path

Searched refs:vert (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java47 LinearLayout vert = new LinearLayout(mContext); in testLayout2() local
48 vert.addView(new CreateViewTest.ViewOne(mContext), in testLayout2()
54 LinearLayout vert = new LinearLayout(mContext); in testLayout3() local
57 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
60 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
63 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
66 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
69 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
72 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
86 LinearLayout vert = new LinearLayout(mContext); in testLayout5() local
[all …]
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp39 #define COORD(vert, i) ((float *)(vert))[i] argument
70 u = &p->vert[p->n-1]; in poly_clip_to_halfspace()
72 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) { in poly_clip_to_halfspace()
81 wp = (float *)&q->vert[q->n].sx; in poly_clip_to_halfspace()
88 q->vert[q->n++] = *v; in poly_clip_to_halfspace()
114 for (v=p1->vert, i=p1->n; i>0; i--, v++) { in poly_clip_to_frustum()
Dpoly.h40 Poly_vert vert[POLY_NMAX]; /* vertices */ member
Dutil.cpp62 Poly_vert* pV = & pPoly->vert[i];
119 float* pDest = & poly.vert[0].sx; in visibilityTest()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Drasterize.rscript23 float vert[3 * 8];
85 f1.x = vert[p1];
86 f1.y = vert[p1 + 1];
87 f1.z = vert[p1 + 2];
88 f2.x = vert[p2];
89 f2.y = vert[p2 + 1];
90 f2.z = vert[p2 + 2];
91 f3.x = vert[p3];
92 f3.y = vert[p3 + 1];
93 f3.z = vert[p3 + 2];
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java315 double vert = Math.max(getHeight() - y, y); in animateOpen() local
316 float r = (float) Math.hypot(horz, vert); in animateOpen()
342 double vert = Math.max(getHeight() - y, y); in animateClose() local
343 float r = (float) Math.hypot(horz, vert); in animateClose()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold.rscript77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
Dthreshold_half.rscript77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rscript77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rscript77 uchar4 RS_KERNEL vert(uint32_t x, uint32_t y) {
/frameworks/base/media/java/android/media/
DMediaCodec.java5930 int vert = info.getInt(); in MediaImage() local
5931 if (horiz != vert || horiz != (ix == 0 ? 1 : 2)) { in MediaImage()
5933 + horiz + "x" + vert + " on plane " + ix); in MediaImage()
5941 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc); in MediaImage()
5943 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc); in MediaImage()
/frameworks/base/libs/hwui/
DRecordingCanvas.cpp922 void DisplayListData::drawVertices(const SkVertices* vert, SkBlendMode mode, const SkPaint& paint) { in drawVertices() argument
923 this->push<DrawVertices>(0, vert, mode, paint); in drawVertices()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...