Home
last modified time | relevance | path

Searched refs:kVertical (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/modules/svg/src/
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()
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()
DSkSVGLine.cpp26 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)), in resolve()
28 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical))); in resolve()
DSkSVGRadialGradient.cpp36 lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical)); in onMakeShader()
40 fFy.isValid() ? lctx.resolve(*fFy, SkSVGLengthContext::LengthType::kVertical) in onMakeShader()
DSkSVGUse.cpp69 const SkScalar y = lctx.resolve(fY, SkSVGLengthContext::LengthType::kVertical); in onObjectBoundingBox()
DSkSVGRenderContext.cpp28 case SkSVGLengthContext::LengthType::kVertical: in length_size_for_type()
79 this->resolve(y, SkSVGLengthContext::LengthType::kVertical), in resolveRect()
81 this->resolve(h, SkSVGLengthContext::LengthType::kVertical)); in resolveRect()
DSkSVGCircle.cpp24 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve()
DSkSVGSVG.cpp94 lctx.resolve(fHeight, SkSVGLengthContext::LengthType::kVertical)); in intrinsicSize()
DSkSVGRect.cpp58 ry = std::min(lctx.resolve(rylen, SkSVGLengthContext::LengthType::kVertical), in resolve()
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()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGLinearGradient.cpp64 const auto y1 = lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical); in onMakeShader()
66 const auto y2 = lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical); in onMakeShader()
DSkSVGEllipse.cpp60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve()
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve()
DSkSVGLine.cpp61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)), in resolve()
63 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical))); in resolve()
DSkSVGRadialGradient.cpp75 lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical)); in onMakeShader()
79 fFy.isValid() ? lctx.resolve(*fFy.get(), SkSVGLengthContext::LengthType::kVertical) in onMakeShader()
DSkSVGRenderContext.cpp24 case SkSVGLengthContext::LengthType::kVertical: in length_size_for_type()
71 this->resolve(y, SkSVGLengthContext::LengthType::kVertical), in resolveRect()
73 this->resolve(h, SkSVGLengthContext::LengthType::kVertical)); in resolveRect()
DSkSVGRenderContext.h30 kVertical, enumerator
DSkSVGCircle.cpp51 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve()
DSkSVGRect.cpp80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve()
DSkSVGSVG.cpp108 lctx.resolve(fHeight, SkSVGLengthContext::LengthType::kVertical)); in intrinsicSize()
/third_party/cef/libcef/browser/views/
Dbox_layout_impl.cc58 : views::BoxLayout::Orientation::kVertical, in CreateLayout()
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h33 kVertical, enumerator
/third_party/skia/src/gpu/geometry/
DGrTriangulator.h494 enum class Direction { kVertical, kHorizontal }; enumerator
DGrTriangulator.cpp1507 : Comparator::Direction::kVertical); in contoursToPolys()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp191 enum class Direction { kVertical, kHorizontal }; enumerator
2200 : Comparator::Direction::kVertical); in contours_to_polys()