Searched refs:onGetYUVAPlanes (Results 1 – 9 of 9) sorted by relevance
104 bool onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) override;
52 Result onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) override;
78 bool SkCodecImageGenerator::onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in onGetYUVAPlanes() function in SkCodecImageGenerator
209 return this->onGetYUVAPlanes(yuvaPixmaps); in getYUVAPlanes()
871 SkCodec::Result SkJpegCodec::onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in onGetYUVAPlanes() function in SkJpegCodec
42 return this->onGetYUVAPlanes(yuvaPixmaps); in getYUVAPlanes()
179 virtual bool onGetYUVAPlanes(const SkYUVAPixmaps&) { return false; } in onGetYUVAPlanes() function
779 virtual Result onGetYUVAPlanes(const SkYUVAPixmaps&) { return kUnimplemented; } in onGetYUVAPlanes() function
120 bool onGetYUVAPlanes(const SkYUVAPixmaps& pixmaps) override { in onGetYUVAPlanes() function in __anon9b07eac70111::Generator