Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cg/
DImageBufferCG.cpp257 …RetainPtr<CGImageDestinationRef> imageDestination(AdoptCF, CGImageDestinationCreateWithData(transf… in toDataURL() local
259 if (!imageDestination) in toDataURL()
262 CGImageDestinationAddImage(imageDestination.get(), transformedImage.get(), 0); in toDataURL()
263 CGImageDestinationFinalize(imageDestination.get()); in toDataURL()