Searched refs:currentPath (Results 1 – 11 of 11) sorted by relevance
225 QPainterPath currentPath; member in WebCore::GraphicsContextPlatformPrivate296 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 …]
67 …[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
68 - (NSString *)currentPath;
165 String currentPath = currentURL.path(); in processAccessControlData() local167 size_t index = currentPath.reverseFind('/'); in processAccessControlData()169 m_accessPath = document->completeURL(currentPath.left(index + 1) + m_accessPath).path(); in processAccessControlData()
251 WCHAR currentPath[MAX_PATH]; in load()253 if (!::GetCurrentDirectoryW(MAX_PATH, currentPath)) in load()264 if (!::SetCurrentDirectoryW(currentPath)) { in load()
514 char currentPath[PATH_MAX+1]; in initializeFonts() local515 getcwd(currentPath, PATH_MAX); in initializeFonts()516 QByteArray configFile = currentPath; in initializeFonts()
155 QString path = QDir::currentPath(); in main()
401 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()
409 PlatformPath* currentPath();
36919 (PlatformContextSkia::currentPath):56383 (PlatformContextSkia::currentPath):66780 Transformations to the context shouldn't transform the currentPath.
8282 (WebCore::GraphicsContext::currentPath):