HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 451 - 475 of 1250) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 542 int x1, y1, x2, y2; local
551 y1 = ctx->DrawBuffer->Height - (y + h);
553 y2 = y1 + h - 1;
554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
560 y1 = y;
563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
567 y1 = CLAMP(y1, 0, ctx->DrawBuffer->Height - 1);
571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
574 i830->state.Buffer[I830_DESTREG_SR1] = (y1 << 16) | (x1 & 0xffff)
    [all...]
i915_state.c 515 int x1, y1, x2, y2; local
524 y1 = ctx->DrawBuffer->Height - (y + h);
526 y2 = y1 + h - 1;
527 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
533 y1 = y;
536 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
540 y1 = CLAMP(y1, 0, ctx->DrawBuffer->Height - 1);
544 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
547 i915->state.Buffer[I915_DESTREG_SR1] = (y1 << 16) | (x1 & 0xffff)
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 503 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1,
511 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
515 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1,
520 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
524 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
530 mBounds->bottom = std::max(mBounds->bottom, y1);
538 void FontRenderer::appendRotatedMeshQuad(float x1, float y1, float u1, float v1,
542 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
546 mBounds->top = std::min(mBounds->top, std::min(y1, std::min(y2, std::min(y3, y4))));
548 mBounds->bottom = std::max(mBounds->bottom, std::max(y1, std::max(y2, std::max(y3, y4))))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 160 var y1 y1t
201 if unsafe.Offsetof(y1.y) != 1 {
202 throw("bad offsetof y1.y")
204 if unsafe.Sizeof(y1) != 2 {
205 throw("bad unsafe.Sizeof y1")
  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 160 var y1 y1t
201 if unsafe.Offsetof(y1.y) != 1 {
202 throw("bad offsetof y1.y")
204 if unsafe.Sizeof(y1) != 2 {
205 throw("bad unsafe.Sizeof y1")
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 345 extern "C" void rsdIntrinsicConvolve5x5_K(void *dst, const void *y0, const void *y1,
361 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); local
367 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1);
421 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); local
427 const uchar2 *py1 = (const uchar2 *)(pin + stride * y1);
470 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); local
476 const uchar *py1 = (const uchar *)(pin + stride * y1);
519 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); local
525 const float4 *py1 = (const float4 *)(pin + stride * y1);
568 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0) local
617 uint32_t y1 = rsMax((int32_t)info->current.y-1, 0); local
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 57 static inline void initEdgeCCW (EdgeFunction& edge, const HorizontalFill horizontalFill, const VerticalFill verticalFill, const deInt64 x0, const deInt64 y0, const deInt64 x1, const deInt64 y1)
62 const deInt64 yd = y1-y0;
70 edge.a = (y0 - y1);
72 edge.c = x0*y1 - y0*x1;
474 const deInt64 y1 = toSubpixelCoord(v1.y()); local
481 initEdgeCCW(m_edge01, m_horizontalFill, m_verticalFill, x0, y0, x1, y1);
482 initEdgeCCW(m_edge12, m_horizontalFill, m_verticalFill, x1, y1, x2, y2);
488 initEdgeCCW(m_edge01, m_horizontalFill, m_verticalFill, x1, y1, x0, y0);
489 initEdgeCCW(m_edge12, m_horizontalFill, m_verticalFill, x2, y2, x1, y1);
509 const deInt64 yMin = de::min(de::min(y0, y1), y2)
    [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp 475 __m128i x0, x1, x2, y0, y1, y2;
479 y1 = _mm_load_si128((const __m128i*)(S1 + x + 4));
481 y0 = _mm_packs_epi32(_mm_srai_epi32(y0, 4), _mm_srai_epi32(y1, 4));
485 y1 = _mm_load_si128((const __m128i*)(S1 + x + 8));
488 y1 = _mm_packs_epi32(_mm_srai_epi32(y1, 4), _mm_srai_epi32(y2, 4));
491 x1 = _mm_adds_epi16(_mm_mulhi_epi16( x1, b0 ), _mm_mulhi_epi16( y1, b1 ));
500 __m128i x0, x1, x2, y0, y1, y2;
504 y1 = _mm_loadu_si128((const __m128i*)(S1 + x + 4));
506 y0 = _mm_packs_epi32(_mm_srai_epi32(y0, 4), _mm_srai_epi32(y1, 4))
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Sprite.java 143 vertices[Y1] = y;
170 vertices[Y1] = y;
243 vertices[Y1] += yAmount;
259 vertices[Y1] += yAmount;
439 final float y1 = localYCos + localXSin + worldOriginY; local
441 vertices[Y1] = y1;
454 vertices[Y4] = y3 - (y2 - y1);
457 final float y1 = localY + worldOriginY; local
462 vertices[Y1] = y1;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ModelBuilder.java 415 public Model createArrow (float x1, float y1, float z1, float x2, float y2, float z2, float capLength, float stemThickness,
418 part("arrow", primitiveType, attributes, material).arrow(x1, y1, z1, x2, y2, z2, capLength, stemThickness, divisions);
438 float x1 = -hxlength, y1 = 0, z1 = hzlength, x2 = -hxlength, y2 = 0, z2 = -hzlength; local
440 partBuilder.line(x1, y1, z1, x2, y2, z2);
446 y1 = 0;
452 partBuilder.line(x1, y1, z1, x2, y2, z2);
  /external/opencv/cv/src/
cvmotempl.cpp 472 int x1, y1; local
479 for( y1 = 0; y1 < comp.rect.height; y1++ )
482 (comp.rect.y + y1)*mask->step) + comp.rect.x;
484 (comp.rect.y + y1+1)*mask8u->step + comp.rect.x+1;
  /external/opencv3/modules/cudaimgproc/src/cuda/
hough_circles.cu 96 int y1 = y0 + minRadius * sy;
98 for (int r = minRadius; r <= maxRadius; x1 += sx, y1 += sy, ++r)
101 const int y2 = y1 >> SHIFT;
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 300 int x, y, x1, y1, j; local
340 y1 = y + ystep;
341 for( ++y; y < y1; y++, dst += step )
364 int x, y, x1, y1, j; local
404 y1 = y + ystep;
405 for( ++y; y < y1; y++, dst += step )
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
arith.go 60 y1 := y >> _W2
65 w1 += x0 * y1
66 z1 = x1*y1 + w2 + w1>>_W2
  /prebuilts/go/darwin-x86/src/math/big/
arith.go 60 y1 := y >> _W2
65 w1 += x0 * y1
66 z1 = x1*y1 + w2 + w1>>_W2
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
arith.go 60 y1 := y >> _W2
65 w1 += x0 * y1
66 z1 = x1*y1 + w2 + w1>>_W2
  /prebuilts/go/linux-x86/src/math/big/
arith.go 60 y1 := y >> _W2
65 w1 += x0 * y1
66 z1 = x1*y1 + w2 + w1>>_W2
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
SoftBodyTest.java 83 float x1 = 8f, y1 = 6f, z1 = 8f; local
85 Vector3 patch10 = new Vector3(x1, y1, z0);
87 Vector3 patch11 = new Vector3(x1, y1, z1);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 341 bbox.y1 = (y0 + fixed_width + (FIXED_ONE-1)) >> FIXED_ORDER;
346 bbox.y1--;
406 plane[3].c = bbox.y1+1;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 247 dst_clip.y1 = clip_height ? clip_height : surf_draw->height;
250 dst_clip.x1 == surf_draw->width && dst_clip.y1 == surf_draw->height) {
263 src_rect.y1 = surf_draw->height;
  /external/skia/src/utils/
SkDashPath.cpp 203 SkScalar y1 = fPts[0].fY + SkScalarMul(fTangent.fY, d1); local
207 pts[1].set(x1 + fNormal.fX, y1 + fNormal.fY); // lineTo
208 pts[2].set(x1 - fNormal.fX, y1 - fNormal.fY); // lineTo
  /external/skia/tests/
GeometryTest.cpp 38 SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1) {
39 bool eq = SkScalarNearlyEqual(x0, x1) && SkScalarNearlyEqual(y0, y1);
42 name, index, t, x0, y0, x1, y1);
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 201 private void sendSwipe(int inputSource, float x1, float y1, float x2, float y2, int duration) {
206 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x1, y1, 1.0f);
213 lerp(y1, y2, alpha), 1.0f);
295 System.err.println(" swipe <x1> <y1> <x2> <y2> [duration(ms)]"
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 360 y1 = cy
365 return (x1, y1), (x2, y2), (x3, y3)
374 y1 = dy
381 return (x1, y1), (x2, y2), (x3, y3), (x4, y4)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DangiTest.java 269 int y1 = DATA[i++]; local
276 cal.set(Calendar.EXTENDED_YEAR, y1);
283 errln("Fail: " + y1 + "/" + (m1 + 1) + "/" + d1 + " resolves to " + y + "/" + (m + 1) + "/" + d
286 logln("OK: " + y1 + "/" + (m1 + 1) + "/" + d1 + " resolves to " + y + "/" + (m + 1) + "/" + d);

Completed in 1621 milliseconds

<<11121314151617181920>>