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

  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.h 199 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
298 // SkMaskGamma::PreBlend converts linear masks to gamma correcting masks.
301 const SkMaskGamma::PreBlend fPreBlend;
305 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;
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 {
SkScalerContext.cpp 99 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
101 : SkMaskGamma::PreBlend())
427 const SkMaskGamma::PreBlend& maskPreBlend) {
503 const SkMaskGamma::PreBlend& maskPreBlend) {
572 const SkMaskGamma::PreBlend& maskPreBlend) {
    [all...]
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkScalerContext.h 199 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
298 // SkMaskGamma::PreBlend converts linear masks to gamma correcting masks.
301 const SkMaskGamma::PreBlend fPreBlend;
305 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;
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 {
SkScalerContext.cpp 99 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
101 : SkMaskGamma::PreBlend())
427 const SkMaskGamma::PreBlend& maskPreBlend) {
503 const SkMaskGamma::PreBlend& maskPreBlend) {
572 const SkMaskGamma::PreBlend& maskPreBlend) {
    [all...]
SkPaint.cpp     [all...]

Completed in 135 milliseconds