Searched refs:kVertical (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/modules/svg/src/ |
H A D | SkSVGLinearGradient.cpp | 33 const auto y1 = lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical); in onMakeShader() 35 const auto y2 = lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical); in onMakeShader()
|
H A D | SkSVGEllipse.cpp | 25 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() 27 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve()
|
H A D | SkSVGRadialGradient.cpp | 36 lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical)); in onMakeShader() 40 fFy.isValid() ? lctx.resolve(*fFy, SkSVGLengthContext::LengthType::kVertical) in onMakeShader()
|
H A D | SkSVGLine.cpp | 26 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)), in resolve() 28 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical))); in resolve()
|
H A D | SkSVGRenderContext.cpp | 28 case SkSVGLengthContext::LengthType::kVertical: in length_size_for_type() 79 this->resolveForSVG(y, SkSVGLengthContext::LengthType::kVertical), in resolveRectForSVG() 81 this->resolveForSVG(h, SkSVGLengthContext::LengthType::kVertical)); in resolveRectForSVG() 112 this->resolve(y, SkSVGLengthContext::LengthType::kVertical), in resolveRect() 114 this->resolve(h, SkSVGLengthContext::LengthType::kVertical)); in resolveRect()
|
H A D | SkSVGRect.cpp | 58 ry = std::min(lctx.resolve(rylen, SkSVGLengthContext::LengthType::kVertical), in resolve()
|
H A D | SkSVGUse.cpp | 69 const SkScalar y = lctx.resolve(fY, SkSVGLengthContext::LengthType::kVertical); in onObjectBoundingBox()
|
H A D | SkSVGCircle.cpp | 24 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve()
|
H A D | SkSVGText.cpp | 73 SkSVGLengthContext::LengthType::kVertical); in ResolveFont() 124 , fY(ResolveLengths(lctx, txt.getY(), SkSVGLengthContext::LengthType::kVertical)) in ScopedPosResolver() 126 , fDy(ResolveLengths(lctx, txt.getDy(), SkSVGLengthContext::LengthType::kVertical)) in ScopedPosResolver()
|
H A D | SkSVGSVG.cpp | 94 lctx.resolveForSVG(fHeight, SkSVGLengthContext::LengthType::kVertical)); in intrinsicSize()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGRenderContext.h | 34 kVertical, member in SkSVGLengthContext::LengthType
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrTriangulator.h | 494 enum class Direction { kVertical, kHorizontal }; member in GrTriangulator::Comparator::Direction
|
H A D | GrTriangulator.cpp | 1507 : Comparator::Direction::kVertical); in contoursToPolys()
|
Completed in 9 milliseconds