Searched refs:g1Points (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/docs/examples/ |
D | Canvas_drawOval.cpp | 10 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in draw() local 15 paint.setShader(SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Canvas_drawOval.cpp | 10 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in draw() local 15 paint.setShader(SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in draw()
|
/third_party/flutter/skia/gm/ |
D | highcontrastfilter.cpp | 111 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in HighContrastFilterGM() local 118 g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in HighContrastFilterGM()
|
D | lumafilter.cpp | 102 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in LumaFilterGM() local 107 fGr1 = SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in LumaFilterGM()
|
/third_party/skia/gm/ |
D | highcontrastfilter.cpp | 111 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in onOnceBeforeDraw() local 118 g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in onOnceBeforeDraw()
|
D | lumafilter.cpp | 105 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in onOnceBeforeDraw() local 110 fGr1 = SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in onOnceBeforeDraw()
|