/third_party/flutter/skia/include/core/ |
D | SkRSXform.h | 22 static SkRSXform Make(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { in Make() 23 SkRSXform xform = { scos, ssin, tx, ty }; in Make() 54 void set(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { in set() 56 fSSin = ssin; in set()
|
/third_party/skia/include/core/ |
D | SkRSXform.h | 22 static SkRSXform Make(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { in Make() 23 SkRSXform xform = { scos, ssin, tx, ty }; in Make() 54 void set(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { in set() 56 fSSin = ssin; in set()
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg01.c | 363 pid_t start_server(struct sockaddr_in *ssin, struct sockaddr_un *ssun) in start_server() argument 366 socklen_t slen = sizeof(*ssin); in start_server() 368 ssin->sin_family = AF_INET; in start_server() 369 ssin->sin_port = 0; /* pick random free port */ in start_server() 370 ssin->sin_addr.s_addr = INADDR_ANY; in start_server() 378 if (bind(sfd, (struct sockaddr *)ssin, sizeof(*ssin)) < 0) { in start_server() 386 SAFE_GETSOCKNAME(cleanup, sfd, (struct sockaddr *)ssin, &slen); in start_server()
|
/third_party/flutter/skia/bench/ |
D | VertBench.cpp | 144 SkScalar ssin = 0; in onDelayedSetup() local 147 ssin = 0.5f; in onDelayedSetup() 155 fXforms[i] = SkRSXform::Make(scos, ssin, rand.nextF() * W, rand.nextF() * H); in onDelayedSetup()
|
/third_party/skia/bench/ |
D | VertBench.cpp | 203 SkScalar ssin = 0; in onDelayedSetup() local 206 ssin = 0.5f; in onDelayedSetup() 214 fXforms[i] = SkRSXform::Make(scos, ssin, rand.nextF() * W, rand.nextF() * H); in onDelayedSetup()
|
/third_party/skia/src/core/ |
D | SkGlyphRun.cpp | 276 auto [scos, ssin, tx, ty] = xform; in convertRSXForm() 278 sr = {scos, ssin}; in convertRSXForm()
|
D | SkDevice.cpp | 471 auto [scos, ssin] = run.scaledRotations()[i]; in simplifyGlyphRunRSXFormAndRedraw() 472 SkRSXform rsxForm = SkRSXform::Make(scos, ssin, pos.x(), pos.y()); in simplifyGlyphRunRSXFormAndRedraw()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | geometry.dart | 1686 /// The second argument, `ssin`, is the sine of the rotation, multiplied by 1691 /// the `ssin` argument multiplied by the y-coordinate of the rotation point. 1693 /// The fourth argument is the y coordinate of the translation, minus the `ssin` 1702 RSTransform(double scos, double ssin, double tx, double ty) { 1705 ..[1] = ssin 1737 final double ssin = math.sin(rotation) * scale; 1738 final double tx = translateX + -scos * anchorX + ssin * anchorY; 1739 final double ty = translateY + -ssin * anchorX - scos * anchorY; 1740 return RSTransform(scos, ssin, tx, ty); 1749 double get ssin => _value[1]; [all …]
|
D | canvas.dart | 912 // each tuple being ([RSTransform.scos], [RSTransform.ssin],
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | geometry.dart | 1654 /// The second argument, `ssin`, is the sine of the rotation, multiplied by 1659 /// the `ssin` argument multiplied by the y-coordinate of the rotation point. 1661 /// The fourth argument is the y coordinate of the translation, minus the `ssin` 1670 RSTransform(double scos, double ssin, double tx, double ty) { 1673 ..[1] = ssin 1706 final double ssin = math.sin(rotation) * scale; 1707 final double tx = translateX + -scos * anchorX + ssin * anchorY; 1708 final double ty = translateY + -ssin * anchorX - scos * anchorY; 1709 return RSTransform(scos, ssin, tx, ty); 1718 double get ssin => _value[1]; [all …]
|
D | painting.dart | 3736 rstTransformBuffer[index1] = rstTransform.ssin; 3756 // each tuple being ([RSTransform.scos], [RSTransform.ssin],
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 1986 OStringStream ssin; in parseFromStream() local 1987 ssin << sin.rdbuf(); in parseFromStream() 1988 String doc = ssin.str(); in parseFromStream()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2164 std::ostringstream ssin; in parseFromStream() local 2165 ssin << sin.rdbuf(); in parseFromStream() 2166 std::string doc = ssin.str(); in parseFromStream()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2164 std::ostringstream ssin; in parseFromStream() local 2165 ssin << sin.rdbuf(); in parseFromStream() 2166 std::string doc = ssin.str(); in parseFromStream()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2195 std::ostringstream ssin; in parseFromStream() local 2196 ssin << sin.rdbuf(); in parseFromStream() 2197 std::string doc = ssin.str(); in parseFromStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2164 std::ostringstream ssin; in parseFromStream() local 2165 ssin << sin.rdbuf(); in parseFromStream() 2166 std::string doc = ssin.str(); in parseFromStream()
|