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

/external/skia/include/gpu/
H A DGrPaint.h63 fDstBlendCoeff = dstCoeff;
66 GrBlendCoeff getDstBlendCoeff() const { return fDstBlendCoeff; }
222 fDstBlendCoeff = paint.fDstBlendCoeff;
272 GrBlendCoeff fDstBlendCoeff; member in class:GrPaint
284 fDstBlendCoeff = kZero_GrBlendCoeff;

Completed in 51 milliseconds