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

/external/skia/src/animator/
H A DSkDisplayMath.h26 static const SkScalar gConstants[]; member in class:SkDisplayMath
H A DSkDisplayMath.cpp23 const SkScalar SkDisplayMath::gConstants[] = { member in class:SkDisplayMath
222 if ((unsigned)index < SK_ARRAY_COUNT(gConstants)) {
223 value->fOperand.fScalar = gConstants[index];

Completed in 142 milliseconds