Home
last modified time | relevance | path

Searched defs:ry (Results 1 – 25 of 64) sorted by relevance

123

/external/skqp/experimental/svg/model/
DSkSVGEllipse.cpp27 void SkSVGEllipse::setRy(const SkSVGLength& ry) { in setRy()
49 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
DSkSVGRect.cpp36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy()
68 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
/external/skia/experimental/svg/model/
DSkSVGEllipse.cpp27 void SkSVGEllipse::setRy(const SkSVGLength& ry) { in setRy()
49 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
DSkSVGRect.cpp36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy()
68 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
/external/libvncserver/libvncclient/
Dultra.c35 HandleUltraBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraBPP()
115 HandleUltraZipBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraZipBPP()
Drre.c33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleRREBPP()
Dzlib.c36 HandleZlibBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZlibBPP()
Dcorre.c33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleCoRREBPP()
Dhextile.c33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleHextileBPP()
Dzrle.c84 HandleZRLE (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZRLE()
Dh264.c109 HandleH264 (rfbClient* client, int rx, int ry, int rw, int rh) in HandleH264()
/external/libmojo/ui/gfx/geometry/
Drect_f.cc107 float ry = std::max(y(), rect.y()); in Intersect() local
126 float ry = std::min(y(), rect.y()); in Union() local
142 float ry = y(); in Subtract() local
253 float ry = std::min(p1.y(), p2.y()); in BoundingRect() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_texture.c49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile.h115 for (uint32_t ry = 0; ry < KNOB_TILE_Y_DIM; ++ry) in Load() local
DClearTile.cpp95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry) in StoreClear() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops_common.cc113 xla::ComputationDataHandle ry = in Compile() local
/external/skqp/src/gpu/effects/
DGrEllipseEffect.cpp138 SkScalar ry = testData->fRandom->nextRangeF(0.f, 1000.f); in TestCreate() local
/external/skia/src/gpu/effects/
DGrEllipseEffect.cpp138 SkScalar ry = testData->fRandom->nextRangeF(0.f, 1000.f); in TestCreate() local
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c393 register int rx, ry; in BilinearInterp16() local
524 register int rx, ry, rz; in TrilinearInterp16() local
600 cmsFloat32Number rx, ry, rz; in TetrahedralInterpFloat() local
699 cmsS15Fixed16Number rx, ry, rz; in TetrahedralInterp16() local
836 cmsS15Fixed16Number rx, ry, rz; in Eval4Inputs() local
/external/ImageMagick/MagickCore/
Dgeometry.h96 ry, member
/external/skia/tests/
DPathOpsAngleTest.cpp128 static int find_slop(double x, double y, double rx, double ry) { in find_slop()
182 double ry = slopTest[3]; in DEF_TEST() local
/external/skqp/tests/
DPathOpsAngleTest.cpp128 static int find_slop(double x, double y, double rx, double ry) { in find_slop()
182 double ry = slopTest[3]; in DEF_TEST() local
/external/skia/gm/
Daddarc.cpp96 SkScalar ry = SkScalarSin(rad) * R; in onDraw() local
/external/skqp/gm/
Daddarc.cpp96 SkScalar ry = SkScalarSin(rad) * R; in onDraw() local
/external/ImageMagick/MagickWand/
Ddrawing-wand.c1146 const double rx,const double ry,const double start,const double end) in DrawEllipse()
3307 const double rx,const double ry,const double x_axis_rotation, in DrawPathEllipticArc()
3330 const double ry,const double x_axis_rotation, in DrawPathEllipticArcAbsolute()
3390 const double ry,const double x_axis_rotation, in DrawPathEllipticArcRelative()
4405 double x2,double y2,double rx,double ry) in DrawRoundRectangle()

123