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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h 238 class GrGradientEffect : public GrEffect {
241 GrGradientEffect(GrContext* ctx,
246 virtual ~GrGradientEffect();
340 static GrGradientEffect::ColorType ColorTypeFromKey(EffectKey key){
342 return GrGradientEffect::kTwo_ColorType;
344 return GrGradientEffect::kThree_ColorType;
345 } else {return GrGradientEffect::kTexture_ColorType;}
348 static GrGradientEffect::PremulType PremulTypeFromKey(EffectKey key){
350 return GrGradientEffect::kBeforeInterp_PremulType;
352 return GrGradientEffect::kAfterInterp_PremulType
    [all...]
SkGradientShader.cpp 835 if (GrGradientEffect::kTwo_ColorType == ColorTypeFromKey(key)) { // 2 Color case
841 } else if (GrGradientEffect::kThree_ColorType == ColorTypeFromKey(key)){ // 3 Color Case
    [all...]
SkSweepGradient.cpp 420 class GrSweepGradient : public GrGradientEffect {
444 typedef GrGradientEffect INHERITED;
SkLinearGradient.cpp 465 class GrLinearGradient : public GrGradientEffect {
493 typedef GrGradientEffect INHERITED;
SkRadialGradient.cpp 473 class GrRadialGradient : public GrGradientEffect {
502 typedef GrGradientEffect INHERITED;
SkTwoPointRadialGradient.cpp 424 class GrRadial2Gradient : public GrGradientEffect {
492 typedef GrGradientEffect INHERITED;
SkTwoPointConicalGradient.cpp 383 class GrConical2Gradient : public GrGradientEffect {
453 typedef GrGradientEffect INHERITED;
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 238 class GrGradientEffect : public GrEffect {
241 GrGradientEffect(GrContext* ctx,
246 virtual ~GrGradientEffect();
340 static GrGradientEffect::ColorType ColorTypeFromKey(EffectKey key){
342 return GrGradientEffect::kTwo_ColorType;
344 return GrGradientEffect::kThree_ColorType;
345 } else {return GrGradientEffect::kTexture_ColorType;}
348 static GrGradientEffect::PremulType PremulTypeFromKey(EffectKey key){
350 return GrGradientEffect::kBeforeInterp_PremulType;
352 return GrGradientEffect::kAfterInterp_PremulType
    [all...]
SkGradientShader.cpp 835 if (GrGradientEffect::kTwo_ColorType == ColorTypeFromKey(key)) { // 2 Color case
841 } else if (GrGradientEffect::kThree_ColorType == ColorTypeFromKey(key)){ // 3 Color Case
    [all...]
SkSweepGradient.cpp 420 class GrSweepGradient : public GrGradientEffect {
444 typedef GrGradientEffect INHERITED;
SkLinearGradient.cpp 465 class GrLinearGradient : public GrGradientEffect {
493 typedef GrGradientEffect INHERITED;
SkRadialGradient.cpp 473 class GrRadialGradient : public GrGradientEffect {
502 typedef GrGradientEffect INHERITED;
SkTwoPointRadialGradient.cpp 424 class GrRadial2Gradient : public GrGradientEffect {
492 typedef GrGradientEffect INHERITED;
SkTwoPointConicalGradient.cpp 383 class GrConical2Gradient : public GrGradientEffect {
453 typedef GrGradientEffect INHERITED;

Completed in 69 milliseconds