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

  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 39 /** \class SkPixelRef
47 class SK_API SkPixelRef : public SkFlattenable {
49 SK_DECLARE_INST_COUNT(SkPixelRef)
51 explicit SkPixelRef(SkBaseMutex* mutex = NULL);
155 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
159 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
210 SkPixelRef(SkFlattenableReadBuffer&, SkBaseMutex*);
227 // SkBitmap is only a friend so that when copying, it can modify the new SkPixelRef to have the
  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 8 #include "SkPixelRef.h"
12 SK_DEFINE_INST_COUNT(SkPixelRef)
78 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
88 SkPixelRef::SkPixelRef(SkBaseMutex* mutex) : fPreLocked(false) {
98 SkPixelRef::SkPixelRef(SkFlattenableReadBuffer& buffer, SkBaseMutex* mutex)
109 void SkPixelRef::setPreLocked(void* pixels, SkColorTable* ctable) {
120 void SkPixelRef::flatten(SkFlattenableWriteBuffer& buffer) const {
135 void SkPixelRef::lockPixels()
    [all...]
  /external/skia/include/core/
SkPixelRef.h 39 /** \class SkPixelRef
47 class SK_API SkPixelRef : public SkFlattenable {
49 SK_DECLARE_INST_COUNT(SkPixelRef)
51 explicit SkPixelRef(SkBaseMutex* mutex = NULL);
155 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
159 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset = NULL) {
210 SkPixelRef(SkFlattenableReadBuffer&, SkBaseMutex*);
227 // SkBitmap is only a friend so that when copying, it can modify the new SkPixelRef to have the
  /external/skia/src/core/
SkPixelRef.cpp 8 #include "SkPixelRef.h"
12 SK_DEFINE_INST_COUNT(SkPixelRef)
78 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
88 SkPixelRef::SkPixelRef(SkBaseMutex* mutex) : fPreLocked(false) {
98 SkPixelRef::SkPixelRef(SkFlattenableReadBuffer& buffer, SkBaseMutex* mutex)
109 void SkPixelRef::setPreLocked(void* pixels, SkColorTable* ctable) {
120 void SkPixelRef::flatten(SkFlattenableWriteBuffer& buffer) const {
135 void SkPixelRef::lockPixels()
    [all...]

Completed in 200 milliseconds