Home
last modified time | relevance | path

Searched defs:AutoElement (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/svg/
H A DSkSVGDevice.cpp280 class SkSVGDevice::AutoElement : ::SkNoncopyable { class in SkSVGDevice
282 AutoElement(const char name[], SkXMLWriter* writer) in AutoElement() function in SkSVGDevice::AutoElement
288 AutoElement(const char name[], const std::unique_ptr<SkXMLWriter>& writer) in AutoElement() function in SkSVGDevice::AutoElement
291 AutoElement(const char name[], SkSVGDevice* svgdev, in AutoElement() function in SkSVGDevice::AutoElement
H A DSkSVGDevice.h79 class AutoElement; variable