Home
last modified time | relevance | path

Searched refs:fPixmaps (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/gpu/
H A DYUVUtils.cpp59 , fPixmaps(std::move(pixmaps)) {} in Generator()
71 SkColorMatrix_YUV2RGB(fPixmaps.yuvaInfo().yuvColorSpace(), mtx);
72 SkYUVAInfo::YUVALocations yuvaLocations = fPixmaps.toYUVALocations();
75 SkMatrix om = fPixmaps.yuvaInfo().originMatrix();
79 if (SkEncodedOriginSwapsWidthHeight(fPixmaps.yuvaInfo().origin())) {
96 const auto& pmap = fPixmaps.plane(yuvaLocations[c].fPlane);
101 const auto& pmap = fPixmaps.plane(aPlane);
116 *info = fPixmaps.pixmapsInfo();
121 SkASSERT(pixmaps.yuvaInfo() == fPixmaps.yuvaInfo());
123 SkASSERT(fPixmaps
132 SkYUVAPixmaps fPixmaps; global() member in __anon26493::Generator
[all...]
H A DYUVUtils.h48 SkISize dimensions() const { return fPixmaps.yuvaInfo().dimensions(); } in dimensions()
54 SkYUVAPixmaps fPixmaps; member in sk_gpu_test::LazyYUVImage
/third_party/skia/gm/
H A Dyuvtorgbsubset.cpp63 fPixmaps = SkYUVAPixmaps::Allocate(pmapInfo); in makePixmaps()
74 bitmaps[i].installPixels(fPixmaps.plane(i)); in makePixmaps()
89 if (!fPixmaps.isValid()) {
94 for (int i = 0; i < fPixmaps.numPlanes(); ++i) {
96 bitmap.installPixels(fPixmaps.plane(i));
105 fProxies = GrYUVATextureProxies(fPixmaps.yuvaInfo(), views, colorTypes);
168 SkYUVAPixmaps fPixmaps; member in skiagm::YUVtoRGBSubsetEffect
/third_party/skia/src/core/
H A DSkYUVPlanesCache.cpp22 SkYUVAPixmaps fPixmaps; member
42 fValue.fPixmaps = pixmaps; in YUVPlanesRec()
70 result->fPixmaps = rec.fValue.fPixmaps; in Visitor()
85 *pixmaps = result.fPixmaps; in FindAndRef()

Completed in 2 milliseconds