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

  /external/webkit/Source/WebCore/platform/graphics/skia/
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...]
NativeImageSkia.h 42 class NativeImageSkia : public SkBitmap {
44 NativeImageSkia();
45 ~NativeImageSkia();
50 explicit NativeImageSkia(const SkBitmap&);

Completed in 490 milliseconds