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

  /external/skia/include/gpu/
SkGr.h 57 #define sk_blend_to_grblend(X) ((GrBlendCoeff)(X)) macro
  /external/skia/src/gpu/
SkGpuDevice.cpp 439 grPaint->fSrcBlendCoeff = sk_blend_to_grblend(sm);
440 grPaint->fDstBlendCoeff = sk_blend_to_grblend(dm);
    [all...]

Completed in 56 milliseconds