Searched refs:gPos1 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SampleGradients.cpp | 50 static const SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 }; variable 58 { 2, gColors, gPos1 },
|
H A D | SampleSlides.cpp | 164 static const SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 }; variable 172 { 2, gColors, gPos1 },
|
/third_party/skia/tests/ |
H A D | GradientTest.cpp | 409 static const SkScalar gPos1[] = { 0, 0, 1 }; in test_linear_fuzzer() local 455 gPos1, in test_linear_fuzzer() 465 gPos1, in test_linear_fuzzer()
|
/third_party/skia/gm/ |
H A D | gradients_2pt_conical.cpp | 36 constexpr SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 }; member 48 { 2, gColors, gPos1 },
|
H A D | gradients.cpp | 50 constexpr SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 }; member 68 { 2, gColors, gColors4f, gPos1 },
|
Completed in 6 milliseconds