/external/fonttools/Lib/fontTools/svgLib/path/ |
D | shapes.py | 46 def _arc(self, c, rx, ry, x, y, large_arc): argument 47 self._add('%s%s,%s 0 %d 1 %s,%s' % (c, _ntos(rx), _ntos(ry), large_arc, 50 def A(self, rx, ry, x, y, large_arc=0): argument 51 self._arc('A', rx, ry, x, y, large_arc) 53 def a(self, rx, ry, x, y, large_arc=0): argument 54 self._arc('a', rx, ry, x, y, large_arc) 77 ry = float(rect.attrib.get('ry', 0)) 79 rx = _prefer_non_zero(rx, ry) 80 ry = _prefer_non_zero(ry, rx) 87 self.A(rx, ry, x + w, y + ry) [all …]
|
D | arc.py | 26 def __init__(self, current_point, rx, ry, rotation, large, sweep, target_point): argument 29 self.ry = ry 50 ry = fabs(self.ry) 51 if not (rx and ry): 65 square_ry = ry * ry 74 ry *= sqrt(radii_scale) 75 self.rx, self.ry = rx, ry 77 point_transform = Scale(1 / rx, 1 / ry).rotate(-self.angle) 116 point_transform = Identity.rotate(self.angle).scale(self.rx, self.ry)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_texture.c | 49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local 70 ry = -tc; in util_map_texcoords2d_onto_cubemap() 75 ry = -tc; in util_map_texcoords2d_onto_cubemap() 80 ry = 1; in util_map_texcoords2d_onto_cubemap() 85 ry = -1; in util_map_texcoords2d_onto_cubemap() 90 ry = -tc; in util_map_texcoords2d_onto_cubemap() 95 ry = -tc; in util_map_texcoords2d_onto_cubemap() 99 rx = ry = rz = 0; in util_map_texcoords2d_onto_cubemap() 104 out_str[1] = ry; /*t*/ in util_map_texcoords2d_onto_cubemap()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_texture.c | 49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local 70 ry = -tc; in util_map_texcoords2d_onto_cubemap() 75 ry = -tc; in util_map_texcoords2d_onto_cubemap() 80 ry = 1; in util_map_texcoords2d_onto_cubemap() 85 ry = -1; in util_map_texcoords2d_onto_cubemap() 90 ry = -tc; in util_map_texcoords2d_onto_cubemap() 95 ry = -tc; in util_map_texcoords2d_onto_cubemap() 99 rx = ry = rz = 0; in util_map_texcoords2d_onto_cubemap() 104 out_str[1] = ry; /*t*/ in util_map_texcoords2d_onto_cubemap()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | ja-Latn-t-ja-hrkt-m0-bgn.txt | 143 リャ リュ リュウ リョ リョウ ロウ rya ryu ryū ryo ryō rō 144 リャ リュ リュウ リョ リョウ ロウ rya ryu ryū ryo ryō rō 145 りゃ りゅ りゅう りょ りょう ろう rya ryu ryū ryo ryō rō 206 リャーリューリュウーリョーリョウーロウー ryāryūryūryōryōrō 207 りゃーりゅーりゅうーりょーりょうーろうー ryāryūryūryōryōrō 250 リャーリューリュウーリョーリョウーロウー ryāryūryūryōryōrō 251 りゃーりゅーりゅうーりょーりょうーろうー ryāryūryūryōryōrō
|
/external/skqp/experimental/svg/model/ |
D | SkSVGEllipse.cpp | 27 void SkSVGEllipse::setRy(const SkSVGLength& ry) { in setRy() argument 28 fRy = ry; in setRy() 49 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 50 this->setRy(*ry); in onSetAttribute() 62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local 64 return (rx > 0 && ry > 0) in resolve() 65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2) in resolve()
|
D | SkSVGRect.cpp | 36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy() argument 37 fRy = ry; in setRy() 68 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 69 this->setRy(*ry); in onSetAttribute() 80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local 82 return SkRRect::MakeRectXY(rect, rx ,ry); in resolve()
|
/external/skia/experimental/svg/model/ |
D | SkSVGEllipse.cpp | 27 void SkSVGEllipse::setRy(const SkSVGLength& ry) { in setRy() argument 28 fRy = ry; in setRy() 49 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 50 this->setRy(*ry); in onSetAttribute() 62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local 64 return (rx > 0 && ry > 0) in resolve() 65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2) in resolve()
|
D | SkSVGRect.cpp | 36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy() argument 37 fRy = ry; in setRy() 68 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 69 this->setRy(*ry); in onSetAttribute() 80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local 82 return SkRRect::MakeRectXY(rect, rx ,ry); in resolve()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 799 affine.ry=0.0; in transformOrigin() 804 _drawInfo->affine.sx=current.sx*affine.sx+current.ry*affine.rx; in transformOrigin() 806 _drawInfo->affine.ry=current.sx*affine.ry+current.ry*affine.sy; in transformOrigin() 807 _drawInfo->affine.sy=current.rx*affine.ry+current.sy*affine.sy; in transformOrigin() 808 _drawInfo->affine.tx=current.sx*affine.tx+current.ry*affine.ty+current.tx; in transformOrigin() 816 _drawInfo->affine.ry=0.0; in transformReset() 830 affine.ry=sin(DegreesToRadians(fmod(angle_,360.0))); in transformRotation() 835 _drawInfo->affine.sx=current.sx*affine.sx+current.ry*affine.rx; in transformRotation() 837 _drawInfo->affine.ry=current.sx*affine.ry+current.ry*affine.sy; in transformRotation() 838 _drawInfo->affine.sy=current.rx*affine.ry+current.sy*affine.sy; in transformRotation() [all …]
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 105 float ry = std::max(y(), rect.y()); in Intersect() local 109 if (rx >= rr || ry >= rb) { in Intersect() 114 SetRect(rx, ry, rr - rx, rb - ry); in Intersect() 126 float ry = std::min(y(), rect.y()); in Union() local 130 SetRect(rx, ry, rr - rx, rb - ry); in Union() 142 float ry = y(); in Subtract() local 156 ry = rect.bottom(); in Subtract() 161 SetRect(rx, ry, rr - rx, rb - ry); in Subtract() 253 float ry = std::min(p1.y(), p2.y()); in BoundingRect() local 256 return RectF(rx, ry, rr - rx, rb - ry); in BoundingRect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16InstrFormats.td | 24 // ry 3-bit source or destination register 132 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 140 bits<3> ry; 147 let Inst{7-5} = ry; 229 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|> 237 bits<3> ry; 244 let Inst{7-5} = ry; 249 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|> 257 bits<3> ry; 265 let Inst{7-5} = ry; [all …]
|
D | Mips16InstrInfo.td | 182 MipsPseudo16<(outs CPU16Regs:$cc), (ins CPU16Regs:$rx, CPU16Regs:$ry), 183 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$cc, $$t8"), []> { 236 FEXT_RRI16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr), 237 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 241 FEXT_RRI16<op, (outs ), (ins CPU16Regs:$ry, MemOpnd:$addr), 242 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 251 FEXT_RRI_A16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr), 252 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 258 FEXT_SHIFT16<_f, (outs CPU16Regs:$rx), (ins CPU16Regs:$ry, uimm5:$sa), 259 !strconcat(asmstr, "\t$rx, $ry, $sa"), [], itin>; [all …]
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrFormats.td | 24 // ry 3-bit source or destination register 132 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 140 bits<3> ry; 147 let Inst{7-5} = ry; 229 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|> 237 bits<3> ry; 244 let Inst{7-5} = ry; 249 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|> 257 bits<3> ry; 265 let Inst{7-5} = ry; [all …]
|
D | Mips16InstrInfo.td | 182 MipsPseudo16<(outs CPU16Regs:$cc), (ins CPU16Regs:$rx, CPU16Regs:$ry), 183 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$cc, $$t8"), []> { 236 FEXT_RRI16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr), 237 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 241 FEXT_RRI16<op, (outs ), (ins CPU16Regs:$ry, MemOpnd:$addr), 242 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 251 FEXT_RRI_A16<op, (outs CPU16Regs:$ry), (ins MemOpnd:$addr), 252 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 258 FEXT_SHIFT16<_f, (outs CPU16Regs:$rx), (ins CPU16Regs:$ry, uimm5:$sa), 259 !strconcat(asmstr, "\t$rx, $ry, $sa"), [], itin>; [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 393 register int rx, ry; in BilinearInterp16() local 409 ry = FIXED_REST_TO_INT(fy); in BilinearInterp16() 428 dxy = LERP(ry, dx0, dx1); in BilinearInterp16() 524 register int rx, ry, rz; in TrilinearInterp16() local 541 ry = FIXED_REST_TO_INT(fy); in TrilinearInterp16() 575 dxy0 = LERP(ry, dx00, dx10); in TrilinearInterp16() 576 dxy1 = LERP(ry, dx01, dx11); in TrilinearInterp16() 600 cmsFloat32Number rx, ry, rz; in TetrahedralInterpFloat() local 612 y0 = (int) _cmsQuickFloor(py); ry = (py - (cmsFloat32Number) y0); in TetrahedralInterpFloat() 631 if (rx >= ry && ry >= rz) { in TetrahedralInterpFloat() [all …]
|
/external/skqp/src/compute/skc/ |
D | path_builder.c | 219 float rx, float ry) in skc_path_ellipse() argument 230 skc_path_move_to_1(path_builder, cx, cy + ry); in skc_path_ellipse() 235 float const ky = ry * KAPPA_FLOAT; in skc_path_ellipse() 240 cx + kx, cy + ry, in skc_path_ellipse() 249 cx + kx, cy - ry, in skc_path_ellipse() 250 cx, cy - ry); in skc_path_ellipse() 256 cx - kx, cy - ry, in skc_path_ellipse() 265 cx - kx, cy + ry, in skc_path_ellipse() 266 cx, cy + ry); in skc_path_ellipse()
|
/external/skia/src/compute/skc/ |
D | path_builder.c | 219 float rx, float ry) in skc_path_ellipse() argument 230 skc_path_move_to_1(path_builder, cx, cy + ry); in skc_path_ellipse() 235 float const ky = ry * KAPPA_FLOAT; in skc_path_ellipse() 240 cx + kx, cy + ry, in skc_path_ellipse() 249 cx + kx, cy - ry, in skc_path_ellipse() 250 cx, cy - ry); in skc_path_ellipse() 256 cx - kx, cy - ry, in skc_path_ellipse() 265 cx - kx, cy + ry, in skc_path_ellipse() 266 cx, cy + ry); in skc_path_ellipse()
|
/external/icu/icu4c/source/data/curr/ |
D | rn.txt | 19 "Idinari ry’iribahireyini", 23 "Ifaranga ry’Uburundi", 39 "Ifaranga ry’Ubusuwisi", 95 "Iyeni ry’Ubuyapani", 155 "Ifaranga ry’u Rwanda", 203 "Ishilingi ry’Ubugande", 207 "Idolari ry’abanyamerika",
|
/external/skqp/src/gpu/ |
D | GrQuad.cpp | 164 Sk4f ry(rect.fTop, rect.fBottom, rect.fTop, rect.fBottom); in GrQuad() local 171 auto x = SkNx_fma(sx, rx, SkNx_fma(kx, ry, tx)); in GrQuad() 172 auto y = SkNx_fma(ky, rx, SkNx_fma(sy, ry, ty)); in GrQuad() 177 auto iw = SkNx_fma(w0, rx, SkNx_fma(w1, ry, w2)).invert(); in GrQuad() 207 Sk4f ry(rect.fTop, rect.fBottom, rect.fTop, rect.fBottom); in GrPerspQuad() local 214 SkNx_fma(sx, rx, SkNx_fma(kx, ry, tx)).store(fX); in GrPerspQuad() 215 SkNx_fma(ky, rx, SkNx_fma(sy, ry, ty)).store(fY); in GrPerspQuad() 220 auto w = SkNx_fma(w0, rx, SkNx_fma(w1, ry, w2)); in GrPerspQuad()
|
/external/libaom/libaom/av1/encoder/ |
D | corner_match.c | 96 correspondences[i].ry + y, width, height)) in improve_correspondence() 100 correspondences[i].ry + y, width, height)) in improve_correspondence() 104 ref_stride, correspondences[i].rx + x, correspondences[i].ry + y); in improve_correspondence() 113 correspondences[i].ry += best_y; in improve_correspondence() 126 correspondences[i].rx, correspondences[i].ry, width, height)) in improve_correspondence() 129 ref, ref_stride, correspondences[i].rx, correspondences[i].ry, frm, in improve_correspondence() 183 correspondences[num_correspondences].ry = in determine_correspondence()
|
/external/skqp/tools/lua/ |
D | 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/skia/tools/lua/ |
D | 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/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/ |
D | sort.go | 56 rx, ix, ry, iy := real(cx), imag(cx), real(cy), imag(cy) 57 if rx == ry || (math.IsNaN(rx) && math.IsNaN(ry)) { 60 return rx < ry || math.IsNaN(rx) && !math.IsNaN(ry)
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_grad.py | 530 rx, ry = gen_array_ops.broadcast_gradient_args(sx, sy) 537 array_ops.reshape(math_ops.reduce_sum(partial_y * grad, ry), sy)) 547 rx, ry = gen_array_ops.broadcast_gradient_args(sx, sy) 554 array_ops.reshape(math_ops.reduce_sum(partial_y * grad, ry), sy)) 910 rx, ry = gen_array_ops.broadcast_gradient_args(sx, sy) 912 array_ops.reshape(math_ops.reduce_sum(grad, ry), sy)) 925 rx, ry = gen_array_ops.broadcast_gradient_args(sx, sy) 927 array_ops.reshape(-math_ops.reduce_sum(grad, ry), sy)) 942 rx, ry = gen_array_ops.broadcast_gradient_args(sx, sy) 948 math_ops.reduce_sum(gen_math_ops.mul(x, grad), ry), sy)) [all …]
|