HomeSort by relevance Sort by last modified time
    Searched defs:PreBlend (Results 1 - 2 of 2) 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 {
  /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 {

Completed in 59 milliseconds