HomeSort by relevance Sort by last modified time
    Searched defs:PlatformImage (Results 1 - 3 of 3) sorted by null

  /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)
  /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.

Completed in 826 milliseconds