Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkBitmap.h512 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) { in tryAllocPixels() function
651 bool SK_WARN_UNUSED_RESULT tryAllocPixels() { in tryAllocPixels() function
/third_party/skia/include/core/
DSkBitmap.h508 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info) { in tryAllocPixels() function
655 bool SK_WARN_UNUSED_RESULT tryAllocPixels() { in tryAllocPixels() function
/third_party/flutter/skia/src/core/
DSkBitmap.cpp211 bool SkBitmap::tryAllocPixels(Allocator* allocator) { in tryAllocPixels() function in SkBitmap
254 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels() function in SkBitmap
/third_party/skia/src/core/
DSkBitmap.cpp204 bool SkBitmap::tryAllocPixels(Allocator* allocator) { in tryAllocPixels() function in SkBitmap
252 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels() function in SkBitmap