Home
last modified time | relevance | path

Searched defs:makeGradient (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DGradient.java27 private static long makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient() method in Gradient
45 private static long makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient() method in Gradient
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp1475 void RectangleTest::makeGradient(Type (*unpack)(float)) in makeGradient() function in glcts::RectangleTest