Home | History | Annotate | Download | only in openvg

Lines Matching defs:PlatformPathOpenVG

28 #include "PlatformPathOpenVG.h"
43 PlatformPathOpenVG::PlatformPathOpenVG()
49 PlatformPathOpenVG::PlatformPathOpenVG(const PlatformPathOpenVG& other)
60 PlatformPathOpenVG& PlatformPathOpenVG::operator=(const PlatformPathOpenVG& other)
71 PlatformPathOpenVG::~PlatformPathOpenVG()
79 void PlatformPathOpenVG::clear()
91 void PlatformPathOpenVG::createPath()
107 m_path = new PlatformPathOpenVG();
117 m_path = new PlatformPathOpenVG(*(other.m_path));
450 PlatformPathOpenVG* dst = new PlatformPathOpenVG();