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

  /external/skia/gm/
gradients_no_texture.cpp 215 class GradientsManyColorsGM : public GM {
223 GradientsManyColorsGM(bool dither) : fDither(dither) {}
283 DEF_GM(return new GradientsManyColorsGM(true);)
284 DEF_GM(return new GradientsManyColorsGM(false);)
  /external/skqp/gm/
gradients_no_texture.cpp 215 class GradientsManyColorsGM : public GM {
223 GradientsManyColorsGM(bool dither) : fDither(dither) {}
283 DEF_GM(return new GradientsManyColorsGM(true);)
284 DEF_GM(return new GradientsManyColorsGM(false);)

Completed in 65 milliseconds