Home
last modified time | relevance | path

Searched refs:fRy (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGRect.cpp47 ? fRy.isValid() in resolve()
48 ? std::make_tuple(*fRx, *fRy) in resolve()
50 : fRy.isValid() in resolve()
51 ? std::make_tuple(*fRy, *fRy) in resolve()
H A DSkSVGEllipse.cpp27 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve()
/third_party/skia/modules/skottie/src/
H A DTransform.cpp153 this->bind(abuilder, jtransform["ry"], fRy); in TransformAdapter3D()
174 return static_cast<SkV3>(fOrientation) + SkV3{ fRx, fRy, fRz }; in rotation()
H A DTransform.h96 fRy = 0, member in skottie::internal::TransformAdapter3D
/third_party/skia/samplecode/
H A DSample3D.cpp105 SkScalar fRx, fRy; member
117 return R({0,1,0}, fRy) * R({1,0,0}, fRx) * T(0, 0, scale); in asM44()

Completed in 3 milliseconds