OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gConstants
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDisplayMath.h
26
static const SkScalar
gConstants
[];
SkDisplayMath.cpp
23
const SkScalar SkDisplayMath::
gConstants
[] = {
222
if ((unsigned)index < SK_ARRAY_COUNT(
gConstants
)) {
223
value->fOperand.fScalar =
gConstants
[index];
Completed in 115 milliseconds