Searched refs:kUTTypePNG (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Tools/DumpRenderTree/cg/ |
D | PixelDumpSupportCG.cpp | 55 static const CFStringRef kUTTypePNG = CFSTR("public.png"); variable 61 …nationRef> imageDest(AdoptCF, CGImageDestinationCreateWithData(imageData.get(), kUTTypePNG, 1, 0)); in printPNG()
|
D | ImageDiffCG.cpp | 69 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/ |
D | TestInvocationCG.cpp | 42 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/ |
D | ImageBufferCG.cpp | 300 static const CFStringRef kUTTypePNG = CFSTR("public.png"); in utiFromMIMEType() 304 return kUTTypePNG; in utiFromMIMEType() 311 return kUTTypePNG; in utiFromMIMEType()
|
/external/skia/src/ports/ |
D | SkImageDecoder_CG.cpp | 157 type = kUTTypePNG; in onEncode()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | PasteboardTypes.mm | 50 …dType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTTypePNG, nil]);
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragDataMac.mm | 120 …rdType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTTypePNG, nil];
|
D | PasteboardMac.mm | 582 if ([types containsObject:(NSString*)kUTTypePNG] && 583 …(SharedBuffer::wrapNSData([[[m_pasteboard.get() dataForType:(NSString*)kUTTypePNG] copy] autorelea…
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 830 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/ |
D | ChangeLog-2010-01-29 | 16945 captures. Added support for PNG with kUTTypePNG. Tiger doesn't support
|