OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gTypeNames
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp
398
const TypeNames
gTypeNames
[] = {
527
const int kTypeNamesSize = SK_ARRAY_COUNT(
gTypeNames
);
531
SkDisplayTypes type =
gTypeNames
[index].fType;
563
int index = SkStrSearch(&
gTypeNames
[0].fName, kTypeNamesSize, match,
564
len, sizeof(
gTypeNames
[0]));
566
return
gTypeNames
[index].fType;
712
if (
gTypeNames
[index].fType == type)
713
return
gTypeNames
[index].fName;
731
SkASSERT(strcmp(
gTypeNames
[index].fName,
gTypeNames
[index + 1].fName) < 0)
[
all
...]
/external/skia/src/animator/
SkDisplayType.cpp
398
const TypeNames
gTypeNames
[] = {
527
const int kTypeNamesSize = SK_ARRAY_COUNT(
gTypeNames
);
531
SkDisplayTypes type =
gTypeNames
[index].fType;
563
int index = SkStrSearch(&
gTypeNames
[0].fName, kTypeNamesSize, match,
564
len, sizeof(
gTypeNames
[0]));
566
return
gTypeNames
[index].fType;
712
if (
gTypeNames
[index].fType == type)
713
return
gTypeNames
[index].fName;
731
SkASSERT(strcmp(
gTypeNames
[index].fName,
gTypeNames
[index + 1].fName) < 0)
[
all
...]
Completed in 1500 milliseconds