Searched defs:NativeImageSkia (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DNativeImageSkia.h42 class NativeImageSkia : public SkBitmap { class in namespace:WebCore
44 NativeImageSkia();
45 ~NativeImageSkia();
50 explicit NativeImageSkia(const SkBitmap&);
H A DNativeImageSkia.cpp37 #include "NativeImageSkia.h"
43 NativeImageSkia::NativeImageSkia() function in class:WebCore::NativeImageSkia
50 NativeImageSkia::NativeImageSkia(const SkBitmap& other) function in class:WebCore::NativeImageSkia
59 NativeImageSkia::~NativeImageSkia()
63 // Chromium, this is NativeImageSkia, which inherits from SkBitmap. On
72 int NativeImageSkia::decodedSize() const
77 bool NativeImageSkia
[all...]

Completed in 69 milliseconds