Searched refs:g1Points (Results 1 – 6 of 6) sorted by relevance
/external/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()
|
/external/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 | 104 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in onOnceBeforeDraw() local 109 fGr1 = SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in onOnceBeforeDraw()
|
/external/skqp/gm/ |
D | highcontrastfilter.cpp | 94 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in HighContrastFilterGM() local 101 g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in HighContrastFilterGM()
|
D | lumafilter.cpp | 85 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; in LumaFilterGM() local 90 fGr1 = SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors), in LumaFilterGM()
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 2699 SkPoint g1Points[] = { { 0, 0 }, { 0, 100 } }; 2704 paint.setShader(SkGradientShader::MakeLinear(g1Points, g1Colors, pos, SK_ARRAY_COUNT(g1Colors),
|