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

  /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;
197 /** True if this PreBlend should be applied. When false, fR, fG, and fB are nullptr. */
207 SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>::preBlend(SkColor color) const {
SkPaint.cpp     [all...]
  /external/skqp/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;
197 /** True if this PreBlend should be applied. When false, fR, fG, and fB are nullptr. */
207 SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>::preBlend(SkColor color) const {
SkPaint.cpp     [all...]

Completed in 508 milliseconds