HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 76 - 100 of 362) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/legacy/src/animator/
SkPathParts.cpp 118 SK_MEMBER(y2, Float)
125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
129 fPath->fPath.quadTo(x1, y1, x2, y2);
146 fPath->fPath.rQuadTo(x1, y1, x2, y2);
159 SK_MEMBER(y2, Float),
167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
SkPathParts.h 74 SkScalar y2; member in class:SkQuadTo
92 SkScalar y2; member in class:SkCubicTo
  /external/skia/src/animator/
SkPathParts.cpp 118 SK_MEMBER(y2, Float)
125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
129 fPath->fPath.quadTo(x1, y1, x2, y2);
146 fPath->fPath.rQuadTo(x1, y1, x2, y2);
159 SK_MEMBER(y2, Float),
167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
SkPathParts.h 74 SkScalar y2; member in class:SkQuadTo
92 SkScalar y2; member in class:SkCubicTo
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 100 void fastSetOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
104 ALWAYS_INLINE void setOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2);
  /external/webkit/Source/WebCore/svg/
SVGPathElement.idl 58 in float y2);
64 in float y2);
99 in float y2);
103 in float y2);
LinearGradientAttributes.h 43 SVGLength y2() const { return m_y2; } function in struct:WebCore::LinearGradientAttributes
SVGPathElement.h 72 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
73 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
82 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
83 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 155 audio_sample_t y2 = mDelays[0][3]; local
168 acc = mac_coef_sample(a2, y2, acc);
170 y2 = y1;
179 mDelays[0][3] = y2;
213 audio_sample_t y2 = mDelays[ch][3]; local
221 acc = mac_coef_sample(a2, y2, acc);
223 y2 = y1;
234 mDelays[ch][3] = y2;
  /frameworks/base/libs/hwui/
Patch.h 75 void generateRow(TextureVertex*& vertex, float y1, float y2,
79 float x1, float y1, float x2, float y2,
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
grain.fs 47 uint32_t y2 = (y+1) & gHMask;
55 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
56 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
57 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
grain.fs 47 uint32_t y2 = (y+1) & gHMask;
55 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
56 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
57 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
grain.fs 47 uint32_t y2 = (y+1) & gHMask;
55 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
56 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
57 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 477 int x1, y1, x2, y2; local
488 y2 = y1 + rects[i].h;
505 if (y2 < 0) {
506 y2 = 0;
507 } else if (y2 > height) {
508 y2 = height;
510 if (x2 <= x1 || y2 <= y1) {
519 scr_y2 = y2;
526 scr_x2 = y2;
535 scr_y1 = height - y2;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 71 gc.drawLine(x, b.y, x, b.y2());
91 int y2 = b.y2() - MARGIN_SIZE; local
92 for (int y = y1; y < y2; y += GRID_SIZE) {
193 int y2; local
196 y2 = rowMatch.matchedLine - rowMatch.margin;
200 y2 = rowMatch.matchedLine + rowMatch.margin;
203 gc.drawLine(b.x, y2, b.x2(), y2);
205 centerX - 3, y1 + (y2 - y1 - 16) / 2)
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 315 public static int hyp(int x1, int y1, int x2, int y2) {
319 if ((y2 -= y1) < 0) {
320 y2 = -y2;
322 return x2 + y2 - (((x2 > y2) ? y2 : x2) >> 1);
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 120 int y2 = images_[6] ? dst_height - gdk_pixbuf_get_height(images_[6]) : y1; local
122 if (x2 < x1 || y2 < y1)
149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity);
157 DrawPixbuf(cr, images_[6], 0, y2, opacity);
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
161 DrawPixbuf(cr, images_[8], x2, y2, opacity);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 33 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
35 * y1= y with lower 32 bits chopped, y2 = y-y1.
57 double a,b,t1,t2,y1,y2,w; local
114 y2 = b - y1;
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_hypotf.c 25 float a,b,t1,t2,y1,y2,w; local
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/fdlibm/
e_hypot.c 30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /frameworks/rs/scriptc/
rs_graphics.rsh 240 * @param y2
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
254 * @param y2
265 float x2, float y2, float z2,
280 * @param y2
297 float x2, float y2, float z2, float u2, float v2,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
416 bBoxMax->y = y2;
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 240 * @param y2
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
254 * @param y2
265 float x2, float y2, float z2,
280 * @param y2
297 float x2, float y2, float z2, float u2, float v2,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
416 bBoxMax->y = y2;
  /external/opencv/cv/src/
_cvgeom.h 56 double x2, double dx2, double y2, double dy2,
  /external/skia/src/svg/
SkSVGLinearGradient.cpp 19 SVG_ATTRIBUTE(y2)
  /frameworks/base/core/java/android/util/
MathUtils.java 94 public static float dist(float x1, float y1, float x2, float y2) {
96 final float y = (y2 - y1);
100 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) {
102 final float y = (y2 - y1);

Completed in 283 milliseconds

1 2 34 5 6 7 8 91011>>