Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
GrTextureSetEntry Struct Reference

#include <GrOpsTypes.h>

Public Attributes

GrSurfaceProxyView fProxyView
 
SkAlphaType fSrcAlphaType
 
SkRect fSrcRect
 
SkRect fDstRect
 
const SkPointfDstClipQuad
 
const SkMatrixfPreViewMatrix
 
SkPMColor4f fColor
 
GrQuadAAFlags fAAFlags
 

Detailed Description

Used by SDC::drawTextureSet and TextureOp

Definition at line 26 of file GrOpsTypes.h.

Member Data Documentation

◆ fAAFlags

GrQuadAAFlags GrTextureSetEntry::fAAFlags

Definition at line 34 of file GrOpsTypes.h.

◆ fColor

SkPMColor4f GrTextureSetEntry::fColor

Definition at line 33 of file GrOpsTypes.h.

◆ fDstClipQuad

const SkPoint* GrTextureSetEntry::fDstClipQuad

Definition at line 31 of file GrOpsTypes.h.

◆ fDstRect

SkRect GrTextureSetEntry::fDstRect

Definition at line 30 of file GrOpsTypes.h.

◆ fPreViewMatrix

const SkMatrix* GrTextureSetEntry::fPreViewMatrix

Definition at line 32 of file GrOpsTypes.h.

◆ fProxyView

GrSurfaceProxyView GrTextureSetEntry::fProxyView

Definition at line 27 of file GrOpsTypes.h.

◆ fSrcAlphaType

SkAlphaType GrTextureSetEntry::fSrcAlphaType

Definition at line 28 of file GrOpsTypes.h.

◆ fSrcRect

SkRect GrTextureSetEntry::fSrcRect

Definition at line 29 of file GrOpsTypes.h.


The documentation for this struct was generated from the following file: