Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/cg/
DPixelDumpSupportCG.cpp55 static const CFStringRef kUTTypePNG = CFSTR("public.png"); variable
61 …nationRef> imageDest(AdoptCF, CGImageDestinationCreateWithData(imageData.get(), kUTTypePNG, 1, 0)); in printPNG()
DImageDiffCG.cpp69 static const CFStringRef kUTTypePNG = CFSTR("public.png"); variable
235 …nationRef> imageDest(AdoptCF, CGImageDestinationCreateWithData(imageData.get(), kUTTypePNG, 1, 0)); in main()
/external/webkit/Tools/WebKitTestRunner/cg/
DTestInvocationCG.cpp42 static const CFStringRef kUTTypePNG = CFSTR("public.png"); variable
106 …nationRef> imageDest(AdoptCF, CGImageDestinationCreateWithData(imageData.get(), kUTTypePNG, 1, 0)); in dumpBitmap()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageBufferCG.cpp300 static const CFStringRef kUTTypePNG = CFSTR("public.png"); in utiFromMIMEType()
304 return kUTTypePNG; in utiFromMIMEType()
311 return kUTTypePNG; in utiFromMIMEType()
/external/skia/src/ports/
DSkImageDecoder_CG.cpp157 type = kUTTypePNG; in onEncode()
/external/webkit/Source/WebKit2/Shared/mac/
DPasteboardTypes.mm50 …dType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTTypePNG, nil]);
/external/webkit/Source/WebCore/platform/mac/
DDragDataMac.mm120 …rdType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTTypePNG, nil];
DPasteboardMac.mm582 if ([types containsObject:(NSString*)kUTTypePNG] &&
583 …(SharedBuffer::wrapNSData([[[m_pasteboard.get() dataForType:(NSString*)kUTTypePNG] copy] autorelea…
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm830 if ([types containsObject:(NSString*)kUTTypePNG] &&
832 forType:(NSString*)kUTTypePNG
1723 …rdType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTTypePNG, nil];
2124 if ([pboardType isEqualToString:(NSString*)kUTTypePNG]) {
2125 …source *resource = [[WebResource alloc] initWithData:[pasteboard dataForType:(NSString*)kUTTypePNG]
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2916945 captures. Added support for PNG with kUTTypePNG. Tiger doesn't support