Searched refs:kVertical (Results 1 – 9 of 9) sorted by relevance
/external/skia/experimental/svg/model/ |
D | SkSVGEllipse.cpp | 60 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() 62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve()
|
D | SkSVGLine.cpp | 61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)), in resolve() 63 lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical))); in resolve()
|
D | SkSVGLinearGradient.cpp | 118 const auto y1 = lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical); in onAsPaint() 120 const auto y2 = lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical); in onAsPaint()
|
D | SkSVGRenderContext.cpp | 21 case SkSVGLengthContext::LengthType::kVertical: in length_size_for_type() 68 this->resolve(y, SkSVGLengthContext::LengthType::kVertical), in resolveRect() 70 this->resolve(h, SkSVGLengthContext::LengthType::kVertical)); in resolveRect()
|
D | SkSVGRenderContext.h | 30 kVertical, enumerator
|
D | SkSVGCircle.cpp | 51 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve()
|
D | SkSVGRect.cpp | 80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve()
|
D | SkSVGSVG.cpp | 108 lctx.resolve(fHeight, SkSVGLengthContext::LengthType::kVertical)); in intrinsicSize()
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 187 enum class Direction { kVertical, kHorizontal }; enumerator 1726 : Comparator::Direction::kVertical); in contours_to_polys()
|