Home
last modified time | relevance | path

Searched refs:fFillRule (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGShape.cpp14 const auto fillType = ctx.presentationContext().fInherited.fFillRule->asFillType(); in onRender()
DSkSVGAttribute.cpp15 result.fFillRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero)); in MakeInitial()
/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.h110 uint32_t fFillRule; member
DAtlasPathRenderer.cpp166 fFillRule = (uint32_t)GrFillRuleForSkPath(path); // Fill rule doesn't affect the path's genID. in set()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h76 SkSVGProperty<SkSVGFillRule , true> fFillRule; member