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

  /external/chromium_org/third_party/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 79 class ThresholdEffect : public GrEffect {
82 return GrTBackendEffectFactory<ThresholdEffect>::getInstance();
90 AutoEffectUnref effect(SkNEW_ARGS(ThresholdEffect, (bmpTexture, bmpMatrix,
157 const ThresholdEffect& effect = e.castEffect<ThresholdEffect>();
171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix,
186 const ThresholdEffect& e = CastEffect<ThresholdEffect>(other);
202 GR_DEFINE_EFFECT_TEST(ThresholdEffect);
204 GrEffectRef* ThresholdEffect::TestCreate(SkRandom* rand
    [all...]
  /external/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 79 class ThresholdEffect : public GrEffect {
82 return GrTBackendEffectFactory<ThresholdEffect>::getInstance();
90 AutoEffectUnref effect(SkNEW_ARGS(ThresholdEffect, (bmpTexture, bmpMatrix,
157 const ThresholdEffect& effect = e.castEffect<ThresholdEffect>();
171 ThresholdEffect(GrTexture* bmpTexture, const SkMatrix& bmpMatrix,
186 const ThresholdEffect& e = CastEffect<ThresholdEffect>(other);
202 GR_DEFINE_EFFECT_TEST(ThresholdEffect);
204 GrEffectRef* ThresholdEffect::TestCreate(SkRandom* rand
    [all...]

Completed in 271 milliseconds