/external/chromium_org/third_party/skia/src/core/ |
SkPaintPriv.cpp | 24 SkXfermode::Coeff srcCoeff, dstCoeff; 25 if (SkXfermode::AsCoeff(paint->getXfermode(), &srcCoeff, &dstCoeff)){ 26 if (SkXfermode::kDA_Coeff == srcCoeff || SkXfermode::kDC_Coeff == srcCoeff || 27 SkXfermode::kIDA_Coeff == srcCoeff || SkXfermode::kIDC_Coeff == srcCoeff) {
|
/external/skia/src/core/ |
SkPaintPriv.cpp | 24 SkXfermode::Coeff srcCoeff, dstCoeff; 25 if (SkXfermode::AsCoeff(paint->getXfermode(), &srcCoeff, &dstCoeff)){ 26 if (SkXfermode::kDA_Coeff == srcCoeff || SkXfermode::kDC_Coeff == srcCoeff || 27 SkXfermode::kIDA_Coeff == srcCoeff || SkXfermode::kIDC_Coeff == srcCoeff) {
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawState.cpp | 296 GrBlendCoeff* srcCoeff, 300 if (NULL == srcCoeff) { 301 srcCoeff = &bogusSrcCoeff; 303 *srcCoeff = this->getSrcBlendCoeff(); 311 *srcCoeff = kZero_GrBlendCoeff; 327 if ((kZero_GrBlendCoeff == *srcCoeff && dstCoeffIsOne) || covIsZero) { 346 if (kOne_GrBlendCoeff == *srcCoeff) { 350 } else if (kZero_GrBlendCoeff == *srcCoeff) { 353 *srcCoeff = kOne_GrBlendCoeff; 368 if (kZero_GrBlendCoeff == *srcCoeff) { [all...] |
GrDrawState.h | 468 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { 469 fCommon.fSrcBlend = srcCoeff; 483 switch (srcCoeff) { 566 * to be tweaked in order for the optimization to work. srcCoeff and dstCoeff are optional 575 GrBlendCoeff* srcCoeff = NULL, [all...] |
/external/skia/src/gpu/ |
GrDrawState.cpp | 296 GrBlendCoeff* srcCoeff, 300 if (NULL == srcCoeff) { 301 srcCoeff = &bogusSrcCoeff; 303 *srcCoeff = this->getSrcBlendCoeff(); 311 *srcCoeff = kZero_GrBlendCoeff; 327 if ((kZero_GrBlendCoeff == *srcCoeff && dstCoeffIsOne) || covIsZero) { 346 if (kOne_GrBlendCoeff == *srcCoeff) { 350 } else if (kZero_GrBlendCoeff == *srcCoeff) { 353 *srcCoeff = kOne_GrBlendCoeff; 368 if (kZero_GrBlendCoeff == *srcCoeff) { [all...] |
GrDrawState.h | 468 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { 469 fCommon.fSrcBlend = srcCoeff; 483 switch (srcCoeff) { 566 * to be tweaked in order for the optimization to work. srcCoeff and dstCoeff are optional 575 GrBlendCoeff* srcCoeff = NULL, [all...] |
/external/chromium_org/third_party/skia/include/gpu/ |
GrPaint.h | 56 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { 57 fSrcBlendCoeff = srcCoeff;
|
/external/skia/include/gpu/ |
GrPaint.h | 56 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) { 57 fSrcBlendCoeff = srcCoeff;
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 270 GrBlendCoeff srcCoeff; 272 GrDrawState::BlendOptFlags blendOpts = drawState.getBlendOpts(false, &srcCoeff, &dstCoeff); 283 srcCoeff, 306 fCurrentProgram->overrideBlend(&srcCoeff, &dstCoeff); 307 this->flushBlend(kDrawLines_DrawType == type, srcCoeff, dstCoeff);
|
GrGLProgramDesc.cpp | 38 GrBlendCoeff srcCoeff, 221 kOne_GrBlendCoeff == srcCoeff &&
|
GrGLProgram.h | 54 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
|
GrGLProgramDesc.h | 65 GrBlendCoeff srcCoeff,
|
GrGLProgram.cpp | 96 void GrGLProgram::overrideBlend(GrBlendCoeff* srcCoeff, 110 GrAssert(kOne_GrBlendCoeff == *srcCoeff && kZero_GrBlendCoeff == *dstCoeff); 121 inline void need_blend_inputs(SkXfermode::Coeff srcCoeff, 125 if (SkXfermode::kZero_Coeff == srcCoeff) { 142 switch (srcCoeff) { [all...] |
GrGpuGL.h | 164 void flushBlend(bool isLines, GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff);
|
GrGpuGL.cpp | [all...] |
/external/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 270 GrBlendCoeff srcCoeff; 272 GrDrawState::BlendOptFlags blendOpts = drawState.getBlendOpts(false, &srcCoeff, &dstCoeff); 283 srcCoeff, 306 fCurrentProgram->overrideBlend(&srcCoeff, &dstCoeff); 307 this->flushBlend(kDrawLines_DrawType == type, srcCoeff, dstCoeff);
|
GrGLProgramDesc.cpp | 38 GrBlendCoeff srcCoeff, 221 kOne_GrBlendCoeff == srcCoeff &&
|
GrGLProgram.h | 54 void overrideBlend(GrBlendCoeff* srcCoeff, GrBlendCoeff* dstCoeff) const;
|
GrGLProgramDesc.h | 65 GrBlendCoeff srcCoeff,
|
GrGLProgram.cpp | 96 void GrGLProgram::overrideBlend(GrBlendCoeff* srcCoeff, 110 GrAssert(kOne_GrBlendCoeff == *srcCoeff && kZero_GrBlendCoeff == *dstCoeff); 121 inline void need_blend_inputs(SkXfermode::Coeff srcCoeff, 125 if (SkXfermode::kZero_Coeff == srcCoeff) { 142 switch (srcCoeff) { [all...] |
GrGpuGL.h | 164 void flushBlend(bool isLines, GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff);
|
GrGpuGL.cpp | [all...] |