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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.h 55 class PLATFORM_EXPORT NativeImageSkia : public RefCounted<NativeImageSkia> {
57 static PassRefPtr<NativeImageSkia> create()
59 return adoptRef(new NativeImageSkia());
65 static PassRefPtr<NativeImageSkia> create(const SkBitmap& bitmap)
67 return adoptRef(new NativeImageSkia(bitmap));
70 ~NativeImageSkia();
111 NativeImageSkia();
113 NativeImageSkia(const SkBitmap&);
NativeImageSkia.cpp 32 #include "platform/graphics/skia/NativeImageSkia.h"
82 SkBitmap NativeImageSkia::extractScaledImageFragment(const SkRect& srcRect, float scaleX, float scaleY, SkRect* scaledSrcRect) const
108 NativeImageSkia::NativeImageSkia()
113 NativeImageSkia::NativeImageSkia(const SkBitmap& other)
119 NativeImageSkia::~NativeImageSkia()
123 bool NativeImageSkia::hasResizedBitmap(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) const
130 SkBitmap NativeImageSkia::resizedBitmap(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) cons
    [all...]

Completed in 64 milliseconds