OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diffc
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/effects/gradients/
SkLinearGradient.cpp
576
const Sk4f
diffc
= c1 - c0;
local
579
return c0 + Sk4f(t) *
diffc
;
684
const Sk4f
diffc
= Sk4f(r[1].fColor) - c0;
local
687
const Sk4f c = c0 + Sk4f(t) *
diffc
;
688
const Sk4f dc =
diffc
* dx4 * Sk4f(scale);
Completed in 3377 milliseconds