Home
last modified time | relevance | path

Searched refs:currentPath (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp225 QPainterPath currentPath; member in WebCore::GraphicsContextPlatformPrivate
296 if (!m_data->currentPath.isEmpty() && m_common->state.pathTransform.isInvertible()) { in restorePlatformState()
298 m_data->currentPath = m_data->currentPath * matrix; in restorePlatformState()
618 QPainterPath path = m_data->currentPath; in fillPath()
637 m_data->currentPath = QPainterPath(); in fillPath()
647 QPainterPath path = m_data->currentPath; in strokePath()
671 m_data->currentPath = QPainterPath(); in strokePath()
697 m_data->currentPath = QPainterPath(); in fillRect()
720 m_data->currentPath = QPainterPath(); in beginPath()
725 QPainterPath newPath = m_data->currentPath; in addPath()
[all …]
/external/webkit/WebKitTools/DrawTest/
DTestController.m67 …[self setKeys:[NSArray arrayWithObject:@"currentPath"] triggerChangeNotificationsForDependentKey:@…
68 …[self setKeys:[NSArray arrayWithObject:@"currentPath"] triggerChangeNotificationsForDependentKey:@…
182 NSString *currentDirectory = [self currentPath];
221 … NSArray *files = [[NSFileManager defaultManager] directoryContentsAtPath:[self currentPath]];
225 NSString *svgPath = [[self currentPath] stringByAppendingPathComponent:file];
241 - (NSString *)currentPath
DTestController.h68 - (NSString *)currentPath;
/external/webkit/WebCore/wml/
DWMLPageState.cpp165 String currentPath = currentURL.path(); in processAccessControlData() local
167 size_t index = currentPath.reverseFind('/'); in processAccessControlData()
169 m_accessPath = document->completeURL(currentPath.left(index + 1) + m_accessPath).path(); in processAccessControlData()
/external/webkit/WebCore/plugins/win/
DPluginPackageWin.cpp251 WCHAR currentPath[MAX_PATH]; in load()
253 if (!::GetCurrentDirectoryW(MAX_PATH, currentPath)) in load()
264 if (!::SetCurrentDirectoryW(currentPath)) { in load()
/external/webkit/WebKitTools/DumpRenderTree/qt/
DDumpRenderTree.cpp514 char currentPath[PATH_MAX+1]; in initializeFonts() local
515 getcwd(currentPath, PATH_MAX); in initializeFonts()
516 QByteArray configFile = currentPath; in initializeFonts()
Dmain.cpp155 QString path = QDir::currentPath(); in main()
/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp401 QString path = QDir::currentPath(); in database()
634 QDir dir(QDir::currentPath()); in multiplePageGroupsAndLocalStorage()
641 …geDatabasePath(view1.page()->settings(), QDir::toNativeSeparators(QDir::currentPath() + "/path1")); in multiplePageGroupsAndLocalStorage()
643 …geDatabasePath(view2.page()->settings(), QDir::toNativeSeparators(QDir::currentPath() + "/path2")); in multiplePageGroupsAndLocalStorage()
666 …QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path1/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage()
667 …QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path2/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h409 PlatformPath* currentPath();
/external/webkit/WebCore/
DChangeLog-2009-06-1636919 (PlatformContextSkia::currentPath):
56383 (PlatformContextSkia::currentPath):
66780 Transformations to the context shouldn't transform the currentPath.
DChangeLog-2006-12-318282 (WebCore::GraphicsContext::currentPath):