Home
last modified time | relevance | path

Searched refs:kVertical (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGLinearGradient.cpp33 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 DSkSVGEllipse.cpp25 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 DSkSVGRadialGradient.cpp36 lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical)); in onMakeShader()
40 fFy.isValid() ? lctx.resolve(*fFy, SkSVGLengthContext::LengthType::kVertical) in onMakeShader()
H A DSkSVGLine.cpp26 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)), in resolve()
28 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical))); in resolve()
H A DSkSVGRenderContext.cpp28 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 DSkSVGRect.cpp58 ry = std::min(lctx.resolve(rylen, SkSVGLengthContext::LengthType::kVertical), in resolve()
H A DSkSVGUse.cpp69 const SkScalar y = lctx.resolve(fY, SkSVGLengthContext::LengthType::kVertical); in onObjectBoundingBox()
H A DSkSVGCircle.cpp24 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve()
H A DSkSVGText.cpp73 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 DSkSVGSVG.cpp94 lctx.resolveForSVG(fHeight, SkSVGLengthContext::LengthType::kVertical)); in intrinsicSize()
/third_party/skia/modules/svg/include/
H A DSkSVGRenderContext.h34 kVertical, member in SkSVGLengthContext::LengthType
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h494 enum class Direction { kVertical, kHorizontal }; member in GrTriangulator::Comparator::Direction
H A DGrTriangulator.cpp1507 : Comparator::Direction::kVertical); in contoursToPolys()

Completed in 9 milliseconds