Searched refs:getYUVAPlanes (Results 1 – 10 of 10) sorted by relevance
41 bool SkImageGenerator::getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in getYUVAPlanes() function in SkImageGenerator
112 bool getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps);
76 ig.getYUVAPlanes(yuvaPixmaps); in DEF_TEST()
80 REPORTER_ASSERT(reporter, SkCodec::kSuccess == codec->getYUVAPlanes(pixmaps)); in codec_yuv()
79 switch (fCodec->getYUVAPlanes(yuvaPixmaps)) { in onGetYUVAPlanes()
202 SkCodec::Result SkCodec::getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in getYUVAPlanes() function in SkCodec
414 Result getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps);
237 if (!codec->getYUVAPlanes(fPixmaps)) { in reset()
404 if (!codec->getYUVAPlanes(yuvaPixmaps)) { in addImage()
396 if (!generator->getYUVAPlanes(tempPixmaps)) { in getPlanes()