HomeSort by relevance Sort by last modified time
    Searched refs:platformImage (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Shared/cg/
WebCoreArgumentCodersCG.cpp 39 RetainPtr<CGImageRef> platformImage = bitmap->makeCGImage();
40 if (!platformImage)
43 return BitmapImage::create(platformImage.leakRef());
  /external/webkit/Source/WebCore/platform/graphics/cg/
PatternCG.cpp 39 CGImageRef platformImage = static_cast<Image*>(info)->getCGImageRef();
40 if (!platformImage)
44 FloatRect(0, 0, CGImageGetWidth(platformImage), CGImageGetHeight(platformImage)));
45 CGContextDrawImage(context, rect, platformImage);

Completed in 64 milliseconds