Home
last modified time | relevance | path

Searched refs:CairoPath (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DPlatformPathCairo.h29 class CairoPath {
31 CairoPath();
33 ~CairoPath() {} in ~CairoPath()
DPlatformPathCairo.cpp34 CairoPath::CairoPath() in CairoPath() function in WebCore::CairoPath
DPathCairo.cpp43 : m_path(new CairoPath()) in Path()
53 : m_path(new CairoPath()) in Path()
/external/webkit/Source/WebCore/platform/graphics/
DPath.h50 class CairoPath; variable
52 typedef WebCore::CairoPath PlatformPath;
/external/webkit/Source/WebCore/
DChangeLog20285 Creating a CairoPath instance is not thread safe
20290 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):
DGNUmakefile.am3686 Source/WebCore/platform/graphics/cairo/CairoPath.h \
DWebCore.gypi3946 'platform/graphics/cairo/CairoPath.h',
DChangeLog-2007-10-145272 * platform/graphics/cairo/CairoPath.h:
35199 * platform/graphics/cairo/CairoPath.h: Added.
35200 (CairoPath::CairoPath):
35201 (CairoPath::~CairoPath):
DChangeLog-2008-08-1061319 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):
DChangeLog-2010-12-06251 * platform/graphics/Path.h: CairoPath is now a class, not a
71208 Add include for new (missing) "CairoPath.h" class.
88741 [GTK] Style cleanup for CairoPath.h
88744 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):