Lines Matching defs:ImageData
163 struct ImageData { struct
171 SkSamplingOptions fSampling;
172 SkTileMode fTileModes[2];
173 SkISize fImgSize;
174 SkRect fSubset;
175 ReadSwizzle fReadSwizzle;
177 SkColorSpaceXformSteps fSteps;
182 sk_sp<TextureProxy> fTextureProxy;
192 struct ImageData { struct
199 SkSamplingOptions fSampling;
200 SkSamplingOptions fSamplingUV;
201 SkTileMode fTileModes[2];
202 SkISize fImgSize;
203 SkISize fImgSizeUV; // Size of UV planes relative to Y's texel space
204 SkRect fSubset;
205 SkPoint fLinearFilterUVInset = { 0.50001f, 0.50001f };
206 SkV4 fChannelSelect[4];
207 SkMatrix fYUVtoRGBMatrix;
208 SkPoint3 fYUVtoRGBTranslate;
213 sk_sp<TextureProxy> fTextureProxies[4];