Home
last modified time | relevance | path

Searched refs:y11 (Results 1 – 11 of 11) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DPatchShapeBuilder.java55 … float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, in build() argument
59 vertTmp3.set(null).setPos(x11, y11, z11).setNor(normalX, normalY, normalZ).setUV(1f, 0f), in build()
/external/clang/test/Analysis/
Ddead-stores.c253 int y11 = 4; in f22() local
275 ++y11; in f22()
344 (void)y11; in f22()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DModelBuilder.java206 …(float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, in createRect() argument
208 …return createRect(x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX, normalY, no… in createRect()
216 …(float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, in createRect() argument
220 …part("rect", primitiveType, attributes, material).rect(x00, y00, z00, x10, y10, z10, x11, y11, z11… in createRect()
DMeshPartBuilder.java162 …(float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, in rect() argument
303 …(float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, in patch() argument
DMeshBuilder.java718 …(float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11, in rect() argument
722 …vertTmp3.set(null, null, null, null).setPos(x11, y11, z11).setNor(normalX, normalY, normalZ).setUV… in rect()
814 …(float x00, float y00, float z00, float x10, float y10, float z10, float x11, float y11, float z11,
816 …PatchShapeBuilder.build(this, x00, y00, z00, x10, y10, z10, x11, y11, z11, x01, y01, z01, normalX,…
/external/opencv3/modules/videoio/src/
Dcap_v4l.cpp1508 int i, j, y00, y01, y10, y11, u, v; in yuv420p_to_rgb24() local
1519 y11 = *(pY + width + 1); in yuv420p_to_rgb24()
1523 move_420_block(y00, y01, y10, y11, u, v, in yuv420p_to_rgb24()
1551 int i, j, y00, y01, y10, y11, u, v; in yuv420_to_rgb24() local
1562 y11 = *(pY + width + 1); in yuv420_to_rgb24()
1566 move_420_block(y00, y01, y10, y11, u, v, in yuv420_to_rgb24()
1575 y11 = *(pY + width + 1); in yuv420_to_rgb24()
1579 move_420_block(y00, y01, y10, y11, u, v, in yuv420_to_rgb24()
1613 int i, j, y00, y01, y10, y11, u, v; in yuv411p_to_rgb24() local
1624 y11 = *(pY + 3); in yuv411p_to_rgb24()
[all …]
/external/clang/test/SemaCXX/
Dexplicit.cpp89 …const Y& y11{z}; // expected-error {{excess elements}} expected-note {{in initialization of tempor… in testExplicit() local
/external/v8/test/mjsunit/
Dtrack-fields.js64 o.y08 = v; o.y09 = v; o.y10 = v; o.y11 = v; o.y12 = v; o.y13 = v; o.y14 = v;
/external/opencv/cxcore/src/
Dcxdrawing.cpp1427 int y11 = center.y - dy, y12 = center.y + dy, y21 = center.y - dx, y22 = center.y + dx; in icvCircle() local
1432 uchar *tptr0 = ptr + y11 * step; in icvCircle()
1472 if( (unsigned)y11 < (unsigned)size.height ) in icvCircle()
1474 uchar *tptr = ptr + y11 * step; in icvCircle()
/external/opencv3/modules/imgproc/src/
Dcolor.cpp6165 int y11 = std::max(0, int(y2[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()() local
6166 row2[5-bIdx] = saturate_cast<uchar>((y11 + ruv) >> ITUR_BT_601_SHIFT); in operator ()()
6167 row2[4] = saturate_cast<uchar>((y11 + guv) >> ITUR_BT_601_SHIFT); in operator ()()
6168 row2[3+bIdx] = saturate_cast<uchar>((y11 + buv) >> ITUR_BT_601_SHIFT); in operator ()()
6237 int y11 = std::max(0, int(y2[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()() local
6238 row2[6-bIdx] = saturate_cast<uchar>((y11 + ruv) >> ITUR_BT_601_SHIFT); in operator ()()
6239 row2[5] = saturate_cast<uchar>((y11 + guv) >> ITUR_BT_601_SHIFT); in operator ()()
6240 row2[4+bIdx] = saturate_cast<uchar>((y11 + buv) >> ITUR_BT_601_SHIFT); in operator ()()
6306 int y11 = std::max(0, int(y2[2 * i + 1]) - 16) * ITUR_BT_601_CY; in operator ()() local
6307 row2[5-bIdx] = saturate_cast<uchar>((y11 + ruv) >> ITUR_BT_601_SHIFT); in operator ()()
[all …]
Ddrawing.cpp1427 int y11 = center.y - dy, y12 = center.y + dy, y21 = center.y - dx, y22 = center.y + dx; in Circle() local
1432 uchar *tptr0 = ptr + y11 * step; in Circle()
1472 if( (unsigned)y11 < (unsigned)size.height ) in Circle()
1474 uchar *tptr = ptr + y11 * step; in Circle()