OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gConstants
(Results
1 - 4
of
4
) 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
[] = {
233
if ((unsigned)index < SK_ARRAY_COUNT(
gConstants
)) {
234
value->fOperand.fScalar =
gConstants
[index];
/external/skia/src/animator/
SkDisplayMath.h
26
static const SkScalar
gConstants
[];
SkDisplayMath.cpp
23
const SkScalar SkDisplayMath::
gConstants
[] = {
233
if ((unsigned)index < SK_ARRAY_COUNT(
gConstants
)) {
234
value->fOperand.fScalar =
gConstants
[index];
Completed in 26 milliseconds