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