Home
last modified time | relevance | path

Searched refs:fYUVAPixmaps (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/
DDDLPromiseImageHelper.h142 bool isYUV() const { return fYUVAPixmaps.isValid(); } in isYUV()
149 const SkYUVAInfo& yuvaInfo() const { return fYUVAPixmaps.yuvaInfo(); } in yuvaInfo()
153 return fYUVAPixmaps.planes()[index]; in yuvPixmap()
196 void setYUVPlanes(SkYUVAPixmaps yuvaPixmaps) { fYUVAPixmaps = std::move(yuvaPixmaps); } in setYUVPlanes()
209 SkYUVAPixmaps fYUVAPixmaps; variable
DDDLPromiseImageHelper.cpp37 , fYUVAPixmaps(std::move(other.fYUVAPixmaps)) { in PromiseImageInfo()