Home
last modified time | relevance | path

Searched refs:make_color (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSamplePatch.cpp103 static SkColor make_color(SkScalar s, SkScalar t) { in make_color() function
175 colors[i*2 + 0] = make_color(s/fW, t/fH); in draw()
176 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH); in draw()

Completed in 2 milliseconds