HomeSort by relevance Sort by last modified time
    Searched refs:ry (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/gallium/auxiliary/util/
u_texture.c 49 float rx, ry, rz; local
70 ry = -tc;
75 ry = -tc;
80 ry = 1;
85 ry = -1;
90 ry = -tc;
95 ry = -tc;
99 rx = ry = rz = 0;
104 out_str[1] = ry; /*t*/
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
stm32l4xx-cannot-fix-far-ldm.s 14 @ mov ry, rx where ry is the lowest register from upper_list
15 @ ldm ry!, { lower_list }
16 @ ldm ry, { upper_list }
stm32l4xx-fix-ldm.s 26 @ mov ry, rx where ry is the lowest register from upper_list
27 @ ldm ry!, {lower_list}
28 @ ldm ry, {upper_list}
34 @ mov ry, rx where ry is the lowest register from upper_list
35 @ ldm ry!, {lower_list}
36 @ ldm ry, {upper_list}
43 @ mov ry, rx where ry is the lowest register from upper_lis
    [all...]
  /external/skia/experimental/svg/model/
SkSVGEllipse.cpp 27 void SkSVGEllipse::setRy(const SkSVGLength& ry) {
28 fRy = ry;
49 if (const auto* ry = v.as<SkSVGLengthValue>()) {
50 this->setRy(*ry);
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); local
64 return (rx > 0 && ry > 0)
65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2)
SkSVGRect.cpp 36 void SkSVGRect::setRy(const SkSVGLength& ry) {
37 fRy = ry;
68 if (const auto* ry = v.as<SkSVGLengthValue>()) {
69 this->setRy(*ry);
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); local
82 return SkRRect::MakeRectXY(rect, rx ,ry);
  /external/skqp/experimental/svg/model/
SkSVGEllipse.cpp 27 void SkSVGEllipse::setRy(const SkSVGLength& ry) {
28 fRy = ry;
49 if (const auto* ry = v.as<SkSVGLengthValue>()) {
50 this->setRy(*ry);
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); local
64 return (rx > 0 && ry > 0)
65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2)
SkSVGRect.cpp 36 void SkSVGRect::setRy(const SkSVGLength& ry) {
37 fRy = ry;
68 if (const auto* ry = v.as<SkSVGLengthValue>()) {
69 this->setRy(*ry);
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); local
82 return SkRRect::MakeRectXY(rect, rx ,ry);
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
325 ry = asin(B);
327 ry = atan2(new_y, sqrt_A2my2);
328 return (CMPLX(copysign(rx, x), copysign(ry, y)));
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
392 ry = creal(w) + m_ln2;
394 ry = -ry;
395 return (CMPLX(rx, ry));
408 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x)
433 double rx, ry; local
569 double x, y, ax, ay, rx, ry; local
    [all...]
catrigf.c 148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
186 ry = asinf(B);
188 ry = atan2f(new_y, sqrt_A2my2);
189 return (CMPLXF(copysignf(rx, x), copysignf(ry, y)));
203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
228 ry = crealf(w) + m_ln2;
230 ry = -ry;
231 return (CMPLXF(rx, ry));
242 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x)
263 float rx, ry; local
341 float x, y, ax, ay, rx, ry; local
    [all...]
  /external/libvncserver/libvncclient/
corre.c 33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh)
49 FillRectangle(client, rx, ry, rw, rh, pix);
64 FillRectangle(client, rx+x, ry+y, w, h, pix);
rre.c 33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh)
48 FillRectangle(client, rx, ry, rw, rh, pix);
62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix);
hextile.c 33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh)
43 for (y = ry; y < ry+rh; y += 16) {
48 if (ry+rh - y < 16)
49 h = ry+rh - y;
ultra.c 35 HandleUltraBPP (rfbClient* client, int rx, int ry, int rw, int rh)
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)
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);
zlib.c 36 HandleZlibBPP (rfbClient* client, int rx, int ry, int rw, int rh)
145 CopyRectangle(client, (uint8_t *)client->raw_buffer, rx, ry, rw, rh); local
  /external/libmojo/ui/gfx/geometry/
rect_f.cc 107 float ry = std::max(y(), rect.y()); local
111 if (rx >= rr || ry >= rb)
112 rx = ry = rr = rb = 0; // non-intersecting
114 SetRect(rx, ry, rr - rx, rb - ry);
126 float ry = std::min(y(), rect.y()); local
130 SetRect(rx, ry, rr - rx, rb - ry);
142 float ry = y(); local
156 ry = rect.bottom()
253 float ry = std::min(p1.y(), p2.y()); local
    [all...]
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 61 CvMat ry = cvMat( 1, 3, CV_32F, _ry ); local
93 cvCrossProduct( &rz, &rx, &ry );
94 cvScale( &ry, &ry, 1./cvNorm( &ry, 0, CV_L2 ) );
  /external/ImageMagick/Magick++/lib/
Options.cpp 792 affine.ry=0.0;
800 _drawInfo->affine.sx=current.sx*affine.sx+current.ry*affine.rx;
802 _drawInfo->affine.ry=current.sx*affine.ry+current.ry*affine.sy;
803 _drawInfo->affine.sy=current.rx*affine.ry+current.sy*affine.sy;
804 _drawInfo->affine.tx=current.sx*affine.tx+current.ry*affine.ty+current.tx;
812 _drawInfo->affine.ry=0.0;
826 affine.ry=0.0;
833 affine.ry=sin(DegreesToRadians(fmod(angle_,360.0)))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 180 float ry = oval.getRadiusY(); local
181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45;
185 oval.setRadius((rx * nr / r), (ry * nr / r));
225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) {
231 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry);
236 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
240 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) {
253 float dy = ry + 10
    [all...]
  /frameworks/base/libs/hwui/
TessellationCache.h 72 float ry; member in struct:android::uirenderer::TessellationCache::Description::Shape::RoundRect
156 float height, float rx, float ry) {
157 getRoundRectBuffer(transform, paint, width, height, rx, ry);
160 float height, float rx, float ry);
181 float height, float rx, float ry);
RecordedOp.h 307 RoundRectOp(BASE_PARAMS, float rx, float ry) : SUPER(RoundRectOp), rx(rx), ry(ry) {}
309 const float ry; member in struct:android::uirenderer::RoundRectOp
314 float* left, float* top, float* right, float* bottom, float* rx, float* ry)
321 , ry(ry) {}
327 const float* ry; member in struct:android::uirenderer::RoundRectPropsOp
TessellationCache.cpp 75 return lRect.ry == rRect.ry;
416 float ry = description.shape.roundRect.ry; local
421 ry += outset;
424 path.addRoundRect(rect, rx, ry);
430 float height, float rx, float ry) {
435 entry.shape.roundRect.ry = ry;
439 float width, float height, float rx, float ry) {
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsintrp.c 393 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 && ry >= rz)
699 cmsS15Fixed16Number rx, ry, rz; local
836 cmsS15Fixed16Number rx, ry, rz; local
    [all...]
  /external/skia/tools/lua/
classify_rrect_clips.lua 16 local rx, ry
25 ry = y
29 if (rx ~= x or ry ~=y) then
49 if (rx == ry) then
  /external/skqp/tools/lua/
classify_rrect_clips.lua 16 local rx, ry
25 ry = y
29 if (rx ~= x or ry ~=y) then
49 if (rx == ry) then
  /frameworks/base/libs/hwui/pipeline/skia/
AnimatedDrawables.h 35 uirenderer::CanvasPropertyPrimitive* ry, uirenderer::CanvasPropertyPaint* p)
36 : mLeft(left), mTop(top), mRight(right), mBottom(bottom), mRx(rx), mRy(ry), mPaint(p) {}

Completed in 906 milliseconds

1 2 3 4 5 6 7 8 91011