HomeSort by relevance Sort by last modified time
    Searched defs:kISC_GrBlendCoeff (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/
GrBlend.h 56 kISC_GrBlendCoeff, //<! one minus src color
80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff ||
147 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff ||
  /external/skqp/include/gpu/
GrBlend.h 56 kISC_GrBlendCoeff, //<! one minus src color
80 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff ||
147 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff ||

Completed in 300 milliseconds