Searched refs:CairoPath (Results 1 – 10 of 10) sorted by relevance
29 class CairoPath {31 CairoPath();33 ~CairoPath() {} in ~CairoPath()
34 CairoPath::CairoPath() in CairoPath() function in WebCore::CairoPath
43 : m_path(new CairoPath()) in Path()53 : m_path(new CairoPath()) in Path()
50 class CairoPath; variable52 typedef WebCore::CairoPath PlatformPath;
20285 Creating a CairoPath instance is not thread safe20290 In addition, CairoPath.{h,cpp} is renamed to PlatformPathCairo.{h,cpp} to 20294 * GNUmakefile.list.am: Added PlatformPathCairo.{h,cpp} instead of CairoPath.h.20295 * platform/graphics/cairo/CairoPath.h: Removed.20296 … * platform/graphics/cairo/CairoUtilities.cpp: Include PlatformPathCairo.h instead of CairoPath.h.20301 (WebCore::CairoPath::CairoPath): Moved the implementation of the constructor 20303 * platform/graphics/cairo/PlatformPathCairo.h: Renamed CairoPath.h to this.20304 (WebCore::CairoPath::~CairoPath):20305 (WebCore::CairoPath::context):
3686 Source/WebCore/platform/graphics/cairo/CairoPath.h \
3946 'platform/graphics/cairo/CairoPath.h',
5272 * platform/graphics/cairo/CairoPath.h:35199 * platform/graphics/cairo/CairoPath.h: Added.35200 (CairoPath::CairoPath):35201 (CairoPath::~CairoPath):
61319 destroying a surface for each CairoPath.61321 * platform/graphics/cairo/CairoPath.h:61322 (WebCore::CairoPath::CairoPath):79794 * platform/graphics/cairo/CairoPath.h:79795 (WebCore::CairoPath::CairoPath):
251 * platform/graphics/Path.h: CairoPath is now a class, not a71208 Add include for new (missing) "CairoPath.h" class.88741 [GTK] Style cleanup for CairoPath.h88744 Turn CairoPath into a class, as it has a constructor and destructor.88749 * platform/graphics/cairo/CairoPath.h: Cleanup and indentation fix.88750 (WebCore::CairoPath::CairoPath):88751 (WebCore::CairoPath::~CairoPath):88752 (WebCore::CairoPath::context):