Searched defs:Gradient (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Gradient.java | 13 public class Gradient extends Shader { class 18 protected Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient() method in Gradient 23 protected Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient() method in Gradient
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | SetupProcessor.hpp | 59 struct Gradient struct 61 unsigned char attribute : BITS(VERTEX_OUTPUT_LAST); 62 bool flat : 1; 63 bool wrap : 1;
|
/third_party/mindspore/mindspore/explainer/explanation/_attribution/_backprop/ |
D | gradient.py | 27 class Gradient(Attribution): class
|
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | gradient.cc | 16 Gradient; // Because the C++ name doesn't match the Dart name. typedef
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAdapter.h | 24 class Gradient; variable
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | test_rendering.c | 105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned … in Gradient() function
|
/third_party/mindspore/tests/ut/python/numpy_native/ |
D | test_numpy_ops.py | 195 class Gradient(Cell): class
|
/third_party/flutter/skia/tests/ |
D | GradientTest.cpp | 540 DEF_TEST(Gradient, reporter) { in DEF_TEST() argument
|
/third_party/skia/tests/ |
D | GradientTest.cpp | 573 DEF_TEST(Gradient, reporter) { in DEF_TEST() argument
|