Home
last modified time | relevance | path

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

/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
/external/skia/modules/svg/src/
DSkSVGUse.cpp28 if (fHref.iri().isEmpty() || !INHERITED::onPrepareToRender(ctx)) { in onPrepareToRender()
44 const auto ref = ctx.findNodeById(fHref); in onRender()
53 const auto ref = ctx.findNodeById(fHref); in onAsPath()
62 const auto ref = ctx.findNodeById(fHref); in onObjectBoundingBox()
DSkSVGPattern.cpp29 if (fHref.iri().isEmpty()) { in hrefTarget()
33 const auto href = ctx.findNodeById(fHref); in hrefTarget()
DSkSVGImage.cpp30 return !fHref.iri().isEmpty() && fWidth.value() > 0 && fHeight.value() > 0 && in onPrepareToRender()
84 const auto imgInfo = LoadImage(ctx.resourceProvider(), fHref, viewPort, fPreserveAspectRatio); in onRender()
DSkSVGGradient.cpp45 if (pos->empty() && !fHref.iri().isEmpty()) { in collectColorStops()
46 const auto ref = ctx.findNodeById(fHref); in collectColorStops()
DSkSVGFeImage.cpp27 SkSVGImage::LoadImage(ctx.resourceProvider(), fHref, viewport, fPreserveAspectRatio); in onMakeImageFilter()