Home
last modified time | relevance | path

Searched refs:ownPixels (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkMallocPixelRef.cpp13 SkColorTable* ctable, bool ownPixels) { in SkMallocPixelRef() argument
15 SkASSERT(ownPixels); in SkMallocPixelRef()
22 fOwnPixels = ownPixels; in SkMallocPixelRef()
/external/skia/include/core/
DSkMallocPixelRef.h24 SkMallocPixelRef(void* addr, size_t size, SkColorTable* ctable, bool ownPixels = true);