HomeSort by relevance Sort by last modified time
    Searched refs:PreBlend (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkScalerContext.h 206 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
249 // SkMaskGamma::PreBlend converts linear masks to gamma correcting masks.
252 const SkMaskGamma::PreBlend fPreBlend;
256 const SkMaskGamma::PreBlend fPreBlendForFilter;
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;
185 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
197 SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>::preBlend(SkColor color) const {
SkScalerContext.cpp 92 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
94 : SkMaskGamma::PreBlend())
382 const SkMaskGamma::PreBlend& maskPreBlend) {
405 const SkMaskGamma::PreBlend& maskPreBlend) {
427 const SkMaskGamma::PreBlend& maskPreBlend) {
SkPaint.cpp     [all...]

Completed in 248 milliseconds