Searched refs:SkMallocPixelRef (Results 1 - 7 of 7) sorted by relevance

/external/skia/include/core/
H A DSkMallocPixelRef.h25 class SkMallocPixelRef : public SkPixelRef { class in inherits:SkPixelRef
31 SkMallocPixelRef(void* addr, size_t size, SkColorTable* ctable);
32 virtual ~SkMallocPixelRef();
44 return SkNEW_ARGS(SkMallocPixelRef, (buffer));
52 SkMallocPixelRef(SkFlattenableReadBuffer& buffer);
/external/skia/src/core/
H A DSkMallocPixelRef.cpp1 #include "SkMallocPixelRef.h"
5 SkMallocPixelRef::SkMallocPixelRef(void* storage, size_t size, function in class:SkMallocPixelRef
16 SkMallocPixelRef::~SkMallocPixelRef() {
21 void* SkMallocPixelRef::onLockPixels(SkColorTable** ct) {
26 void SkMallocPixelRef::onUnlockPixels() {
30 void SkMallocPixelRef::flatten(SkFlattenableWriteBuffer& buffer) const {
43 SkMallocPixelRef::SkMallocPixelRef(SkFlattenableReadBuffe function in class:SkMallocPixelRef
[all...]
H A Dcore_files.mk54 SkMallocPixelRef.cpp \
H A DSkShader.cpp21 #include "SkMallocPixelRef.h"
320 fAsABitmapPixelRef = new SkMallocPixelRef(storage, sizeof(SkPMColor),
H A DSkBitmap.cpp21 #include "SkMallocPixelRef.h"
439 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
/external/skia/src/effects/
H A DSkGradientShader.cpp20 #include "SkMallocPixelRef.h"
178 mutable SkMallocPixelRef* fCache32PixelRef;
621 fCache32PixelRef = SkNEW_ARGS(SkMallocPixelRef,
645 SkMallocPixelRef* newPR = SkNEW_ARGS(SkMallocPixelRef,
/external/skia/
H A DAndroid.mk40 src/core/SkMallocPixelRef.cpp \

Completed in 745 milliseconds