OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PreBlend
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkMaskGamma.h
129
/** The type of the mask pre-blend which will be returned from
preBlend
(SkColor). */
130
typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>
PreBlend
;
137
PreBlend
preBlend
(SkColor color) const;
180
/** True if this
PreBlend
should be applied. When false, fR, fG, and fB are NULL. */
192
SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>::
preBlend
(SkColor color) const {
/external/skia/src/core/
SkMaskGamma.h
129
/** The type of the mask pre-blend which will be returned from
preBlend
(SkColor). */
130
typedef SkTMaskPreBlend<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>
PreBlend
;
137
PreBlend
preBlend
(SkColor color) const;
180
/** True if this
PreBlend
should be applied. When false, fR, fG, and fB are NULL. */
192
SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>::
preBlend
(SkColor color) const {
Completed in 122 milliseconds