Home
last modified time | relevance | path

Searched refs:g1Points (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/docs/examples/
DCanvas_drawOval.cpp10 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/
DCanvas_drawOval.cpp10 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/
Dhighcontrastfilter.cpp111 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in HighContrastFilterGM() local
118 g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in HighContrastFilterGM()
Dlumafilter.cpp102 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/
Dhighcontrastfilter.cpp111 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in onOnceBeforeDraw() local
118 g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in onOnceBeforeDraw()
Dlumafilter.cpp105 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in onOnceBeforeDraw() local
110 fGr1 = SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in onOnceBeforeDraw()