HomeSort by relevance Sort by last modified time
    Searched full:platformimage (Results 1 - 7 of 7) sorted by null

  /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);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.h 37 class PlatformImage {
38 WTF_MAKE_NONCOPYABLE(PlatformImage);
40 PlatformImage();
PlatformImage.cpp 28 #include "PlatformImage.h"
44 PlatformImage::PlatformImage()
48 void PlatformImage::updateFromImage(NativeImagePtr nativeImage)
ImageLayerChromium.h 38 #include "PlatformImage.h"
68 PlatformImage m_decodedImage;
  /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/
ContextShadow.h 53 typedef cairo_surface_t* PlatformImage;
56 typedef QImage PlatformImage;
59 typedef void* PlatformImage;
127 PlatformImage m_layerImage; // Buffer to where the temporary shadow will be drawn to.
  /external/webkit/Source/WebCore/
WebCore.gypi     [all...]

Completed in 843 milliseconds