HomeSort by relevance Sort by last modified time
    Searched defs:y2 (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /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);
  /external/clang/test/SemaCXX/
explicit.cpp 63 Y y2 = z; // expected-error {{no viable conversion from 'Conversion::Z' to 'Conversion::Y'}} local
dcl_init_aggr.cpp 92 float y2[4][3] = { { 1, 3, 5 }, { 2, 4, 6 }, { 3, 5, 7 } }; variable
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 61 struct Y2 {
72 Z1<Y2<X2>::value> x2;
73 int y2[Y2<X2>::value]; local
  /external/opencv/cv/src/
cvlinefit.cpp 48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
63 y2 += points[i].y * points[i].y;
75 y2 += weights[i] * points[i].y * points[i].y;
84 y2 /= w;
88 dy2 = y2 - y * y;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
129 y2 += y * y * w;
149 y2 += y * y;
162 y2 /= w0;
173 dy2 = y2 - y0 * y0
    [all...]
  /external/skia/src/animator/
SkPathParts.h 82 SkScalar y2; member in class:SkQuadTo
100 SkScalar y2; member in class:SkCubicTo
  /external/speex/libspeex/
ltp_arm4.h 101 spx_word32_t y0, y1, y2, y3; local
104 y2=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2)
81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2));
103 double y2() const { return m_y2; } function in class:WebCore::CubicBezierTimingFunction
112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0)
117 , m_y2(y2)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
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));
PathCairo.cpp 131 double y2 = point.y(); local
135 x2 + 2.0 / 3.0 * (x1 - x2), y2 + 2.0 / 3.0 * (y1 - y2),
136 x2, y2);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp 110 int y2 = bounds.maxY(); local
119 y2++;
121 bounds = IntRect(x1, y1, x2 - x1, y2 - y1);
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 157 audio_sample_t y2 = mDelays[0][3]; local
170 acc = mac_coef_sample(a2, y2, acc);
172 y2 = y1;
181 mDelays[0][3] = y2;
215 audio_sample_t y2 = mDelays[ch][3]; local
223 acc = mac_coef_sample(a2, y2, acc);
225 y2 = y1;
236 mDelays[ch][3] = y2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 85 int y2 = bottomRight.y; local
87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
SelectionHandles.java 93 int y2 = y1 + h; local
100 y2 -= insets.bottom;
104 int my = (y1 + y2) / 2;
112 mHandles.add(new SelectionHandle(x1, y2, Position.BOTTOM_LEFT));
121 mHandles.add(new SelectionHandle(x2, y2, Position.BOTTOM_RIGHT));
128 mHandles.add(new SelectionHandle(mx, y2, Position.BOTTOM_MIDDLE));
  /sdk/rule_api/src/com/android/ide/common/api/
Rect.java 147 public int y2() { method in class:Rect
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 476 ECFieldElement.F2m y2 = (ECFieldElement.F2m)other.getY(); local
481 if (this.y.equals(y2))
492 = (ECFieldElement.F2m)(this.y.add(y2)).divide(this.x.add(x2));
  /external/libyuv/files/source/
convert.cc 50 const uint8 *y1, *y2 ,*u, *v; local
52 y2 = y1 + src_stride_y;
73 tmp_r = (int32)((mapYc[y2[0]] + mapVcr[v[0]] + 128) >> 8);
74 tmp_g = (int32)((mapYc[y2[0]] + mapUcg[u[0]] + mapVcg[v[0]] + 128) >> 8);
75 tmp_b = (int32)((mapYc[y2[0]] + mapUcb[u[0]] + 128) >> 8);
80 tmp_r = (int32)((mapYc[y2[1]] + mapVcr[v[0]] + 128) >> 8);
81 tmp_g = (int32)((mapYc[y2[1]] + mapUcg[u[0]] + mapVcg[v[0]] + 128) >> 8);
82 tmp_b = (int32)((mapYc[y2[1]] + mapUcb[u[0]] + 128) >> 8);
90 y2 += 2;
95 y2 += src_stride_y + src_stride_y - width
118 const uint8 *y1,*y2, *u, *v; local
195 const uint8* y1,* y2, * u, * v; local
262 const uint8 *y1,*y2, *u, *v; local
440 const uint8* y2 = y1 + src_stride_y; local
555 const uint8 *y1,*y2; local
    [all...]
  /external/openssl/crypto/ec/
ec2_smpl.c 748 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
776 y2 = BN_CTX_get(ctx);
827 if (!BN_GF2m_add(y2, x1, x2)) goto err;
828 if (!group->meth->field_mul(group, y2, y2, s, ctx)) goto err;
829 if (!BN_GF2m_add(y2, y2, x2)) goto err;
830 if (!BN_GF2m_add(y2, y2, y1)) goto err;
832 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx)) goto err
879 BIGNUM *lh, *y2; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 82 short x2,y2,w2,h2; local
86 x2=y2=w2=h2 = 0;
90 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
99 mouse_event,x2,y2,w2,h2,
172 short x2,y2,w2,h2; local
229 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
249 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
296 short x2, y2, w2, h2; local
304 x2 = y2 = 0;
308 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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...]
  /external/quake/quake/src/QW/client/
r_misc.c 212 int a, x, y, y2, w, i; local
226 y2 = y + 8;
237 Draw_String(8, y2, st);
  /external/skia/src/core/
SkEdge.cpp 178 SkFDot6 x0, y0, x1, y1, x2, y2; local
188 y2 = int(pts[2].fY * scale);
196 y2 = pts[2].fY >> shift;
201 if (y0 > y2)
204 SkTSwap(y0, y2);
207 SkASSERT(y0 <= y1 && y1 <= y2);
210 int bot = SkFDot6Round(y2);
219 SkFDot6 dy = ((y1 << 1) - y0 - y2) >> 2;
242 A = SkFDot6ToFixed(y0 - y1 - y1 + y2);
250 fQLastY = SkFDot6ToFixed(y2);
319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 281 void AffineTransform::map(double x, double y, double& x2, double& y2) const
284 y2 = (m_transform[1] * x + m_transform[3] * y + m_transform[5]);
289 double x2, y2; local
290 map(point.x(), point.y(), x2, y2);
293 return IntPoint(lround(x2), lround(y2));
298 double x2, y2; local
299 map(point.x(), point.y(), x2, y2);
301 return FloatPoint(narrowPrecisionToFloat(x2), narrowPrecisionToFloat(y2));
  /frameworks/base/libs/hwui/
Patch.cpp 155 float y2 = 0.0f; local
163 y2 = y1 + floorf(segment * stretchY + 0.5f);
165 y2 = y1 + segment;
168 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
175 y2 += i * EXPLODE_GAP;
177 generateRow(vertex, y1, y2, v1, v2, stretchX, right - left,
180 y2 -= i * EXPLODE_GAP;
184 y1 = y2;
191 y2 = bottom - top
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.cpp 832 Word16 y2[L_SUBFR]; // Filtered fixed codebook excitation
833 Word16 gCoeff[6]; // Correlations between xn, y1, & y2:
1235 Word16 y2[L_SUBFR]; \/* Filtered fixed codebook excitation *\/ local
    [all...]

Completed in 1657 milliseconds

12 3 4 5 6