Home
last modified time | relevance | path

Searched defs:yAttr (Results 1 – 5 of 5) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DSVGAnimateMotionElement.cpp31 wxString yAttr = GetTargetElement()->GetDtd() == wxSVG_CIRCLE_ELEMENT ? wxT("cy") : wxT("y"); in ApplyAnimation() local
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DSVGAnimateMotionElement.cpp31 wxString yAttr = GetTargetElement()->GetDtd() == wxSVG_CIRCLE_ELEMENT ? wxT("cy") : wxT("y"); in ApplyAnimation() local
/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DGexfParser.cpp308 pugi::xml_attribute yAttr = tag.attribute("y"); in readVizAttribute() local
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DConvInt8Winograd.cpp574 for (auto& yAttr : yAttrs) { in bestWinogradUnit() local
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp347 DOM::QualifiedName yAttr; variable