/external/freetype/src/smooth/ |
ftgrays.c | 599 TCoord y1, 616 if ( y1 == y2 ) 626 delta = y2 - y1; 635 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 ); 641 p = fx1 * ( y2 - y1 ); 660 y1 += delta; 664 p = ONE_PIXEL * ( y2 - y1 + delta ); 687 y1 += delta; 693 delta = y2 - y1; [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
voAMRWBEnc.c | 191 Word16 y1[L_SUBFR]; /* Filtered adaptive excitation */ local [all...] |
/external/skia/legacy/src/core/ |
SkBlitter.cpp | 327 int y1 = y + height; 332 if (y1 > fClipRect.fBottom) { 333 y1 = fClipRect.fBottom; 336 if (y0 < y1) { 337 fBlitter->blitV(x, y0, y1 - y0, alpha);
|
SkEdgeClipper.cpp | 427 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, 432 SkTSwap<SkScalar>(y0, y1); 435 fCurrPoint[1].set(x, y1);
|
/external/skia/src/core/ |
SkBlitter.cpp | 335 int y1 = y + height; 340 if (y1 > fClipRect.fBottom) { 341 y1 = fClipRect.fBottom; 344 if (y0 < y1) { 345 fBlitter->blitV(x, y0, y1 - y0, alpha);
|
SkEdgeClipper.cpp | 439 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, 444 SkTSwap<SkScalar>(y0, y1); 447 fCurrPoint[1].set(x, y1);
|
/external/skia/src/effects/ |
SkDashPathEffect.cpp | 213 SkScalar y1 = fPts[0].fY + SkScalarMul(fTangent.fY, d1); local 217 pts[1].set(x1 + fNormal.fX, y1 + fNormal.fY); // lineTo 218 pts[2].set(x1 - fNormal.fX, y1 - fNormal.fY); // lineTo
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GraphicsContextWinCE.cpp | 90 void map(double x1, double y1, double* x2, double* y2) const 93 y1 += m_preShiftY; 94 *x2 = x1 * m_cosA + y1 * m_sinA + m_postShiftX; 95 *y2 = y1 * m_cosA - x1 * m_sinA + m_postShiftY; 97 void map(int x1, int y1, int* x2, int* y2) const 100 y1 += m_preShiftY; 101 *x2 = stableRound(x1 * m_cosA + y1 * m_sinA) + m_postShiftX; 102 *y2 = stableRound(y1 * m_cosA - x1 * m_sinA) + m_postShiftY; 398 int y1 = y + transform.m_preShiftY; local 400 int srcY = y1 * cosA - transform.m_postShiftY 413 int y1 = y + transform.m_preShiftY; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 330 int y1 = parentY + info.getTop(); local 333 if (x1 != x2 && y1 != y2) { 334 savePreview(file, image, x1, y1, x2, y2);
|
/external/opencv/cv/src/ |
cvstereogc.cpp | 666 int k, a, d, d1, x, y, x1, y1, rows = state->left->rows, cols = state->left->cols; local 712 for( y1 = y+(y>0); y1 <= y+(y<rows-1); y1++ ) 714 const short* disp = (k == 0 ? dleft0 : dright0) + y1*dstep; 715 GCVtx** ptr = (k == 0 ? pleft0 : pright0) + y1*pstep;
|
cvfundam.cpp | 703 double x1 = m2[i].x, y1 = m2[i].y; local 708 a[i*9+3] = y1*x0; 709 a[i*9+4] = y1*y0; 710 a[i*9+5] = y1; 852 double y1 = (m2[i].y - m1c.y)*scale1; local 853 double r[9] = { x1*x0, x1*y0, x1, y1*x0, y1*y0, y1, x0, y0, 1 }; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 1438 int x1, y1, x2, y2, area; local [all...] |
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
LetterQuad.java | 422 final float y1 = getY1();
local 426 short ymh = (short) (y1);
|
/external/libyuv/files/source/ |
row_common.cc | 452 int32 y1 = (static_cast<int32>(y) - 16) * YG; local 453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); 454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6); 455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6); 464 int32 y1 = (static_cast<int32>(y) - 16) * YG; local 465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6); 466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6); 467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6); [all...] |
/external/v8/test/mjsunit/harmony/ |
module-parsing.js | 63 export let y1 = 0, y2
|
/frameworks/base/core/java/android/view/ |
GestureDetector.java | 497 final float y1 = mVelocityTracker.getYVelocity(id1); local 503 final float y = y1 * mVelocityTracker.getYVelocity(id2);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BeanBag.java | 90 static float dot(float x1, float y1, float x2, float y2) { 91 return x1*x2+y1+y2;
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
carousel.rs | [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
GestureDetectorCompat.java | 267 final float y1 = VelocityTrackerCompat.getYVelocity(mVelocityTracker, id1); local 273 final float y = y1 * VelocityTrackerCompat.getYVelocity(mVelocityTracker, id2);
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 770 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { 775 graphics.drawLine(width - dx - x1, dy + y1, width - dx - x2, dy + y2, paint); 777 graphics.drawLine(dx + x1, dy + y1, dx + x2, dy + y2, paint); 781 private static void drawRect(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint) { 782 canvas.drawRect(x1, y1, x2 - 1, y2 - 1, paint); 1024 int y1 = vLocations[rowSpan.min]; local [all...] |
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 136 uint8_t y1 = (src[0] >> 24) & 0xFF; local 140 dst[3] = y1;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeleteDropTarget.java | 273 final float y1 = from.top; local 296 float y = (1f - t) * (1f - t) * (y1 - y1o) + 2 * (1f - t) * t * (y2 - x1o) +
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 94 short x1,y1; member in struct:_XkbBounds 98 #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 242 __MATHCALL (y1,, (_Mdouble_));
|