Lines Matching refs:SkSVGLengthContext
73 SkSVGLengthContext::LengthType::kVertical);
89 static std::vector<float> ResolveLengths(const SkSVGLengthContext& lctx,
91 SkSVGLengthContext::LengthType lt) {
117 const SkSVGLengthContext& lctx,
123 , fX(ResolveLengths(lctx, txt.getX(), SkSVGLengthContext::LengthType::kHorizontal))
124 , fY(ResolveLengths(lctx, txt.getY(), SkSVGLengthContext::LengthType::kVertical))
125 , fDx(ResolveLengths(lctx, txt.getDx(), SkSVGLengthContext::LengthType::kHorizontal))
126 , fDy(ResolveLengths(lctx, txt.getDy(), SkSVGLengthContext::LengthType::kVertical))
133 const SkSVGLengthContext& lctx,
245 .resolve(offset, SkSVGLengthContext::LengthType::kHorizontal);