Searched defs:SkYUVAPixmaps (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/include/core/ | ||
H A D | SkImageGenerator.h | 179 virtual bool onGetYUVAPlanes(const SkYUVAPixmaps&) { return false; } in onGetYUVAPlanes() argument |
H A D | SkYUVAPixmaps.h | 171 class SK_API SkYUVAPixmaps { class in SkYUVAPixmapInfo [all...] |
/third_party/skia/src/core/ | ||
H A D | SkYUVAPixmaps.cpp | 256 SkYUVAPixmaps::SkYUVAPixmaps(const SkYUVAPixmapInfo& yuvaPixmapInfo, sk_sp<SkData> data) SkYUVAPixmaps() function in SkYUVAPixmaps 266 SkYUVAPixmaps::SkYUVAPixmaps(const SkYUVAInfo& yuvaInfo, SkYUVAPixmaps() function in SkYUVAPixmaps [all...] |
/third_party/skia/include/codec/ | ||
H A D | SkCodec.h | 779 virtual Result onGetYUVAPlanes(const SkYUVAPixmaps&) { return kUnimplemented; } in onGetYUVAPlanes() argument |
Completed in 5 milliseconds