Searched defs:ry (Results 1 - 25 of 42) sorted by relevance

12

/external/skia/src/animator/
H A DSkDrawRectangle.h50 SkScalar ry; member in class:SkRoundRect
H A DSkPathParts.h150 SkScalar ry; member in class:SkAddRoundRect
/external/libvncserver/libvncclient/
H A Dcorre.c33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) argument
49 FillRectangle(client, rx, ry, rw, rh, pix);
64 FillRectangle(client, rx+x, ry+y, w, h, pix);
H A Drre.c33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) argument
48 FillRectangle(client, rx, ry, rw, rh, pix);
62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix);
H A Dzlib.c36 HandleZlibBPP (rfbClient* client, int rx, int ry, int rw, int rh) argument
145 CopyRectangle(client, (uint8_t *)client->raw_buffer, rx, ry, rw, rh); local
H A Dultra.c35 HandleUltraBPP (rfbClient* client, int rx, int ry, int rw, int rh) argument
101 CopyRectangle(client, (unsigned char *)client->raw_buffer, rx, ry, rw, rh); local
115 HandleUltraZipBPP (rfbClient* client, int rx, int ry, int rw, int rh) argument
122 lzo_uint uncompressedBytes = ry + (rw * 65535);
134 rfbClientLog("ultrazip error: rectangle has 0 uncomressed bytes (%dy + (%dw * 65535)) (%d rectangles)\n", ry, rw, rx);
H A Dhextile.c33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh) argument
43 for (y = ry; y < ry+rh; y += 16) {
48 if (ry+rh - y < 16)
49 h = ry+rh - y;
H A Dzrle.c84 HandleZRLE (rfbClient* client, int rx, int ry, int rw, int rh) argument
201 int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
H A Dtight.c92 HandleTightBPP (rfbClient* client, int rx, int ry, int rw, int rh) argument
134 FillRectangle(client, rx, ry, rw, rh, fill_colour);
146 return DecompressJpegRectBPP(client, rx, ry, rw, rh);
201 CopyRectangle(client, (uint8_t *)buffer2, rx, ry, rw, rh);
280 CopyRectangle(client, (uint8_t *)buffer2, rx, ry+rowsProcessed, rw, numRows);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_texture.c48 float rx, ry, rz; local
63 ry = -tc;
68 ry = -tc;
73 ry = 1;
78 ry = -1;
83 ry = -tc;
88 ry = -tc;
92 rx = ry = rz = 0;
97 out_str[1] = ry; /*t*/
/external/skia/src/svg/parser/
H A DSkSVGEllipse.cpp19 SVG_ATTRIBUTE(ry)
27 SkScalar cx, cy, rx, ry; local
31 SkParse::FindScalar(f_ry.c_str(), &ry);
34 top = cy - ry;
36 bottom = cy + ry;
/external/opencv/cv/src/
H A Dcvcalcimagehomography.cpp61 CvMat ry = cvMat( 1, 3, CV_32F, _ry ); local
93 cvCrossProduct( &rz, &rx, &ry );
94 cvScale( &ry, &ry, 1./cvNorm( &ry, 0, CV_L2 ) );
H A Dcvsubdivision2d.cpp524 float ry = (float) rect.y; local
540 subdiv->topleft = cvPoint2D32f( rx, ry );
541 subdiv->bottomright = cvPoint2D32f( rx + rect.width, ry + rect.height );
543 ppA = cvPoint2D32f( rx + big_coord, ry );
544 ppB = cvPoint2D32f( rx, ry + big_coord );
545 ppC = cvPoint2D32f( rx - big_coord, ry - big_coord );
H A Dcvcalibration.cpp531 double rx, ry, rz, theta; local
543 ry = src->data.fl[step];
549 ry = src->data.db[step];
552 theta = sqrt(rx*rx + ry*ry + rz*rz);
574 rx *= itheta; ry *= itheta; rz *= itheta;
576 double rrt[] = { rx*rx, rx*ry, rx*rz, rx*ry, ry*ry, r
610 double R[9], U[9], V[9], W[3], rx, ry, rz; local
[all...]
/external/libvncserver/x11vnc/
H A Dwinattr_t.h49 int rx, ry; member in struct:winattr
H A Dwin_utils.c290 stack_list[j].ry = -1;
360 stack_list[k].ry = -1;
370 int rx, ry; local
379 macosx_get_cursor_pos(&rx, &ry);
386 if (!start) { rx = ry = 0; }
392 if (XQueryPointer_wr(dpy, start, &r, &c, &rx, &ry, &wx, &wy, &mask)) {
406 int rx, ry, wx, wy;
411 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rx, &ry, &wx, &wy, &mask)) {
501 int i, rx, ry, wx, wy;
599 if (! XQueryPointer_wr(dpy, c, &r, &c, &rx, &ry,
[all...]
/external/skia/gm/
H A Daddarc.cpp95 SkScalar ry = SkScalarSin(rad) * R; variable
97 canvas->drawLine(0, 0, rx, ry, paint);
/external/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c265 GLfloat u[3], two_nu, rx, ry, rz, m, mInv; local
270 ry = u[1] - normal[1] * two_nu;
272 m = rx * rx + ry * ry + (rz + 1.0F) * (rz + 1.0F);
310 texcoord[1] = ry * mInv + 0.5F;
313 texcoord[1] = ry;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dmct.c217 const __m128i ry = _mm_set1_epi32(2449); local
237 lo = _mm_mul_epi32(lo, ry);
238 hi = _mm_mul_epi32(hi, ry);
/external/skia/samplecode/
H A DSampleDraw.cpp191 SkScalar ry = fRect.height() / 5; local
192 if (rx < ry) {
193 ry = rx;
195 rx = ry;
197 canvas->drawRoundRect(fRect, rx, ry, fPaint);
/external/skia/src/gpu/effects/
H A DGrOvalEffect.cpp201 SkScalar ry);
217 EllipseEffect(GrPrimitiveEdgeType, const SkPoint& center, SkScalar rx, SkScalar ry);
235 SkScalar ry) {
236 SkASSERT(rx >= 0 && ry >= 0);
237 return SkNEW_ARGS(EllipseEffect, (edgeType, center, rx, ry));
244 EllipseEffect::EllipseEffect(GrPrimitiveEdgeType edgeType, const SkPoint& c, SkScalar rx, SkScalar ry) argument
246 , fRadii(SkVector::Make(rx, ry))
269 SkScalar ry = random->nextRangeF(0.f, 1000.f); local
274 return EllipseEffect::Create(et, center, rx, ry);
314 // The ellipse uniform is (center.x, center.y, 1 / rx^2, 1 / ry
232 Create(GrPrimitiveEdgeType edgeType, const SkPoint& center, SkScalar rx, SkScalar ry) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp100 const int ry = rects[rectNdx].y(); local
106 const float y0 = float(ry*2)/h - 1.0f;
107 const float y1 = float((ry+rh)*2)/h - 1.0f;
/external/skia/src/gpu/
H A DGrAARectRenderer.cpp356 const SkScalar ry = SkScalarMul(dy, SK_ScalarHalf); local
366 devOutside.outset(rx, ry);
382 devInside.inset(rx, ry);
390 devOutside.inset(0, ry);
391 devOutsideAssist.outset(0, ry);
/external/skia/tests/
H A DPathOpsAngleTest.cpp126 static int find_slop(double x, double y, double rx, double ry) { argument
143 double x_ry1 = x1 * ry;
148 double x_ry2 = x2 * ry;
165 // x y rx ry
180 double ry = slopTest[3];
181 SkDebugf("%s xy %d=%d\n", __FUNCTION__, index, find_slop(x, y, rx, ry));
182 SkDebugf("%s rxy %d=%d\n", __FUNCTION__, index, find_slop(rx, ry, x, y));
184 double rAngle = diamond_angle(ry, rx);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c393 register int rx, ry; local
409 ry = FIXED_REST_TO_INT(fy);
428 dxy = LERP(ry, dx0, dx1);
524 register int rx, ry, rz; local
541 ry = FIXED_REST_TO_INT(fy);
575 dxy0 = LERP(ry, dx00, dx10);
576 dxy1 = LERP(ry, dx01, dx11);
600 cmsFloat32Number rx, ry, rz; local
612 y0 = (int) _cmsQuickFloor(py); ry = (py - (cmsFloat32Number) y0);
631 if (rx >= ry
699 cmsS15Fixed16Number rx, ry, rz; local
836 cmsS15Fixed16Number rx, ry, rz; local
[all...]

Completed in 2058 milliseconds

12