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

  /external/webkit/Source/WebCore/platform/graphics/skia/
NativeImageSkia.h 42 class NativeImageSkia : public SkBitmap {
44 NativeImageSkia();
45 ~NativeImageSkia();
50 explicit NativeImageSkia(const SkBitmap&);
NativeImageSkia.cpp 37 #include "NativeImageSkia.h"
43 NativeImageSkia::NativeImageSkia()
50 NativeImageSkia::NativeImageSkia(const SkBitmap& other)
59 NativeImageSkia::~NativeImageSkia()
63 // Chromium, this is NativeImageSkia, which inherits from SkBitmap. On
72 int NativeImageSkia::decodedSize() const
77 bool NativeImageSkia::hasResizedBitmap(int w, int h) cons
    [all...]
BitmapImageSingleFrameSkia.h 35 #include "NativeImageSkia.h"
46 // is that NativeImagePtr = NativeImageSkia, yet callers have SkBitmap.
79 NativeImageSkia m_nativeImage;
GraphicsContext3DSkia.cpp 36 #include "NativeImageSkia.h"
53 OwnPtr<NativeImageSkia> pixels;
54 NativeImageSkia* skiaImage = image->nativeImageForCurrentFrame();
ImageSkia.cpp 41 #include "NativeImageSkia.h"
70 static ResamplingMode computeResamplingMode(PlatformContextSkia* platformContext, const NativeImageSkia& bitmap, int srcWidth, int srcHeight, float destWidth, float destHeight)
166 static void drawResampledBitmap(SkCanvas& canvas, SkPaint& paint, const NativeImageSkia& bitmap, const SkIRect& srcIRect, const SkRect& destRect)
259 static void paintSkBitmap(PlatformContextSkia* platformContext, const NativeImageSkia& bitmap, const SkIRect& srcRect, const SkRect& destRect, const SkXfermode::Mode& compOp)
350 NativeImageSkia* bitmap = nativeImageForCurrentFrame();
434 static void drawBitmapGLES2(GraphicsContext* ctxt, NativeImageSkia* bitmap, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
485 NativeImageSkia* bm = nativeImageForCurrentFrame();
  /external/webkit/Source/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 83 const NativeImageSkia& otherBitmap = other.m_bitmap;
106 return new NativeImageSkia(m_bitmap);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.cpp 31 #include "NativeImageSkia.h"
52 NativeImageSkia* skiaImage = static_cast<NativeImageSkia*>(nativeImage);
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.h 56 class NativeImageSkia;
113 typedef WebCore::NativeImageSkia* NativeImagePtr;
  /external/webkit/Source/WebCore/platform/chromium/
DragImageChromiumSkia.cpp 35 #include "NativeImageSkia.h"
99 NativeImageSkia* bitmap = image->nativeImageForCurrentFrame();
  /external/webkit/Source/WebKit/chromium/src/
WebImageDecoder.cpp 113 OwnPtr<NativeImageSkia>image(frameBuffer->asNewNativeImage());
WebImageSkia.cpp 36 #include "NativeImageSkia.h"
79 OwnPtr<NativeImageSkia> frame(source.createFrameAtIndex(index));
  /external/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp 37 #include "NativeImageSkia.h"
55 m_nativeImage = new NativeImageSkia();
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 41 #include "NativeImageSkia.h"
111 NativeImageSkia& bitmap() { return m_bitmap; }
112 const NativeImageSkia& bitmap() const { return m_bitmap; }
195 NativeImageSkia m_bitmap;
  /external/webkit/Source/WebCore/
Android.mk 733 platform/graphics/skia/NativeImageSkia.cpp \
    [all...]

Completed in 141 milliseconds