HomeSort by relevance Sort by last modified time
    Searched refs:fRy (Results 1 - 8 of 8) sorted by null

  /external/skia/experimental/svg/model/
SkSVGEllipse.h 42 SkSVGLength fRy = SkSVGLength(0);
SkSVGRect.h 49 SkSVGLength fRy = SkSVGLength(0);
SkSVGEllipse.cpp 28 fRy = ry;
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
SkSVGRect.cpp 37 fRy = ry;
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
  /external/skqp/experimental/svg/model/
SkSVGEllipse.h 42 SkSVGLength fRy = SkSVGLength(0);
SkSVGRect.h 49 SkSVGLength fRy = SkSVGLength(0);
SkSVGEllipse.cpp 28 fRy = ry;
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);
SkSVGRect.cpp 37 fRy = ry;
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical);

Completed in 64 milliseconds