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

/external/skia/legacy/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
233 if ((unsigned)index < SK_ARRAY_COUNT(gConstants)) {
234 value->fOperand.fScalar = gConstants[index];
/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
233 if ((unsigned)index < SK_ARRAY_COUNT(gConstants)) {
234 value->fOperand.fScalar = gConstants[index];

Completed in 2726 milliseconds