Searched refs:savedContext (Results 1 – 9 of 9) sorted by relevance
87 if (filterData->savedContext) in removeClientFromCache()227 filterData->savedContext = context; in applyResource()237 filterData->savedContext = context; in applyResource()252 filterData->savedContext = context; in applyResource()282 if (!filterData->savedContext) { in postApplyResource()287 context = filterData->savedContext; in postApplyResource()288 filterData->savedContext = 0; in postApplyResource()
44 : savedContext(0) in FilterData()53 GraphicsContext* savedContext; member
132 …::finishRenderSVGContent(RenderObject* object, PaintInfo& paintInfo, GraphicsContext* savedContext) in finishRenderSVGContent() argument135 UNUSED_PARAM(savedContext); in finishRenderSVGContent()151 paintInfo.context = savedContext; in finishRenderSVGContent()
46 static void finishRenderSVGContent(RenderObject*, PaintInfo&, GraphicsContext* savedContext);
78 GraphicsContext*& savedContext, in createMaskAndSwapContextForTextGradient() argument104 savedContext = context; in createMaskAndSwapContextForTextGradient()
83 RetainPtr<NSGraphicsContext> savedContext = [NSGraphicsContext currentContext];88 [NSGraphicsContext setCurrentContext:savedContext.get()];
247 RetainPtr<NSGraphicsContext> savedContext = [NSGraphicsContext currentContext];250 [NSGraphicsContext setCurrentContext:savedContext.get()];
331 CGContextRef savedContext = WKNSWindowOverrideCGContext(inView->fKitWindow, inContext);361 WKNSWindowRestoreCGContext(inView->fKitWindow, savedContext);
2460 Sema::ContextRAII savedContext(*this, Function); in InstantiateFunctionDefinition() local2489 savedContext.pop(); in InstantiateFunctionDefinition()