/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/ |
D | PatchShapeBuilder.java | 55 … 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/ |
D | dead-stores.c | 253 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/ |
D | ModelBuilder.java | 206 …(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()
|
D | MeshPartBuilder.java | 162 …(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
|
D | MeshBuilder.java | 718 …(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/ |
D | cap_v4l.cpp | 1508 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/ |
D | explicit.cpp | 89 …const Y& y11{z}; // expected-error {{excess elements}} expected-note {{in initialization of tempor… in testExplicit() local
|
/external/v8/test/mjsunit/ |
D | track-fields.js | 64 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/ |
D | cxdrawing.cpp | 1427 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/ |
D | color.cpp | 6165 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 …]
|
D | drawing.cpp | 1427 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()
|