Searched refs:fYUVAPixmaps (Results 1 – 2 of 2) sorted by relevance
142 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
37 , fYUVAPixmaps(std::move(other.fYUVAPixmaps)) { in PromiseImageInfo()