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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h 349 enum PremulType {
354 PremulType getPremulType() const { return fPremulType; }
392 PremulType fPremulType; // This only changes behavior for two and three color special cases.
456 static GrGradientEffect::PremulType PremulTypeFromKey(uint32_t baseKey){
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 322 enum PremulType {
327 PremulType getPremulType() const { return fPremulType; }
365 PremulType fPremulType; // This only changes behavior for two and three color special cases.
405 static GrGradientEffect::PremulType PremulTypeFromKey(EffectKey key){

Completed in 38 milliseconds