Searched refs:fY1 (Results 1 - 10 of 10) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGLine.h41 SkSVGLength fY1 = SkSVGLength(0); member in class:final
H A DSkSVGLinearGradient.h36 SkSVGLength fY1 = SkSVGLength(0 , SkSVGLength::Unit::kPercentage); member in class:final
H A DSkSVGLine.cpp20 fY1 = y1;
61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)),
H A DSkSVGLinearGradient.cpp20 fY1 = y1;
64 const auto y1 = lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical);
/external/skqp/experimental/svg/model/
H A DSkSVGLine.h41 SkSVGLength fY1 = SkSVGLength(0); member in class:final
H A DSkSVGLinearGradient.h36 SkSVGLength fY1 = SkSVGLength(0 , SkSVGLength::Unit::kPercentage); member in class:final
H A DSkSVGLine.cpp20 fY1 = y1;
61 lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical)),
H A DSkSVGLinearGradient.cpp20 fY1 = y1;
64 const auto y1 = lctx.resolve(fY1, SkSVGLengthContext::LengthType::kVertical);
/external/skia/src/core/
H A DSkRegion_path.cpp387 SkRegion::RunType fY0, fY1; member in struct:Edge
396 fY1 = (SkRegion::RunType)(y1);
402 return SkFastMin32(fY0, fY1);
417 int y1 = base->fY1;
423 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
464 if (prev->fX != edge->fX || prev->fY1 != edge->fY0) { // skip collinear
465 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V
473 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V
/external/skqp/src/core/
H A DSkRegion_path.cpp387 SkRegion::RunType fY0, fY1; member in struct:Edge
396 fY1 = (SkRegion::RunType)(y1);
402 return SkFastMin32(fY0, fY1);
417 int y1 = base->fY1;
423 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
464 if (prev->fX != edge->fX || prev->fY1 != edge->fY0) { // skip collinear
465 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V
473 path->lineTo(SkIntToScalar(prev->fX), SkIntToScalar(prev->fY1)); // V

Completed in 152 milliseconds