Searched defs:ColorTableEffect (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/effects/
H A DSkTableColorFilter.cpp343 class ColorTableEffect : public GrFragmentProcessor { class in inherits:GrFragmentProcessor
347 virtual ~ColorTableEffect();
363 ColorTableEffect(GrTexture* texture, GrTextureStripAtlas* atlas, int row, unsigned flags);
395 const ColorTableEffect& cte = proc.cast<ColorTableEffect>();
461 const GrFragmentProcessor* ColorTableEffect::Create(GrContext* context, SkBitmap bitmap,
480 return new ColorTableEffect(texture, atlas, row, flags);
483 ColorTableEffect::ColorTableEffect(GrTexture* texture, GrTextureStripAtlas* atlas, int row, function in class:ColorTableEffect
489 this->initClassID<ColorTableEffect>();
539 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(ColorTableEffect); variable
[all...]

Completed in 4668 milliseconds