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

/external/chromium_org/third_party/skia/src/core/
H A DSkFlattenable.cpp72 static Entry gEntries[MAX_ENTRY_COUNT]; variable
86 gEntries[gCount].fName = name;
87 gEntries[gCount].fFactory = factory;
88 gEntries[gCount].fType = type;
96 " Call SkFlattenable::InitializeFlattenablesIfNeeded() before using gEntries",
107 const Entry* entries = gEntries;
122 const Entry* entries = gEntries;
137 const Entry* entries = gEntries;
/external/skia/src/core/
H A DSkFlattenable.cpp73 static Entry gEntries[MAX_ENTRY_COUNT]; variable
87 gEntries[gCount].fName = name;
88 gEntries[gCount].fFactory = factory;
89 gEntries[gCount].fType = type;
97 " Call SkFlattenable::InitializeFlattenablesIfNeeded() before using gEntries",
108 const Entry* entries = gEntries;
123 const Entry* entries = gEntries;
138 const Entry* entries = gEntries;

Completed in 583 milliseconds