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

1234

/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref.cc15 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 {
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp8 #include "SkPixelRef.h"
75 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
85 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) { function in class:SkPixelRef
96 SkPixelRef::SkPixelRef(const SkImageInfo& info) { function in class:SkPixelRef
109 SkPixelRef::SkPixelRef(SkBaseMutex* mutex) { function in class:SkPixelRef
122 SkPixelRef::SkPixelRef(SkFlattenableReadBuffe function in class:SkPixelRef
[all...]
/external/skia/src/core/
H A DSkPixelRef.cpp8 #include "SkPixelRef.h"
75 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
85 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) { function in class:SkPixelRef
96 SkPixelRef::SkPixelRef(const SkImageInfo& info) { function in class:SkPixelRef
109 SkPixelRef::SkPixelRef(SkBaseMutex* mutex) { function in class:SkPixelRef
122 SkPixelRef::SkPixelRef(SkFlattenableReadBuffe function in class:SkPixelRef
[all...]
/external/chromium_org/third_party/skia/src/image/
H A DSkDataPixelRef.h11 #include "SkPixelRef.h"
15 class SkDataPixelRef : public SkPixelRef {
33 typedef SkPixelRef INHERITED;
H A DSkImagePriv.h19 extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
53 extern SkPixelRef* SkBitmapImageGetPixelRef(SkImage* rasterImage);
/external/skia/src/image/
H A DSkDataPixelRef.h11 #include "SkPixelRef.h"
15 class SkDataPixelRef : public SkPixelRef {
33 typedef SkPixelRef INHERITED;
H A DSkImagePriv.h19 extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
53 extern SkPixelRef* SkBitmapImageGetPixelRef(SkImage* rasterImage);
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h42 /** \class SkPixelRef
50 class SK_API SkPixelRef : public SkFlattenable { class in inherits:SkFlattenable
52 SK_DECLARE_INST_COUNT(SkPixelRef)
56 explicit SkPixelRef(SkBaseMutex* mutex = NULL);
59 explicit SkPixelRef(const SkImageInfo&);
60 SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
61 virtual ~SkPixelRef();
200 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
204 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
224 SK_DEFINE_FLATTENABLE_TYPE(SkPixelRef)
[all...]
H A DSkMallocPixelRef.h13 #include "SkPixelRef.h"
18 class SkMallocPixelRef : public SkPixelRef {
69 typedef SkPixelRef INHERITED;
/external/skia/include/core/
H A DSkPixelRef.h42 /** \class SkPixelRef
50 class SK_API SkPixelRef : public SkFlattenable { class in inherits:SkFlattenable
52 SK_DECLARE_INST_COUNT(SkPixelRef)
56 explicit SkPixelRef(SkBaseMutex* mutex = NULL);
59 explicit SkPixelRef(const SkImageInfo&);
60 SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
61 virtual ~SkPixelRef();
200 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
204 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
224 SK_DEFINE_FLATTENABLE_TYPE(SkPixelRef)
[all...]
H A DSkMallocPixelRef.h13 #include "SkPixelRef.h"
18 class SkMallocPixelRef : public SkPixelRef {
71 typedef SkPixelRef INHERITED;
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGrPixelRef.h12 #include "SkPixelRef.h"
21 class SK_API SkROLockPixelsPixelRef : public SkPixelRef {
27 // override from SkPixelRef
34 typedef SkPixelRef INHERITED;
50 // override from SkPixelRef
56 // overrides from SkPixelRef
58 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) SK_OVERRIDE;
/external/skia/include/gpu/
H A DSkGrPixelRef.h12 #include "SkPixelRef.h"
21 class SK_API SkROLockPixelsPixelRef : public SkPixelRef {
27 // override from SkPixelRef
34 typedef SkPixelRef INHERITED;
50 // override from SkPixelRef
56 // overrides from SkPixelRef
58 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) SK_OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDiscardablePixelRef.h30 #include "SkPixelRef.h"
48 class PLATFORM_EXPORT DiscardablePixelRef : public SkPixelRef {
53 static bool isDiscardable(SkPixelRef*);
59 // SkPixelRef implementation.
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.h13 #include "SkPixelRef.h"
26 class SkCachingPixelRef : public SkPixelRef {
65 typedef SkPixelRef INHERITED;
H A DSkDiscardablePixelRef.h14 #include "SkPixelRef.h"
16 class SkDiscardablePixelRef : public SkPixelRef {
46 typedef SkPixelRef INHERITED;
/external/skia/src/lazy/
H A DSkCachingPixelRef.h13 #include "SkPixelRef.h"
26 class SkCachingPixelRef : public SkPixelRef {
65 typedef SkPixelRef INHERITED;
H A DSkDiscardablePixelRef.h14 #include "SkPixelRef.h"
16 class SkDiscardablePixelRef : public SkPixelRef {
46 typedef SkPixelRef INHERITED;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockDiscardablePixelRef.h29 #include "SkPixelRef.h"
33 class MockDiscardablePixelRef : public SkPixelRef {
47 // SkPixelRef implementation.
/external/chromium_org/cc/resources/
H A Detc1_pixel_ref.cc8 #include "third_party/skia/include/core/SkPixelRef.h"
23 : SkPixelRef(info), pixels_(pixels.Pass()) {
H A Detc1_pixel_ref.h12 #include "third_party/skia/include/core/SkPixelRef.h"
16 class CC_EXPORT ETC1PixelRef : public SkPixelRef {
32 // Implementation of SkPixelRef.
H A Dui_resource_bitmap.cc11 #include "third_party/skia/include/core/SkPixelRef.h"
15 void UIResourceBitmap::Create(const skia::RefPtr<SkPixelRef>& pixel_ref,
36 skia::RefPtr<SkPixelRef> pixel_ref = skia::SharePtr(skbitmap.pixelRef());
/external/chromium_org/cc/test/
H A Dskia_common.h22 class TestPixelRef : public SkPixelRef {
30 virtual SkPixelRef* deepCopy(
47 virtual SkPixelRef* deepCopy(
H A Dskia_common.cc16 : SkPixelRef(info), pixels_(new char[4 * info.fWidth * info.fHeight]) {}
26 SkPixelRef* TestPixelRef::deepCopy(
54 SkPixelRef* TestLazyPixelRef::deepCopy(

Completed in 950 milliseconds

1234