Searched refs:getDstBlendCoeff (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrBitmapTextContext.cpp | 74 drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.getDstBlendCoeff()); in flushGlyphs() 78 kISA_GrBlendCoeff != fPaint.getDstBlendCoeff() || in flushGlyphs() 94 drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.getDstBlendCoeff()); in flushGlyphs()
|
D | GrDistanceFieldTextContext.cpp | 76 kISA_GrBlendCoeff != fPaint.getDstBlendCoeff() || in flushGlyphs() 92 drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.getDstBlendCoeff()); in flushGlyphs()
|
D | GrDrawState.cpp | 60 this->setBlendFunc(paint.getSrcBlendCoeff(), paint.getDstBlendCoeff()); in setFromPaint() 299 *dstCoeff = this->getDstBlendCoeff(); in getBlendOpts()
|
D | GrDrawState.h | 466 GrBlendCoeff getDstBlendCoeff() const { return fCommon.fDstBlend; } in getDstBlendCoeff() function 468 void getDstBlendCoeff(GrBlendCoeff* srcBlendCoeff, in getDstBlendCoeff() function
|
/external/skia/src/gpu/ |
D | GrBitmapTextContext.cpp | 74 drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.getDstBlendCoeff()); in flushGlyphs() 78 kISA_GrBlendCoeff != fPaint.getDstBlendCoeff() || in flushGlyphs() 94 drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.getDstBlendCoeff()); in flushGlyphs()
|
D | GrDistanceFieldTextContext.cpp | 76 kISA_GrBlendCoeff != fPaint.getDstBlendCoeff() || in flushGlyphs() 92 drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.getDstBlendCoeff()); in flushGlyphs()
|
D | GrDrawState.cpp | 60 this->setBlendFunc(paint.getSrcBlendCoeff(), paint.getDstBlendCoeff()); in setFromPaint() 299 *dstCoeff = this->getDstBlendCoeff(); in getBlendOpts()
|
D | GrDrawState.h | 466 GrBlendCoeff getDstBlendCoeff() const { return fCommon.fDstBlend; } in getDstBlendCoeff() function 468 void getDstBlendCoeff(GrBlendCoeff* srcBlendCoeff, in getDstBlendCoeff() function
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrPaint.h | 61 GrBlendCoeff getDstBlendCoeff() const { return fDstBlendCoeff; } in getDstBlendCoeff() function
|
/external/skia/include/gpu/ |
D | GrPaint.h | 61 GrBlendCoeff getDstBlendCoeff() const { return fDstBlendCoeff; } in getDstBlendCoeff() function
|