Home
last modified time | relevance | path

Searched defs:tryAllocPixels (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkBitmap.h528 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) { in tryAllocPixels() function
667 bool SK_WARN_UNUSED_RESULT tryAllocPixels() { in tryAllocPixels() function
/external/skqp/include/core/
DSkBitmap.h532 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) { in tryAllocPixels() function
681 bool SK_WARN_UNUSED_RESULT tryAllocPixels() { in tryAllocPixels() function
/external/skqp/src/core/
DSkBitmap.cpp213 bool SkBitmap::tryAllocPixels(Allocator* allocator) { in tryAllocPixels() function in SkBitmap
224 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels() function in SkBitmap
/external/skia/src/core/
DSkBitmap.cpp213 bool SkBitmap::tryAllocPixels(Allocator* allocator) { in tryAllocPixels() function in SkBitmap
256 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels() function in SkBitmap