Searched refs:tilemode (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/tests/ |
D | CTest.cpp | 26 sk_shader_tilemode_t tilemode = CLAMP_SK_SHADER_TILEMODE; in shader_test() local 36 &point, 1.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test() 49 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()
|
/third_party/skia/tests/ |
D | CTest.cpp | 26 sk_shader_tilemode_t tilemode = CLAMP_SK_SHADER_TILEMODE; in shader_test() local 36 &point, 1.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test() 49 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()
|
/third_party/flutter/skia/bench/ |
D | HardStopGradientBench_ScaleNumColors.cpp | 21 HardStopGradientBench_ScaleNumColors(SkTileMode tilemode, int count) { in HardStopGradientBench_ScaleNumColors() argument 23 ToolUtils::tilemode_name(tilemode), count); in HardStopGradientBench_ScaleNumColors() 25 fTileMode = tilemode; in HardStopGradientBench_ScaleNumColors()
|
/third_party/skia/bench/ |
D | HardStopGradientBench_ScaleNumColors.cpp | 21 HardStopGradientBench_ScaleNumColors(SkTileMode tilemode, int count) { in HardStopGradientBench_ScaleNumColors() argument 23 ToolUtils::tilemode_name(tilemode), count); in HardStopGradientBench_ScaleNumColors() 25 fTileMode = tilemode; in HardStopGradientBench_ScaleNumColors()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | RadialGradient.java | 37 int tilemode, long nativeLocalMatrix); in nMakeRadial() argument
|
D | LinearGradient.java | 39 float[] colors, float[] pos, int tilemode, in nMakeLinear() argument
|
D | TwoPointConicalGradient.java | 42 float[] colors, float[] pos, int tilemode, in nMakeTwoPointConical() argument
|
D | SweepGradient.java | 50 int tilemode, long nativeLocalMatrix); in nMakeSweep() argument
|