HomeSort by relevance Sort by last modified time
    Searched refs:SkPixelRef (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/skia/ext/
lazy_pixel_ref.cc 9 LazyPixelRef::LazyPixelRef(const SkImageInfo& info) : SkPixelRef(info) {
lazy_pixel_ref.h 8 #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 {
pixel_ref_utils.h 19 SkPixelRef* pixel_ref;
  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 8 #include "SkPixelRef.h"
74 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
90 SkPixelRef::SkPixelRef(const SkImageInfo& info) : fInfo(validate_info(info)) {
100 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) : fInfo(validate_info(info)) {
109 SkPixelRef::~SkPixelRef() {
113 void SkPixelRef::needsNewGenID() {
118 void SkPixelRef::cloneGenID(const SkPixelRef& that)
    [all...]
  /external/chromium_org/third_party/skia/src/image/
SkImagePriv.h 14 extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*,
36 extern SkPixelRef* SkBitmapImageGetPixelRef(SkImage* rasterImage);
SkImage_Raster.cpp 64 SkImage_Raster(const SkImageInfo&, SkPixelRef*, size_t rowBytes);
66 SkPixelRef* getPixelRef() const { return fBitmap.pixelRef(); }
115 SkImage_Raster::SkImage_Raster(const Info& info, SkPixelRef* pr, size_t rowBytes)
215 SkImage* SkNewImageFromPixelRef(const SkImageInfo& info, SkPixelRef* pr,
220 SkPixelRef* SkBitmapImageGetPixelRef(SkImage* image) {
SkSurface_Raster.cpp 23 SkSurface_Raster(SkPixelRef*, const SkSurfaceProps*);
90 SkSurface_Raster::SkSurface_Raster(SkPixelRef* pr, const SkSurfaceProps* props)
169 SkAutoTUnref<SkPixelRef> pr(SkMallocPixelRef::NewAllocate(info, 0, NULL));
  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 12 #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/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.h 14 #include "SkPixelRef.h"
27 class SkCachingPixelRef : public SkPixelRef {
62 typedef SkPixelRef INHERITED;
SkDiscardablePixelRef.h 14 #include "SkPixelRef.h"
21 class SkDiscardablePixelRef : public SkPixelRef {
61 typedef SkPixelRef INHERITED;
  /external/chromium_org/third_party/skia/include/utils/
SkPictureUtils.h 37 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/core/
SkPixelRef.h 42 /** \class SkPixelRef
50 class SK_API SkPixelRef : public 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 generation ID
    [all...]
SkMallocPixelRef.h 12 #include "SkPixelRef.h"
17 class SK_API SkMallocPixelRef : public SkPixelRef {
80 virtual SkPixelRef* create(const SkImageInfo&,
105 typedef SkPixelRef INHERITED;
SkBitmap.h 31 class SkPixelRef;
389 SkPixelRef* pixelRef() const { return fPixelRef; }
411 SkPixelRef* setPixelRef(SkPixelRef* pr, int dx, int dy);
413 SkPixelRef* setPixelRef(SkPixelRef* pr, const SkIPoint& origin) {
417 SkPixelRef* setPixelRef(SkPixelRef* pr) {
734 mutable SkPixelRef* fPixelRef;
    [all...]
SkBitmapDevice.h 124 SkPixelRef* getPixelRef() const { return fBitmap.pixelRef(); }
126 SkPixelRef* setPixelRef(SkPixelRef* pr) {
  /external/chromium_org/third_party/skia/tests/
PixelRefTest.cpp 4 #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?)
PictureTest.cpp 22 #include "SkPixelRef.h"
81 SkTDArray<SkPixelRef*>* usedPixRefs);
85 SkTDArray<SkPixelRef*>* usedPixRefs) {
95 SkTDArray<SkPixelRef*>* usedPixRefs) {
114 SkTDArray<SkPixelRef*>* usedPixRefs) {
127 SkTDArray<SkPixelRef*>* usedPixRefs) {
140 SkTDArray<SkPixelRef*>* usedPixRefs) {
155 SkTDArray<SkPixelRef*>* usedPixRefs) {
171 SkTDArray<SkPixelRef*>* usedPixRefs) {
178 SkTDArray<SkPixelRef*>* usedPixRefs)
    [all...]
  /external/chromium_org/cc/resources/
ui_resource_bitmap.h 12 #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_;
picture.h 27 class SkPixelRef;
45 typedef std::vector<SkPixelRef*> PixelRefs;
99 SkPixelRef* operator->() const {
104 SkPixelRef* operator*() const {
ui_resource_bitmap.cc 11 #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,
picture_pile_impl.h 86 SkPixelRef* operator->() const { return *pixel_ref_iterator_; }
87 SkPixelRef* operator*() const { return *pixel_ref_iterator_; }
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail_store.h 98 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,
thumbnail.h 55 void SetCompressedBitmap(skia::RefPtr<SkPixelRef> compressed_bitmap,
thumbnail_store.cc 25 #include "third_party/skia/include/core/SkPixelRef.h"
314 base::Callback<void(skia::RefPtr<SkPixelRef>, float, const gfx::Size&)>
355 skia::RefPtr<SkPixelRef> compressed_data,
387 base::Callback<void(skia::RefPtr<SkPixelRef>, const gfx::Size&)>
415 base::Callback<void(skia::RefPtr<SkPixelRef>, float, const gfx::Size&)>
495 skia::RefPtr<SkPixelRef> compressed_data) {
544 skia::RefPtr<SkPixelRef> compressed_data,
574 const base::Callback<void(skia::RefPtr<SkPixelRef>, const gfx::Size&)>&
576 skia::RefPtr<SkPixelRef> compressed_data;
625 skia::RefPtr<SkPixelRef> compressed_data
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 13 #include "SkPixelRef.h"
19 PixelRefSet(SkTDArray<SkPixelRef*>* array) : fArray(array) {}
24 void add(SkPixelRef* pr) {
36 SkTDArray<SkPixelRef*>* fArray;
203 SkTDArray<SkPixelRef*> array;
217 data = SkData::NewFromMalloc(array.detach(), count * sizeof(SkPixelRef*));

Completed in 395 milliseconds

1 2 3