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

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 85 int y1 = p.y; local
93 y1 += dragBounds.y;
99 int y2 = y1 + h;
101 if (x2 < bounds.x || y2 < bounds.y || x1 > bounds.x2() || y1 > bounds.y2()) {
112 addCenterColumnMatch(bounds, x1, y1, x2, y2, columnMatches, max);
115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1);
117 addTopMatch(y1, rowMatches, max, row, rowY);
118 addBaselineMatch(feedback.dragBaseline, y1, rowMatches, max, row, rowY);
127 addRowGapMatch(bounds, y1, y2, rowMatches, max);
133 y1 = ((y1 - MARGIN_SIZE - bounds.y) / GRID_SIZE) * GRID_SIZ
    [all...]
GridLayoutPainter.java 89 int y1 = b.y + MARGIN_SIZE; local
91 for (int y = y1; y < y2; y += GRID_SIZE) {
190 int y1; local
193 y1 = offsetY + y - 1;
197 y1 = bounds.h + offsetY + y - 1;
200 gc.drawLine(b.x, y1, b.x2(), y1);
203 centerX - 3, y1 + (y2 - y1 - 16) / 2);
242 int y1 = dragBounds.y + y + offsetY - bounds.y + feedback.dragBaseline local
    [all...]
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 147 float x0, y0, x1, y1; local
152 y1 = 1.0f;
157 y1 = relativeAspectRatio;
159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 };
  /external/skia/src/utils/
SkCullPoints.cpp 26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
31 (y0 < r.fTop && y1 < r.fTop) ||
32 (y0 > r.fBottom && y1 > r.fBottom)) {
37 if (r.contains(x0, y0) || r.contains(x1, y1)) {
45 vec.set(x1 - x0, y1 - y0);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_pitch.cpp 117 y1 = pointer to filtered adaptive codebook buffer (Word16)
166 Word16 y1[], // i : Filtered adaptive codebook.
177 // divide "y1[]" by 4 to avoid overflow
184 scaled_y1[i] = shr (y1[i], 2);
187 // Compute scalar product <y1[],y1[]>
194 s = L_mac (s, y1[i], y1[i]);
213 // Compute scalar product <xn[],y1[]>
220 s = L_mac(s, xn[i], y1[i])
    [all...]
cl_ltp.h 145 Word16 y1[], /* o : Filtered adaptive excitation Q0 */
149 Word16 g_coeff[], /* o : Correlations between xn, y1, & y2 */
gain_q.h 157 Word16 y1[], /* i : Adaptive codebook. */
159 Word16 g_coeff[], /* i : Correlations <xn y1> <y1 y1> */
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 118 int y1 = gdk_pixbuf_get_height(images_[0]); local
120 int y2 = images_[6] ? dst_height - gdk_pixbuf_get_height(images_[6]) : y1;
122 if (x2 < x1 || y2 < y1)
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity);
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)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; \/* new way *\/ local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 477 int x1, y1, x2, y2; local
486 y1 = rects[i].y;
488 y2 = y1 + rects[i].h;
500 if (y1 < 0) {
501 y1 = 0;
502 } else if (y1 > height) {
503 y1 = height;
510 if (x2 <= x1 || y2 <= y1) {
517 sha_y1 = scr_y1 = y1;
524 scr_x1 = y1;
    [all...]
  /external/skia/src/core/
SkCordic.cpp 32 int32_t y1 = x >> t; local
36 y += y1;
40 y -= y1;
86 int32_t y1 = x >> t; local
90 y += y1;
94 y -= y1;
157 int32_t y1 = x >> t; local
165 y += y1;
169 y -= y1;
  /frameworks/base/graphics/java/android/graphics/
Path.java 263 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
267 * @param y1 The y-coordinate of the control point on a quadratic curve
271 public void quadTo(float x1, float y1, float x2, float y2) {
273 native_quadTo(mNativePath, x1, y1, x2, y2);
297 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
301 * @param y1 The y-coordinate of the 1st control point on a cubic curve
307 public void cubicTo(float x1, float y1, float x2, float y2,
310 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
318 public void rCubicTo(float x1, float y1, float x2, float y2,
321 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3)
    [all...]
  /external/libvpx/vp8/common/
postproc.h 29 int y1, int u1, int v1, int alpha, int stride)
33 int y1, int u1, int v1, int alpha, int stride)
37 int y1, int u1, int v1, int alpha, int stride)
  /frameworks/rs/scriptc/
rs_graphics.rsh 238 * @param y1
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
251 * @param y1
264 rsgDrawQuad(float x1, float y1, float z1,
275 * @param y1
296 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
413 bBoxMin->y = y1;
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 212 * @param y1
218 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
225 * @param y1
238 rsgDrawQuad(float x1, float y1, float z1,
249 * @param y1
270 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1,
381 float x1, y1, z1, x2, y2, z2;
382 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
384 bBoxMin->y = y1;
  /external/opencv/cv/src/
cvpyramids.cpp 101 int x, y1, k = top_row; \
106 for( y1 = 0; y1 < PD_SZ; y1++ ) \
108 rows[y1] = buffer + k; \
121 for( y1 = fst; y1 < lst; y1++, src += srcstep ) \
123 worktype *row = rows[y1]; \
137 for( y1 = fst; y1 < lst; y1++, src += srcstep )
    [all...]
_cvgeom.h 55 int icvIntersectLines( double x1, double dx1, double y1, double dy1,
  /external/skia/include/core/
SkEdgeClipper.h 38 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
  /external/skia/include/utils/
SkCullPoints.h 41 bool sect_test(int x0, int y0, int x1, int y1) const;
  /external/skia/src/svg/
SkSVGLinearGradient.cpp 18 SVG_ATTRIBUTE(y1),
  /external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h 41 SVGLength y1() const { return m_y1; } 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);
74 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
75 PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
  /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);
  /frameworks/rs/driver/
rsdPath.cpp 47 float y1, yc, y2; member in struct:DrvPathStatic::__anon17367
120 s->y1 = fin[1];
162 vtx[1] = s->y1;
172 vtx[9] = s->y1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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...]

Completed in 422 milliseconds

1 2 34 5 6 7 8 91011>>