Home
last modified time | relevance | path

Searched refs:fHref (Results 1 – 12 of 12) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGUse.cpp21 fHref = href; in setHref()
55 if (fHref.value().isEmpty() || !INHERITED::onPrepareToRender(ctx)) { in onPrepareToRender()
71 const auto* ref = ctx.findNodeById(fHref); in onRender()
80 const auto* ref = ctx.findNodeById(fHref); in onAsPath()
DSkSVGGradient.cpp14 fHref = std::move(href); in setHref()
68 if (pos->empty() && !fHref.value().isEmpty()) { in collectColorStops()
69 const auto* ref = ctx.findNodeById(fHref); in collectColorStops()
DSkSVGPattern.cpp34 fHref = std::move(href); in setHref()
79 if (fHref.value().isEmpty()) { in hrefTarget()
83 const auto* href = ctx.findNodeById(fHref); in hrefTarget()
DSkSVGUse.h40 SkSVGStringType fHref; variable
DSkSVGPattern.h47 SkSVGStringType fHref; variable
DSkSVGGradient.h42 SkSVGStringType fHref; variable
/external/skqp/experimental/svg/model/
DSkSVGUse.cpp21 fHref = href; in setHref()
55 if (fHref.value().isEmpty() || !INHERITED::onPrepareToRender(ctx)) { in onPrepareToRender()
71 const auto* ref = ctx.findNodeById(fHref); in onRender()
80 const auto* ref = ctx.findNodeById(fHref); in onAsPath()
DSkSVGGradient.cpp14 fHref = std::move(href); in setHref()
68 if (pos->empty() && !fHref.value().isEmpty()) { in collectColorStops()
69 const auto* ref = ctx.findNodeById(fHref); in collectColorStops()
DSkSVGPattern.cpp34 fHref = std::move(href); in setHref()
79 if (fHref.value().isEmpty()) { in hrefTarget()
83 const auto* href = ctx.findNodeById(fHref); in hrefTarget()
DSkSVGUse.h40 SkSVGStringType fHref; variable
DSkSVGPattern.h47 SkSVGStringType fHref; variable
DSkSVGGradient.h42 SkSVGStringType fHref; variable