Home
last modified time | relevance | path

Searched refs:tilemode (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tests/
DCTest.cpp26 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/
DCTest.cpp26 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/
DHardStopGradientBench_ScaleNumColors.cpp21 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/
DHardStopGradientBench_ScaleNumColors.cpp21 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/
DRadialGradient.java37 int tilemode, long nativeLocalMatrix); in nMakeRadial() argument
DLinearGradient.java39 float[] colors, float[] pos, int tilemode, in nMakeLinear() argument
DTwoPointConicalGradient.java42 float[] colors, float[] pos, int tilemode, in nMakeTwoPointConical() argument
DSweepGradient.java50 int tilemode, long nativeLocalMatrix); in nMakeSweep() argument