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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrPaint.h58 fDstBlendCoeff = dstCoeff;
61 GrBlendCoeff getDstBlendCoeff() const { return fDstBlendCoeff; }
129 fDstBlendCoeff = paint.fDstBlendCoeff;
218 GrBlendCoeff fDstBlendCoeff; member in class:GrPaint
227 fDstBlendCoeff = kZero_GrBlendCoeff;
/external/skia/include/gpu/
H A DGrPaint.h58 fDstBlendCoeff = dstCoeff;
61 GrBlendCoeff getDstBlendCoeff() const { return fDstBlendCoeff; }
134 fDstBlendCoeff = paint.fDstBlendCoeff;
222 GrBlendCoeff fDstBlendCoeff; member in class:GrPaint
231 fDstBlendCoeff = kZero_GrBlendCoeff;

Completed in 677 milliseconds