Home
last modified time | relevance | path

Searched refs:toDataURL (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/html/
DHTMLCanvasElement.cpp128 String HTMLCanvasElement::toDataURL(const String& mimeType, ExceptionCode& ec) in toDataURL() function in WebCore::HTMLCanvasElement
139 return buffer()->toDataURL("image/png"); in toDataURL()
141 return buffer()->toDataURL(mimeType); in toDataURL()
DHTMLCanvasElement.h71 String toDataURL(const String& mimeType, ExceptionCode&);
DHTMLCanvasElement.idl37 DOMString toDataURL(in [ConvertUndefinedOrNullToNullString] DOMString type)
/external/webkit/WebCore/platform/graphics/wx/
DImageBufferWx.cpp67 String ImageBuffer::toDataURL(const String&) const in toDataURL() function in WebCore::ImageBuffer
/external/webkit/WebCore/platform/graphics/
DImageBuffer.h70 String toDataURL(const String& mimeType) const;
/external/webkit/WebCore/platform/graphics/qt/
DImageBufferQt.cpp96 String ImageBuffer::toDataURL(const String& mimeType) const in toDataURL() function in WebCore::ImageBuffer
/external/webkit/WebCore/platform/graphics/skia/
DImageBufferSkia.cpp204 String ImageBuffer::toDataURL(const String&) const in toDataURL() function in WebCore::ImageBuffer
/external/webkit/WebCore/platform/graphics/android/
DImageBufferAndroid.cpp210 String ImageBuffer::toDataURL(const String&) const in toDataURL() function in WebCore::ImageBuffer
/external/webkit/WebCore/platform/graphics/cairo/
DImageBufferCairo.cpp204 String ImageBuffer::toDataURL(const String& mimeType) const in toDataURL() function in WebCore::ImageBuffer
/external/webkit/WebCore/platform/graphics/cg/
DImageBufferCG.cpp234 String ImageBuffer::toDataURL(const String& mimeType) const in toDataURL() function in WebCore::ImageBuffer
/external/webkit/WebCore/
DChangeLog-2008-08-103451 … <rdar://problem/5788451> toDataURL not implemented for Windows (need mapping of MIME type to UTI)
3452 Add additional support for JPEG and GIF for toDataURL encoding canvases.
32389 (WebCore::ImageBuffer::toDataURL):
35491 (WebCore::ImageBuffer::toDataURL): Tweak a little bit, removing one local variable and
38726 toDataURL not implemented for Windows (need mapping of MIME type to UTI)
38734 (WebCore::ImageBuffer::toDataURL):
42494 HTMLCanvasElement::toDataURL().
42501 (WebCore::HTMLCanvasElement::toDataURL):
43197 - fix garbage in transparent areas in canvas.toDataURL results
43200 (WebCore::ImageBuffer::toDataURL): Clear the bitmap context before
[all …]
DChangeLog9686 (WebCore::ImageBuffer::toDataURL):
26708 (WebCore::ImageBuffer::toDataURL):
38242 [qt] ImageBuffer::toDataURL implementation
38248 (WebCore::ImageBuffer::toDataURL):
42790 Implemented toDataURL in Cairo. Only PNG support
42793 Qt, Cairo and wx require toDataURL implementations
42801 (WebCore::ImageBuffer::toDataURL):