OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fblendconstant
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/gpu/
GrDrawState.h
90
fCommon.
fBlendConstant
= 0x0;
674
void setBlendConstant(GrColor constant) { fCommon.
fBlendConstant
= constant; }
680
GrColor getBlendConstant() const { return fCommon.
fBlendConstant
; }
[
all
...]
Completed in 2691 milliseconds