Searched defs:GrTextureSetEntry (Results 1 – 1 of 1) sorted by relevance
26 struct GrTextureSetEntry { struct27 GrSurfaceProxyView fProxyView;28 SkAlphaType fSrcAlphaType;29 SkRect fSrcRect;30 SkRect fDstRect;31 const SkPoint* fDstClipQuad; // Must be null, or point to an array of 4 points32 const SkMatrix* fPreViewMatrix; // If not null, entry's CTM is 'viewMatrix' * fPreViewMatrix33 SkPMColor4f fColor; // {a,a,a,a} for rgb textures, {r,g,b,a} for alpha-only textures34 GrQuadAAFlags fAAFlags;