Files
device_amazon_mt8127-common/libshims/shim_skia.cpp
T
2021-01-17 01:35:05 +00:00

9 lines
391 B
C++

#include <SkBitmap.h>
extern "C"
{
extern bool _ZN8SkBitmap14tryAllocPixelsEPNS_9AllocatorEP12SkColorTable(SkBitmap::Allocator* allocator, SkColorTable* ctable);
bool _ZN8SkBitmap11allocPixelsEPNS_9AllocatorEP12SkColorTable(SkBitmap::Allocator* allocator, SkColorTable* ctable) {
return _ZN8SkBitmap14tryAllocPixelsEPNS_9AllocatorEP12SkColorTable(allocator, ctable);
}
}