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

  /external/skia/src/core/
SkPixelRef.cpp 10 #include "SkPixelRef.h"
33 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes)
52 SkPixelRef::SkPixelRef(int width, int height, void* pixels, size_t rowBytes, sk_sp<SkColorTable>)
71 SkPixelRef::~SkPixelRef() {
79 void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes
93 void SkPixelRef::needsNewGenID() {
98 uint32_t SkPixelRef::getGenerationID() const
    [all...]
  /external/skia/include/core/
SkPixelRef.h 30 /** \class SkPixelRef
35 class SK_API SkPixelRef : public SkRefCnt {
37 SkPixelRef(int width, int height, void* addr, size_t rowBytes);
38 ~SkPixelRef() override;
52 /** Returns a non-zero, unique value corresponding to this SkPixelRef.
55 to consider this ID unique even after this SkPixelRef is deleted.
57 Can be used as a key which uniquely identifies this SkPixelRef
83 // We'll only call the listener if we're confident that we are the only SkPixelRef with this
88 // This can be used to invalidate caches keyed by SkPixelRef generation ID.
106 SkPixelRef(int width, int height, void* addr, size_t rowBytes, sk_sp<SkColorTable>)
    [all...]

Completed in 94 milliseconds