HomeSort by relevance Sort by last modified time
    Searched full:fsrcblendcoeff (Results 1 - 1 of 1) sorted by null

  /external/skia/include/gpu/
GrPaint.h 62 fSrcBlendCoeff = srcCoeff;
65 GrBlendCoeff getSrcBlendCoeff() const { return fSrcBlendCoeff; }
221 fSrcBlendCoeff = paint.fSrcBlendCoeff;
271 GrBlendCoeff fSrcBlendCoeff;
283 fSrcBlendCoeff = kOne_GrBlendCoeff;

Completed in 189 milliseconds