Searched refs:SkPixelRef (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref.cc9 LazyPixelRef::LazyPixelRef(const SkImageInfo& info) : SkPixelRef(info) {
H A Dlazy_pixel_ref.h8 #include "third_party/skia/include/core/SkPixelRef.h"
13 // This class extends SkPixelRef to facilitate lazy image decoding on the impl
15 class SK_API LazyPixelRef : public SkPixelRef {
H A Dpixel_ref_utils.h19 SkPixelRef* pixel_ref;
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp8 #include "SkPixelRef.h"
74 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
90 SkPixelRef::SkPixelRef(const SkImageInfo& info) : fInfo(validate_info(info)) { function in class:SkPixelRef
100 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) : fInfo(validate_info(info)) { function in class:SkPixelRef
109 SkPixelRef::~SkPixelRef() {
113 void SkPixelRef::needsNewGenID() {
118 void SkPixelRef
[all...]
/external/skia/src/core/
H A DSkPixelRef.cpp8 #include "SkPixelRef.h"
76 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
86 SkPixelRef::SkPixelRef(const SkImageInfo& info) function in class:SkPixelRef
101 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) function in class:SkPixelRef
121 SkPixelRef::SkPixelRef(SkReadBuffer& buffer, SkBaseMutex* mutex) function in class:SkPixelRef
137 SkPixelRef::~SkPixelRef() {
[all...]
/external/chromium_org/third_party/skia/src/image/
H A DSkImagePriv.h14 extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
36 extern SkPixelRef* SkBitmapImageGetPixelRef(SkImage* rasterImage);
/external/skia/src/image/
H A DSkImagePriv.h15 extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
37 extern SkPixelRef* SkBitmapImageGetPixelRef(SkImage* rasterImage);
/external/chromium_org/third_party/skia/include/utils/
H A DSkPictureUtils.h37 virtual void add(SkPixelRef* pr, const SkRect& rect) = 0;
40 virtual void query(const SkRect& queryRect, SkTDArray<SkPixelRef*> *result) = 0;
50 virtual void add(SkPixelRef* pr, const SkRect& rect) SK_OVERRIDE {
57 virtual void query(const SkRect& queryRect, SkTDArray<SkPixelRef*> *result) SK_OVERRIDE {
67 SkPixelRef* fPixelRef;
/external/skia/include/utils/
H A DSkPictureUtils.h37 virtual void add(SkPixelRef* pr, const SkRect& rect) = 0;
40 virtual void query(const SkRect& queryRect, SkTDArray<SkPixelRef*> *result) = 0;
50 virtual void add(SkPixelRef* pr, const SkRect& rect) SK_OVERRIDE {
57 virtual void query(const SkRect& queryRect, SkTDArray<SkPixelRef*> *result) SK_OVERRIDE {
67 SkPixelRef* fPixelRef;
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGrPixelRef.h12 #include "SkPixelRef.h"
21 class SK_API SkROLockPixelsPixelRef : public SkPixelRef {
34 typedef SkPixelRef INHERITED;
51 // override from SkPixelRef
55 // overrides from SkPixelRef
57 virtual SkPixelRef* deepCopy(SkColorType, const SkIRect* subset) SK_OVERRIDE;
/external/skia/include/gpu/
H A DSkGrPixelRef.h12 #include "SkPixelRef.h"
21 class SK_API SkROLockPixelsPixelRef : public SkPixelRef {
34 typedef SkPixelRef INHERITED;
51 // override from SkPixelRef
57 // overrides from SkPixelRef
59 virtual SkPixelRef* deepCopy(SkColorType, const SkIRect* subset) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.h14 #include "SkPixelRef.h"
27 class SkCachingPixelRef : public SkPixelRef {
62 typedef SkPixelRef INHERITED;
H A DSkDiscardablePixelRef.h14 #include "SkPixelRef.h"
21 class SkDiscardablePixelRef : public SkPixelRef {
61 typedef SkPixelRef INHERITED;
/external/skia/src/lazy/
H A DSkCachingPixelRef.h13 #include "SkPixelRef.h"
26 class SkCachingPixelRef : public SkPixelRef {
66 typedef SkPixelRef INHERITED;
H A DSkDiscardablePixelRef.h14 #include "SkPixelRef.h"
21 class SkDiscardablePixelRef : public SkPixelRef {
55 typedef SkPixelRef INHERITED;
/external/skia/include/core/
H A DSkPixelRef.h41 /** \class SkPixelRef
49 class SK_API SkPixelRef : public SkFlattenable { class in inherits:SkFlattenable
51 SK_DECLARE_INST_COUNT(SkPixelRef)
53 explicit SkPixelRef(const SkImageInfo&);
54 SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
55 virtual ~SkPixelRef();
130 /** Returns a non-zero, unique value corresponding to this SkPixelRef,
240 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
244 virtual SkPixelRef* deepCopy(SkColorType colortype, const SkIRect* subset) {
264 SK_DEFINE_FLATTENABLE_TYPE(SkPixelRef)
[all...]
H A DSkMallocPixelRef.h12 #include "SkPixelRef.h"
17 class SK_API SkMallocPixelRef : public SkPixelRef {
80 virtual SkPixelRef* create(const SkImageInfo&,
110 typedef SkPixelRef INHERITED;
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h42 /** \class SkPixelRef
50 class SK_API SkPixelRef : public SkRefCnt { class in inherits:SkRefCnt
52 SK_DECLARE_INST_COUNT(SkPixelRef)
54 explicit SkPixelRef(const SkImageInfo&);
55 SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
56 virtual ~SkPixelRef();
246 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
250 virtual SkPixelRef* deepCopy(SkColorType colortype, const SkIRect* subset) {
272 // We'll only call the listener if we're confident that we are the only SkPixelRef with this
277 // This can be used to invalidate caches keyed by SkPixelRef generatio
[all...]
H A DSkMallocPixelRef.h12 #include "SkPixelRef.h"
17 class SK_API SkMallocPixelRef : public SkPixelRef {
80 virtual SkPixelRef* create(const SkImageInfo&,
105 typedef SkPixelRef INHERITED;
/external/chromium_org/third_party/skia/tests/
H A DPixelRefTest.cpp4 #include "SkPixelRef.h"
6 class TestListener : public SkPixelRef::GenIDChangeListener {
17 SkAutoTUnref<SkPixelRef> pixelRef(SkMallocPixelRef::NewAllocate(info, 0, NULL));
25 // (An SkPixelRef tree falls in the forest but there's nobody around to hear it. Do we care?)
/external/skia/tests/
H A DPixelRefTest.cpp4 #include "SkPixelRef.h"
6 class TestListener : public SkPixelRef::GenIDChangeListener {
17 SkAutoTUnref<SkPixelRef> pixelRef(SkMallocPixelRef::NewAllocate(info, 0, NULL));
25 // (An SkPixelRef tree falls in the forest but there's nobody around to hear it. Do we care?)
/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h12 #include "third_party/skia/include/core/SkPixelRef.h"
22 // A bitmap class that contains a ref-counted reference to a SkPixelRef that
24 // Thread-safety (by ways of SkPixelRef) ensures that both main and impl threads
49 UIResourceBitmap(const skia::RefPtr<SkPixelRef>& pixel_ref,
56 void Create(const skia::RefPtr<SkPixelRef>& pixel_ref,
60 skia::RefPtr<SkPixelRef> pixel_ref_;
H A Dui_resource_bitmap.cc11 #include "third_party/skia/include/core/SkPixelRef.h"
35 void UIResourceBitmap::Create(const skia::RefPtr<SkPixelRef>& pixel_ref,
55 skia::RefPtr<SkPixelRef> pixel_ref = skia::SharePtr(skbitmap.pixelRef());
68 skia::RefPtr<SkPixelRef> pixel_ref = skia::AdoptRef(
75 UIResourceBitmap::UIResourceBitmap(const skia::RefPtr<SkPixelRef>& pixel_ref,
H A Dpicture.h27 class SkPixelRef;
45 typedef std::vector<SkPixelRef*> PixelRefs;
99 SkPixelRef* operator->() const {
104 SkPixelRef* operator*() const {
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail_store.h98 skia::RefPtr<SkPixelRef> compressed_data,
110 skia::RefPtr<SkPixelRef> compressed_data,
118 const base::Callback<void(skia::RefPtr<SkPixelRef>, const gfx::Size&)>&
123 skia::RefPtr<SkPixelRef> compressed_data,
128 skia::RefPtr<SkPixelRef> compressed_data,
135 void(skia::RefPtr<SkPixelRef>, float, const gfx::Size&)>&
138 skia::RefPtr<SkPixelRef> compressed_data,

Completed in 663 milliseconds

1234