Searched refs:onGetYUVA8Planes (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrYUVProvider.h | 82 virtual bool onGetYUVA8Planes(const SkYUVASizeInfo& sizeInfo,
|
D | GrYUVProvider.cpp | 80 if (!this->onGetYUVA8Planes(yuvInfo.fSizeInfo, yuvInfo.fYUVAIndices, planes)) { in getPlanes()
|
/external/skqp/src/codec/ |
D | SkCodecImageGenerator.h | 33 bool onGetYUVA8Planes(const SkYUVASizeInfo&, const SkYUVAIndex[SkYUVAIndex::kIndexCount],
|
D | SkCodecImageGenerator.cpp | 85 bool SkCodecImageGenerator::onGetYUVA8Planes(const SkYUVASizeInfo& sizeInfo, in onGetYUVA8Planes() function in SkCodecImageGenerator
|
/external/skqp/include/core/ |
D | SkImageGenerator.h | 176 … virtual bool onGetYUVA8Planes(const SkYUVASizeInfo&, const SkYUVAIndex[SkYUVAIndex::kIndexCount], in onGetYUVA8Planes() function
|
/external/skqp/src/core/ |
D | SkImageGenerator.cpp | 58 return this->onGetYUVA8Planes(sizeInfo, yuvaIndices, planes); in getYUVA8Planes()
|
/external/skqp/src/image/ |
D | SkImage_Lazy.cpp | 312 bool onGetYUVA8Planes(const SkYUVASizeInfo& sizeInfo, in onGetYUVA8Planes() function in Generator_GrYUVProvider
|
/external/skqp/gm/ |
D | wacky_yuv_formats.cpp | 594 bool onGetYUVA8Planes(const SkYUVASizeInfo&, const SkYUVAIndex[SkYUVAIndex::kIndexCount], in onGetYUVA8Planes() function in YUVGenerator
|