/external/skqp/experimental/svg/model/ |
D | SkSVGEllipse.cpp | 27 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
|
D | SkSVGRect.cpp | 36 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/ |
D | SkSVGEllipse.cpp | 27 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
|
D | SkSVGRect.cpp | 36 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/ |
D | ultra.c | 35 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()
|
D | rre.c | 33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleRREBPP()
|
D | zlib.c | 36 HandleZlibBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZlibBPP()
|
D | corre.c | 33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleCoRREBPP()
|
D | hextile.c | 33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleHextileBPP()
|
D | zrle.c | 84 HandleZRLE (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZRLE()
|
D | h264.c | 109 HandleH264 (rfbClient* client, int rx, int ry, int rw, int rh) in HandleH264()
|
/external/libmojo/ui/gfx/geometry/ |
D | rect_f.cc | 107 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/ |
D | u_texture.c | 49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | LoadTile.h | 115 for (uint32_t ry = 0; ry < KNOB_TILE_Y_DIM; ++ry) in Load() local
|
D | ClearTile.cpp | 95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry) in StoreClear() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | reduction_ops_common.cc | 113 xla::ComputationDataHandle ry = in Compile() local
|
/external/skqp/src/gpu/effects/ |
D | GrEllipseEffect.cpp | 138 SkScalar ry = testData->fRandom->nextRangeF(0.f, 1000.f); in TestCreate() local
|
/external/skia/src/gpu/effects/ |
D | GrEllipseEffect.cpp | 138 SkScalar ry = testData->fRandom->nextRangeF(0.f, 1000.f); in TestCreate() local
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 393 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/ |
D | geometry.h | 96 ry, member
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 128 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/ |
D | PathOpsAngleTest.cpp | 128 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/ |
D | addarc.cpp | 96 SkScalar ry = SkScalarSin(rad) * R; in onDraw() local
|
/external/skqp/gm/ |
D | addarc.cpp | 96 SkScalar ry = SkScalarSin(rad) * R; in onDraw() local
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 1146 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()
|