Home
last modified time | relevance | path

Searched refs:initPixmapsFromSingleAllocation (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkYUVAPixmaps.cpp149 bool SkYUVAPixmapInfo::initPixmapsFromSingleAllocation(void* memory, in initPixmapsFromSingleAllocation() function in SkYUVAPixmapInfo
236 yuvaPixmapInfo.initPixmapsFromSingleAllocation(memory, pixmaps); in FromExternalMemory()
262 SkAssertResult(yuvaPixmapInfo.initPixmapsFromSingleAllocation(fData->writable_data(), in SkYUVAPixmaps()
/third_party/skia/tests/
DYUVCacheTest.cpp54 yuvaPixmapInfo.initPixmapsFromSingleAllocation(data->writable_data(), pmaps); in DEF_TEST()
/third_party/skia/include/core/
DSkYUVAPixmaps.h148 bool initPixmapsFromSingleAllocation(void* memory, SkPixmap pixmaps[kMaxPlanes]) const;