Searched defs:bottomCallbacks (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp766 struct CGFunctionCallbacks bottomCallbacks = { 0, BottomGradientInterpolate, NULL }; local
767 RetainPtr<CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks));

Completed in 58 milliseconds