Searched refs:g1Points (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Canvas_drawOval.cpp | 10 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in REG_FIDDLE() local 15 paint.setShader(SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | highcontrastfilter.cpp | 111 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; variable 118 g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors),
|
H A D | lumafilter.cpp | 105 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; variable 110 fGr1 = SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors),
|
Completed in 2 milliseconds