HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 151 - 175 of 368) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/jni/android/graphics/
Shader.cpp 111 float x0, float y0, float x1, float y1,
116 pts[1].set(SkFloatToScalar(x1), SkFloatToScalar(y1));
144 float x0, float y0, float x1, float y1, jintArray colorArray,
152 storedBounds[2] = x1; storedBounds[3] = y1;
186 float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) {
190 storedBounds[2] = x1; storedBounds[3] = y1;
211 float x0, float y0, float x1, float y1,
216 pts[1].set(SkFloatToScalar(x1), SkFloatToScalar(y1));
Path.cpp 119 static void quadTo__FFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2) {
121 SkScalar y1_ = SkFloatToScalar(y1);
135 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
137 SkScalar y1_ = SkFloatToScalar(y1);
145 static void rCubicTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
147 SkScalar y1_ = SkFloatToScalar(y1);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 76 float y1 = Collections.max(ys); local
77 return new Rectangle(x0, y0, x1 - x0, y1 - y0);
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 69 jfloat y1,
81 jfloat y1,
jni_shader_program.cpp 148 jfloat y1,
155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
166 jfloat y1,
173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
  /system/core/libpixelflinger/
trap.cpp 517 int32_t y1 = v1[1]; local
523 int32_t dy01 = y0 - y1;
530 swap(y0, y1);
532 dy01 = y0 - y1;
537 int32_t dy12 = y1 - y2;
541 const int32_t bminy = TRI_FLOOR(min(y0, y1, y2)) >> TRI_FRACTION_BITS;
543 const int32_t bmaxy = TRI_CEIL( max(y0, y1, y2)) >> TRI_FRACTION_BITS;
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
678 int y1 = top[1] | 1; local
680 int dy = y2 - y1;
867 int y1 = top[1]; local
    [all...]
  /bionic/libm/src/
e_powf.c 60 float y1,t1,t2,r,s,sn,t,u,v,w; local
200 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
202 SET_FLOAT_WORD(y1,is&0xfffff000);
203 p_l = (y-y1)*t1+y*t2;
204 p_h = y1*t1;
  /external/clang/test/CXX/over/over.over/
p1.cpp 85 template<float(float)> struct Y1 { };
91 Y1<f0> y1; variable
92 Y1<&f0> y1a;
  /external/qemu/android/skin/
region.h 20 extern void skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 );
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2)
209 if (!x1 || !x2 || !y1 || !y2)
215 ddy = y1 + y1;
  /external/skia/include/core/
SkPath.h 334 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
338 @param y1 The y-coordinate of the control point on a quadratic curve
342 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
371 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
375 @param y1 The y-coordinate of the 1st control point on a cubic curve
381 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
413 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
434 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) {
211 float newy1 = (float)(Math.sin(xrot) * z1 + Math.cos(xrot) * y1);
213 float newz1 = (float)(Math.cos(xrot) * z1 - Math.sin(xrot) * y1);
  /external/clang/test/Analysis/
dead-stores.c 244 int y1 = 4; local
266 ++y1;
292 (void)y1;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 64 Word16 y1[], /* (i) Q_xn: Adaptive codebook. */
65 Word16 Q_xn, /* (i) : xn and y1 format */
68 Word16 g_coeff[], /* (i) : Correlations <xn y1> <y1 y1> */
130 * coeff[0] = y1 y1 *
131 * coeff[1] = -2 xn y1 *
134 * coeff[4] = 2 y1 y2 *
136 * Product <y1 y1> and <xn y1> have been compute in G_pitch() and
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 205 int y1 = r.y; local
212 y1 += insets.top;
216 gc.drawRect(x1, y1, x2, y2);
  /external/skia/src/core/
SkRegion_path.cpp 331 void set(int x, int y0, int y1) {
332 SkASSERT(y0 != y1);
336 fY1 = (SkRegion::RunType)(y1);
357 int y1 = base->fY1; local
376 if ((e->fFlags & Edge::kY0Link) == 0 && y1 == e->fY0) {
  /external/tremolo/Tremolo/
floor1.c 205 int render_point(int x0,int x1,int y0,int y1,int x){
207 y1&=0x7fff;
210 int dy=y1-y0;
225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){
237 dy=y1-y0;
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 285 magtype x1 = (magtype)x[i+1], y1 = (magtype)y[i+1]; \
288 x1 = x1*x1 + y1*y1; \
292 x1 = (magtype)x[i+3], y1 = (magtype)y[i+3]; \
294 x1 = x1*x1 + y1*y1; \
935 double y0, y1, y2, y3; local
1397 double y0, y1, y2, y3; local
1497 double y0, y1, y2, y3; local
    [all...]
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 52 ushort x1, y1, x2, y2; member in struct:_CvRect16u
    [all...]
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;
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 697 float x0, x1, y0, y1;
704 x1 = x0; y1 = level * r.bottom;
708 x1 = level * r.left; y1 = level * r.bottom;
712 x1 = level * r.left; y1 = y0;
716 x1 = level * r.left; y1 = level * r.top;
720 x1 = x0; y1 = level * r.top;
724 x1 = level * r.right; y1 = level * r.top;
728 x1 = level * r.right; y1 = y0;
732 x1 = level * r.right; y1 = level * r.bottom;
736 mFillPaint.setShader(new LinearGradient(x0, y0, x1, y1,
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 67 int64_t y1 = y; local
70 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 y1 >>= 1;
78 t = -y1;
90 y1 = -t;
92 t = x1 - y1;
  /external/mesa3d/src/pixelflinger2/
texture.cpp 158 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1); local
164 PointSample<format>((unsigned *)(samples + 2), data, y1 * width + x1);
166 PointSample<format>((unsigned *)(samples + 3), data, y1 * width + x0);
267 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1); local
273 PointSample<format>((unsigned *)(samples + 2), data, face * width * height + y1 * width + x1);
275 PointSample<format>((unsigned *)(samples + 3), data, face * width * height + y1 * width + x0);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 201 static void SC_DrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1,
207 x1, y1, z1, u1, v1,
213 static void SC_DrawQuad(float x1, float y1, float z1,
218 rsrDrawQuad(rsc, sc, x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4);
226 static void SC_DrawRect(float x1, float y1, float x2, float y2, float z) {
228 rsrDrawRect(rsc, sc, x1, y1, x2, y2, z);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 145 void arcTo(float x0, float y0, float x1, float y1, float radius, ExceptionCode&);
193 PassRefPtr<CanvasGradient> createLinearGradient(float x0, float y0, float x1, float y1, ExceptionCode&);
194 PassRefPtr<CanvasGradient> createRadialGradient(float x0, float y0, float r0, float x1, float y1, float r1, ExceptionCode&);

Completed in 860 milliseconds

1 2 3 4 5 67 8 91011>>