Searched refs:fHref (Results 1 – 11 of 11) sorted by relevance
21 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()
14 fHref = std::move(href); in setHref()68 if (pos->empty() && !fHref.value().isEmpty()) { in collectColorStops()69 const auto* ref = ctx.findNodeById(fHref); in collectColorStops()
34 fHref = std::move(href); in setHref()79 if (fHref.value().isEmpty()) { in hrefTarget()83 const auto* href = ctx.findNodeById(fHref); in hrefTarget()
40 SkSVGStringType fHref; variable
47 SkSVGStringType fHref; variable
42 SkSVGStringType fHref; variable
28 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()
29 if (fHref.iri().isEmpty()) { in hrefTarget()33 const auto href = ctx.findNodeById(fHref); in hrefTarget()
30 return !fHref.iri().isEmpty() && fWidth.value() > 0 && fHeight.value() > 0 && in onPrepareToRender()84 const auto imgInfo = LoadImage(ctx.resourceProvider(), fHref, viewPort, fPreserveAspectRatio); in onRender()
45 if (pos->empty() && !fHref.iri().isEmpty()) { in collectColorStops()46 const auto ref = ctx.findNodeById(fHref); in collectColorStops()
27 SkSVGImage::LoadImage(ctx.resourceProvider(), fHref, viewport, fPreserveAspectRatio); in onMakeImageFilter()