/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
osd.h | 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data) 73 // fills pixels x0,y0 through x1,y1 with the content of data[] 80 OSD_FillBlock, // (x0,y0,x1,y1,color) 81 // fills pixels x0,y0 through x1,y1 with the color <col> 83 OSD_Line, // (x0,y0,x1,y1,color) 84 // draw a line from x0,y0 to x1,y1 with the color <col> 86 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11 104 int y1; member in struct:osd_cmd_s [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
osd.h | 33 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 48 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 72 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data) 73 // fills pixels x0,y0 through x1,y1 with the content of data[] 80 OSD_FillBlock, // (x0,y0,x1,y1,color) 81 // fills pixels x0,y0 through x1,y1 with the color <col> 83 OSD_Line, // (x0,y0,x1,y1,color) 84 // draw a line from x0,y0 to x1,y1 with the color <col> 86 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11 104 int y1; member in struct:osd_cmd_s [all...] |
/external/skia/src/animator/ |
SkPathParts.h | 72 SkScalar y1; member in class:SkQuadTo 90 SkScalar y1; member in class:SkCubicTo
|
/external/webkit/Source/WebCore/svg/ |
SVGPathElement.cpp | 114 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) 116 return SVGPathSegCurvetoCubicAbs::create(this, role, x, y, x1, y1, x2, y2); 119 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) 121 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2); 124 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> SVGPathElement::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role) 126 return SVGPathSegCurvetoQuadraticAbs::create(this, role, x, y, x1, y1); 129 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role) 131 return SVGPathSegCurvetoQuadraticRel::create(this, role, x, y, x1, y1);
|
SVGLinearGradientElement.cpp | 44 DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::y1Attr, Y1, y1) 172 attributes.setY1(linear->y1()); 204 startPoint = FloatPoint(attributes.x1().valueAsPercentage(), attributes.y1().valueAsPercentage()); 207 startPoint = FloatPoint(attributes.x1().value(this), attributes.y1().value(this)); 215 || y1().isRelative()
|
SVGLineElement.cpp | 37 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::y1Attr, Y1, y1) 156 path.moveTo(FloatPoint(x1().value(this), y1().value(this))); 163 || y1().isRelative()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
spstproc.cpp | 110 y1 -- Word16 Array -- Filtered adaptive exitation 182 Word16 y1[], /* i : Filtered adaptive exitation */ 289 * y1 Q0 Q0 304 L_temp = ((Word32)y1[i] * gain_pit);
|
/external/skia/samplecode/ |
SampleSkLayer.cpp | 41 SkScalar x1, SkScalar y1, SkScalar z1) { 48 x1, y1, z1, 49 dst.fData[0] == x1 && dst.fData[1] == y1 && dst.fData[2] == z1); 54 SkScalar y0, SkScalar y1, SkScalar y2) { 57 dst[3] != y0 || dst[4] != y1 || dst[5] != y2) { 61 x0, x1, x2, y0, y1, y2, str.c_str());
|
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 108 unsigned long y1; local 111 for (y1 = 0; y1 < TIMES*100; y1++) { 257 unsigned long x, y1; local 272 for (y1 = 0; y1 < KTIMES; y1++) { 293 unsigned long x, y1; local 314 for (y1 = 0; y1 < 100; y1++) 365 unsigned long x, y1; local 440 unsigned long x, y1; local 515 unsigned long x, y1; local 592 unsigned long x, y1, len; local [all...] |
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 617 int y1 = rd.mRank * rowYSpace - mScrollOffsetY; local 618 gcImage.fillRectangle(0, y1, dim.x, rowYSpace); 626 int y1 = rd.mRank * rowYSpace + offsetY; local 629 gcImage.drawString(rd.mName, x1, y1, true); 635 int y1 = mMouseRow * rowYSpace - mScrollOffsetY; local 636 gcImage.drawRectangle(0, y1, dim.x, rowYSpace); 826 int y1 = mMethodStartY; local 829 gc.fillRectangle(x1, y1, width, mSmallFontHeight); 831 gc.drawString(mMethodName, x1, y1, true); 840 int y1 = mDetailsStartY local 1093 int y1 = rd.mRank * rowYSpace - mScrollOffsetY; local 1187 int y1 = mMouseRow * rowYSpace - mScrollOffsetY; local 1264 int y1 = range.mY + rowHeight + 2 - mScrollOffsetY; local 1379 int y1 = callRowData.mRank * rowYSpace + rowYMarginHalf; local 1411 int y1 = rd.mRank * rowYSpace + rowYMarginHalf; local 1561 int y1 = rd.mRank * rowYSpace + rowYMarginHalf; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 129 double y1 = controlPoint.y(); local 134 x + 2.0 / 3.0 * (x1 - x), y + 2.0 / 3.0 * (y1 - y), 135 x2 + 2.0 / 3.0 * (x1 - x2), y2 + 2.0 / 3.0 * (y1 - y2), 279 double x0, x1, y0, y1; local 280 cairo_path_extents(cr, &x0, &y0, &x1, &y1); 281 return FloatRect(x0, y0, x1 - x0, y1 - y0); 292 double x0, x1, y0, y1; local 293 cairo_stroke_extents(cr, &x0, &y0, &x1, &y1); 294 return FloatRect(x0, y0, x1 - x0, y1 - y0);
|
ContextShadowCairo.cpp | 90 double x1, x2, y1, y2; local 91 cairo_clip_extents(context->platformContext()->cr(), &x1, &y1, &x2, &y2); 92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1)); 227 double x1, x2, y1, y2; local 228 cairo_clip_extents(cr, &x1, &y1, &x2, &y2); 229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1));
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 212 static void do_anti_hairline(SkFDot6 x0, SkFDot6 y0, SkFDot6 x1, SkFDot6 y1, 217 if (SkAbs32(x1 - x0) > SkIntToFDot6(511) || SkAbs32(y1 - y0) > SkIntToFDot6(511)) { 225 int hy = (y0 >> 1) + (y1 >> 1); 227 do_anti_hairline(hx, hy, x1, y1, clip, blitter); 236 if (SkAbs32(x1 - x0) > SkAbs32(y1 - y0)) { // mostly horizontal 239 SkTSwap<SkFDot6>(y0, y1); 245 if (y0 == y1) { // completely horizontal, take fast case 249 slope = fastfixdiv(y1 - y0, x1 - x0); 303 if (y0 > y1) { // we want to go top-to-bottom 305 SkTSwap<SkFDot6>(y0, y1); [all...] |
SkBitmapProcState_shaderproc.h | 39 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY); local 44 row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
|
/external/webkit/Source/WebCore/platform/audio/ |
Biquad.cpp | 78 double y1 = m_y1; 90 float y = a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2; 99 y2 = y1; 100 y1 = y; 106 m_y1 = y1;
|
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 708 final float y1 = mStartPoint.y; local 713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1); 715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom; 716 final float uB = ((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / denom; 720 final float hitY = y1 + (uA * (y2 - y1)); 734 final float y1 = mStartPoint.y; local [all...] |
/external/chromium/chrome/browser/chromeos/frame/ |
bubble_window.cc | 17 bool IsInsideCircle(int x0, int y0, int x1, int y1, int r) { 18 return (x0 - x1) * (x0 - x1) + (y0 - y1) * (y0 - y1) <= r * r;
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
Input.java | 136 private void sendSwipe(float x1, float y1, float x2, float y2) { 139 injectPointerEvent(MotionEvent.obtain(now, now, MotionEvent.ACTION_DOWN, x1, y1, 0)); 143 lerp(x1, x2, alpha), lerp(y1, y2, alpha), 0)); 170 System.err.println(" input swipe <x1> <y1> <x2> <y2>");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeOverlay.java | 83 int y1 = topLeft.y; local 87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
|
/external/libyuv/files/source/ |
row_posix.cc | 590 uint8 y1 = y_buf[x + 1]; local 591 YuvPixel(y1, u, v, rgb_buf + 4, 24, 16, 8, 0); 608 uint8 y1 = y_buf[x + 1]; local 609 YuvPixel(y1, u, v, rgb_buf + 4, 0, 8, 16, 24); 626 uint8 y1 = y_buf[x + 1]; local 627 YuvPixel(y1, u, v, rgb_buf + 4, 24, 0, 8, 16);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLCanvasStub.java | 50 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {} 51 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint) {}
|
/external/qemu/android/skin/ |
region.c | 333 if (ytop < minmax->y1) minmax->y1 = ytop; 376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 ) 378 if (x1 >= x2 || y1 >= y2) { 383 r->bounds.pos.y = y1; 385 r->bounds.size.h = y2 - y1; 403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) { 408 r->bounds.pos.y = box->y1; 410 r->bounds.size.h = box->y2 - box->y1; 1002 minmax.x1 = minmax.y1 = INT_MAX [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderObject.cpp | 709 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, 713 int width = (side == BSTop || side == BSBottom ? y2 - y1 : x2 - x1); 735 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2)); 739 graphicsContext->drawLine(IntPoint((x1 + x2) / 2, y1), IntPoint((x1 + x2) / 2, y2)); 758 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third)); 762 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1)); 763 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1)) [all...] |
/external/freetype/src/raster/ |
ftraster.c | 1264 Long y1, y2, e, e2, e0; local 1542 Long y1, y2, y3, x3, ymin, ymax; local 1664 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local 1948 Long x1, y1, x2, y2, x3, y3; local [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
FaultHeightMap.java | 173 int y1 = random.nextInt(size);
local 179 float dist = ((x2 - x1) * (j - y1) - (y2 - y1) * (i - x1))
180 / (FastMath.sqrt(FastMath.sqr(x2 - x1) + FastMath.sqr(y2 - y1)));
|