Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkBitmap.h527 [[nodiscard]] bool tryAllocPixels(const SkImageInfo& info) { in tryAllocPixels() function
674 [[nodiscard]] bool tryAllocPixels() { in tryAllocPixels() function
/aosp_15_r20/external/skia/src/core/
H A DSkBitmap.cpp217 bool SkBitmap::tryAllocPixels(Allocator* allocator) { in tryAllocPixels() function in SkBitmap
271 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels() function in SkBitmap