Searched refs:g2Points (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/gm/ |
D | highcontrastfilter.cpp | 112 SkPoint g2Points[] = { { 0, 0 }, { kSize, 0 } }; in HighContrastFilterGM() local 121 g2Points, g2Colors, pos, SK_ARRAY_COUNT(g2Colors), in HighContrastFilterGM()
|
D | lumafilter.cpp | 103 SkPoint g2Points[] = { { 0, 0 }, { kSize, 0 } }; in LumaFilterGM() local 109 fGr2 = SkGradientShader::MakeLinear(g2Points, g2Colors, pos, SK_ARRAY_COUNT(g2Colors), in LumaFilterGM()
|
/third_party/skia/gm/ |
D | highcontrastfilter.cpp | 112 SkPoint g2Points[] = { { 0, 0 }, { kSize, 0 } }; in onOnceBeforeDraw() local 121 g2Points, g2Colors, pos, SK_ARRAY_COUNT(g2Colors), in onOnceBeforeDraw()
|
D | lumafilter.cpp | 106 SkPoint g2Points[] = { { 0, 0 }, { kSize, 0 } }; in onOnceBeforeDraw() local 112 fGr2 = SkGradientShader::MakeLinear(g2Points, g2Colors, pos, SK_ARRAY_COUNT(g2Colors), in onOnceBeforeDraw()
|