OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDstBlendCoeff
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp
74
drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.
getDstBlendCoeff
());
78
kISA_GrBlendCoeff != fPaint.
getDstBlendCoeff
() ||
94
drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.
getDstBlendCoeff
());
GrDistanceFieldTextContext.cpp
76
kISA_GrBlendCoeff != fPaint.
getDstBlendCoeff
() ||
92
drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.
getDstBlendCoeff
());
GrDrawState.cpp
60
this->setBlendFunc(paint.getSrcBlendCoeff(), paint.
getDstBlendCoeff
());
299
*dstCoeff = this->
getDstBlendCoeff
();
GrDrawState.h
466
GrBlendCoeff
getDstBlendCoeff
() const { return fCommon.fDstBlend; }
468
void
getDstBlendCoeff
(GrBlendCoeff* srcBlendCoeff,
[
all
...]
/external/skia/src/gpu/
GrBitmapTextContext.cpp
74
drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.
getDstBlendCoeff
());
78
kISA_GrBlendCoeff != fPaint.
getDstBlendCoeff
() ||
94
drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.
getDstBlendCoeff
());
GrDistanceFieldTextContext.cpp
76
kISA_GrBlendCoeff != fPaint.
getDstBlendCoeff
() ||
92
drawState->setBlendFunc(fPaint.getSrcBlendCoeff(), fPaint.
getDstBlendCoeff
());
GrDrawState.cpp
60
this->setBlendFunc(paint.getSrcBlendCoeff(), paint.
getDstBlendCoeff
());
299
*dstCoeff = this->
getDstBlendCoeff
();
GrDrawState.h
466
GrBlendCoeff
getDstBlendCoeff
() const { return fCommon.fDstBlend; }
468
void
getDstBlendCoeff
(GrBlendCoeff* srcBlendCoeff,
[
all
...]
/external/chromium_org/third_party/skia/include/gpu/
GrPaint.h
61
GrBlendCoeff
getDstBlendCoeff
() const { return fDstBlendCoeff; }
/external/skia/include/gpu/
GrPaint.h
61
GrBlendCoeff
getDstBlendCoeff
() const { return fDstBlendCoeff; }
Completed in 103 milliseconds